Activity log for bug #1341801

Date Who What changed Old value New value Message
2014-07-14 21:48:24 quickezed bug added bug
2014-07-14 21:49:35 quickezed description After installing the calendarserver package, the python file "bootstrapdatabase.py"[0] fails to run due to it referencing an invalid file path. This invalid file path is defined on line 28 of "bootstrapdatabase.py": SCHEMAFILE = "/usr/share/pyshared/txdav/common/datastore/sql_schema/current.sql" The path "/usr/share/pyshared/txdav" does not exist. The correct path for "current.sql" is actually: /usr/lib/python2.7/dist-packages/txdav/common/datastore/sql_schema/current.sql Further information: 1) Ubuntu 14.04 LTS 2) 5.2+dfsg-1 3) I expected "bootstrapdatabase.py" to execute successfully. 4) "bootstrapdatabase.py" failed to run due to a file it references not existing. See above for the specifics. After installing the calendarserver package, the python file "bootstrapdatabase.py"[0] fails to run due to it referencing an invalid file path. This invalid file path is defined on line 28 of "bootstrapdatabase.py": SCHEMAFILE = "/usr/share/pyshared/txdav/common/datastore/sql_schema/current.sql" The path "/usr/share/pyshared/txdav" does not exist. The correct path for "current.sql" is actually: /usr/lib/python2.7/dist-packages/txdav/common/datastore/sql_schema/current.sql Further information: 1) Ubuntu 14.04 LTS 2) 5.2+dfsg-1 3) I expected "bootstrapdatabase.py" to execute successfully. 4) "bootstrapdatabase.py" failed to run due to a file it references not existing. See above for the specifics. [0] /usr/lib/python2.7/dist-packages/calendarserver/tools/bootstrapdatabase.py
2014-07-14 21:51:12 quickezed description After installing the calendarserver package, the python file "bootstrapdatabase.py"[0] fails to run due to it referencing an invalid file path. This invalid file path is defined on line 28 of "bootstrapdatabase.py": SCHEMAFILE = "/usr/share/pyshared/txdav/common/datastore/sql_schema/current.sql" The path "/usr/share/pyshared/txdav" does not exist. The correct path for "current.sql" is actually: /usr/lib/python2.7/dist-packages/txdav/common/datastore/sql_schema/current.sql Further information: 1) Ubuntu 14.04 LTS 2) 5.2+dfsg-1 3) I expected "bootstrapdatabase.py" to execute successfully. 4) "bootstrapdatabase.py" failed to run due to a file it references not existing. See above for the specifics. [0] /usr/lib/python2.7/dist-packages/calendarserver/tools/bootstrapdatabase.py After installing the calendarserver package, the python file "bootstrapdatabase.py"[0] fails to run due to it referencing an invalid file path. This invalid file path is defined on line 28 of "bootstrapdatabase.py": SCHEMAFILE = "/usr/share/pyshared/txdav/common/datastore/sql_schema/current.sql" The path "/usr/share/pyshared/txdav" does not exist. The correct path for "current.sql" is actually: /usr/lib/python2.7/dist-packages/txdav/common/datastore/sql_schema/current.sql Further information: 1) System version: Ubuntu 14.04 LTS 2) calendarserver version: 5.2+dfsg-1 3) I expected "bootstrapdatabase.py" to execute successfully. 4) "bootstrapdatabase.py" failed to run due to a file it references not existing. See above for the specifics. [0] /usr/lib/python2.7/dist-packages/calendarserver/tools/bootstrapdatabase.py
2014-07-14 21:52:39 TJ attachment added Possible fix using runtime-calculated path https://bugs.launchpad.net/ubuntu/+source/calendarserver/+bug/1341801/+attachment/4152536/+files/calendarserver.patch
2014-07-14 21:52:47 TJ bug added subscriber TJ
2014-07-14 21:53:17 TJ calendarserver (Ubuntu): status New Triaged
2014-07-14 21:53:21 TJ calendarserver (Ubuntu): importance Undecided High
2014-07-14 22:12:24 TJ attachment added Use proper Python path separator https://bugs.launchpad.net/ubuntu/+source/calendarserver/+bug/1341801/+attachment/4152555/+files/calendarserver.patch
2014-07-14 22:30:32 TJ attachment added Revise: Iterate all package paths checking for file existence https://bugs.launchpad.net/ubuntu/+source/calendarserver/+bug/1341801/+attachment/4152559/+files/calendarserver.patch
2014-07-15 00:22:55 Ubuntu Foundations Team Bug Bot tags patch
2014-07-15 00:23:06 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team