Activity log for bug #86685

Date Who What changed Old value New value Message
2007-02-21 12:08:04 Bragi bug added bug
2007-02-28 20:42:46 Antonio Censi bug added attachment 'clearsilver_0.10.3-4.1_amd64.build' (Build result of python-clearsilver compiled in amd64)
2007-05-31 12:38:54 Olaf Meeuwissen bug added attachment 'clearsilver_0.10.4-0.diff.gz' (Debianisation diff)
2007-05-31 12:40:05 Olaf Meeuwissen bug added attachment 'clearsilver_0.10.4-0.dsc' (Debian description file)
2007-06-07 03:55:47 Simon Wong clearsilver: status Unconfirmed Confirmed
2007-06-07 03:55:47 Simon Wong clearsilver: statusexplanation I think there are enough people experiencing this problem!
2008-05-21 12:15:29 jettero bug added attachment 'my.diff' (my diff of debian/rules)
2008-07-07 10:50:30 Jakob Unterwurzacher bug assigned to trac (Ubuntu)
2008-07-07 10:54:17 Jakob Unterwurzacher trac: status New Confirmed
2008-07-16 21:00:22 Jakob Unterwurzacher title neo_cgi.so: undefined symbol: Py_InitModule4 trac BROKEN on AMD64: "neo_cgi.so: undefined symbol: Py_InitModule4"
2008-07-18 17:19:28 KarlGoetz bug added attachment 'changesToclearsilver.diff' (patch but not a debdiff)
2008-08-11 21:49:45 Gabriel Bauman bug added subscriber Ubuntu Stable Release Updates Team
2008-08-12 05:51:50 KarlGoetz bug added attachment 'clearsilver0104.debdiff' (debdiff to depend on python 2.5)
2008-08-12 05:53:43 KarlGoetz bug added subscriber Ubuntu Sponsors for universe
2008-08-19 15:32:35 Jorge Castro bug assigned to trac
2008-08-19 19:58:44 Bug Watch Updater trac: status Unknown Fix Released
2008-08-21 07:51:18 KarlGoetz bug added attachment 'python-clearsilver-tested.debdiff' (patch to close this on hardy amd64)
2008-10-14 12:08:27 James Westby trac: status Confirmed Invalid
2008-10-14 12:11:57 James Westby clearsilver: status Confirmed Fix Released
2008-10-14 12:11:57 James Westby clearsilver: statusexplanation I think there are enough people experiencing this problem! Hi, I believe this is fixed in Intrepid with the recent sync of the package from Debian. Thanks, James
2008-10-14 12:15:58 James Westby description Binary package hint: python-clearsilver I created a new Trac environment and run tracd. After accessing it the first time I received following output on the console: [bragi@ragnarson ogloszenia]$ tracd --port 8000 /home/bragi/projects/ogloszenia/trac ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 43756) Traceback (most recent call last): File "SocketServer.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 174, in handle_one_request gateway.run(self.server.application) File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 87, in run response = application(self.environ, self._start_response) File "/var/lib/python-support/python2.5/trac/web/standalone.py", line 88, in __call__ return self.application(environ, start_response) File "/var/lib/python-support/python2.5/trac/web/main.py", line 352, in dispatch_request env_paths) File "/var/lib/python-support/python2.5/trac/web/main.py", line 436, in send_project_index req.hdf = HDFWrapper(loadpaths) File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, in __init__ raise TracError, "ClearSilver not installed (%s)" % e TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4) ---------------------------------------- Tracd used Python 2.5 by default. When run against 2.4 there is no such error. Ubuntu Feisty AMD64, python-clearsilver 0.10.3-4.1 Old versions of python-clearsilver are broken on amd64 with python2.5 as the default python. The build system was broken such that it just built the extension for python2.4 and copied it for python2.5. This was resolved in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452612 This makes python-clearsilver, and hence trac unusable for amd64 users on releases where python2.5 is default. It has been fixed in the development release by syncing that fix from Debian. The patch attached cherry-picks the fix to the hardy package. TEST CASE: * Instructions to reproduce There should not be any regression as the module is completely broken for amd64 users, and wrong for other architectures as well. === Original report: Binary package hint: python-clearsilver I created a new Trac environment and run tracd. After accessing it the first time I received following output on the console: [bragi@ragnarson ogloszenia]$ tracd --port 8000 /home/bragi/projects/ogloszenia/trac ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 43756) Traceback (most recent call last): File "SocketServer.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 174, in handle_one_request gateway.run(self.server.application) File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 87, in run response = application(self.environ, self._start_response) File "/var/lib/python-support/python2.5/trac/web/standalone.py", line 88, in __call__ return self.application(environ, start_response) File "/var/lib/python-support/python2.5/trac/web/main.py", line 352, in dispatch_request env_paths) File "/var/lib/python-support/python2.5/trac/web/main.py", line 436, in send_project_index req.hdf = HDFWrapper(loadpaths) File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, in __init__ raise TracError, "ClearSilver not installed (%s)" % e TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4) ---------------------------------------- Tracd used Python 2.5 by default. When run against 2.4 there is no such error. Ubuntu Feisty AMD64, python-clearsilver 0.10.3-4.1
2008-10-14 21:02:23 James Westby description Old versions of python-clearsilver are broken on amd64 with python2.5 as the default python. The build system was broken such that it just built the extension for python2.4 and copied it for python2.5. This was resolved in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452612 This makes python-clearsilver, and hence trac unusable for amd64 users on releases where python2.5 is default. It has been fixed in the development release by syncing that fix from Debian. The patch attached cherry-picks the fix to the hardy package. TEST CASE: * Instructions to reproduce There should not be any regression as the module is completely broken for amd64 users, and wrong for other architectures as well. === Original report: Binary package hint: python-clearsilver I created a new Trac environment and run tracd. After accessing it the first time I received following output on the console: [bragi@ragnarson ogloszenia]$ tracd --port 8000 /home/bragi/projects/ogloszenia/trac ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 43756) Traceback (most recent call last): File "SocketServer.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 174, in handle_one_request gateway.run(self.server.application) File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 87, in run response = application(self.environ, self._start_response) File "/var/lib/python-support/python2.5/trac/web/standalone.py", line 88, in __call__ return self.application(environ, start_response) File "/var/lib/python-support/python2.5/trac/web/main.py", line 352, in dispatch_request env_paths) File "/var/lib/python-support/python2.5/trac/web/main.py", line 436, in send_project_index req.hdf = HDFWrapper(loadpaths) File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, in __init__ raise TracError, "ClearSilver not installed (%s)" % e TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4) ---------------------------------------- Tracd used Python 2.5 by default. When run against 2.4 there is no such error. Ubuntu Feisty AMD64, python-clearsilver 0.10.3-4.1 Old versions of python-clearsilver are broken on amd64 with python2.5 as the default python. The build system was broken such that it just built the extension for python2.4 and copied it for python2.5. This was resolved in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452612 This makes python-clearsilver, and hence trac unusable for amd64 users on releases where python2.5 is default. It has been fixed in the development release by syncing that fix from Debian. The patch attached cherry-picks the fix to the hardy package. TEST CASE: * Install trac * Run "python -c 'import neo_cgi'" Expected: * Exit code 0, no error messages Currently: * "neo_cgi.so: undefined symbol: Py_InitModule4" * Non-zero exit code. There should not be any regression as the module is completely broken for amd64 users, and wrong for other architectures as well. === Original report: Binary package hint: python-clearsilver I created a new Trac environment and run tracd. After accessing it the first time I received following output on the console: [bragi@ragnarson ogloszenia]$ tracd --port 8000 /home/bragi/projects/ogloszenia/trac ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 43756) Traceback (most recent call last): File "SocketServer.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 174, in handle_one_request gateway.run(self.server.application) File "/var/lib/python-support/python2.5/trac/web/wsgi.py", line 87, in run response = application(self.environ, self._start_response) File "/var/lib/python-support/python2.5/trac/web/standalone.py", line 88, in __call__ return self.application(environ, start_response) File "/var/lib/python-support/python2.5/trac/web/main.py", line 352, in dispatch_request env_paths) File "/var/lib/python-support/python2.5/trac/web/main.py", line 436, in send_project_index req.hdf = HDFWrapper(loadpaths) File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, in __init__ raise TracError, "ClearSilver not installed (%s)" % e TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4) ---------------------------------------- Tracd used Python 2.5 by default. When run against 2.4 there is no such error. Ubuntu Feisty AMD64, python-clearsilver 0.10.3-4.1
2008-10-14 21:03:29 James Westby bug added subscriber MOTU Release Team
2009-04-22 10:52:42 Maxim Doucet clearsilver (Ubuntu): status Fix Released Confirmed
2009-04-22 11:13:09 James Westby clearsilver (Ubuntu): status Confirmed Fix Released
2009-04-22 11:17:31 James Westby bug added subscriber MOTU Stable Release Updates
2009-05-15 15:05:35 Chaim Krause nominated for series Ubuntu Jaunty
2009-05-15 15:23:35 Gustavo Carneiro removed subscriber Gustavo Carneiro
2009-05-25 17:44:35 Martin von Gagern attachment added diff of rules http://launchpadlibrarian.net/27147577/bug86685.diff
2009-05-25 19:08:33 Jean-Baptiste Quenot removed subscriber Jean-Baptiste Quenot
2009-06-02 08:12:48 Martin Pitt bug task added clearsilver (Ubuntu Hardy)
2009-06-02 08:12:48 Martin Pitt bug task added trac (Ubuntu Hardy)
2009-06-02 08:13:04 Martin Pitt clearsilver (Ubuntu Hardy): status New Invalid
2009-06-02 08:13:34 Martin Pitt bug added subscriber Ubuntu Sponsors for universe
2009-06-02 08:14:13 Martin Pitt trac (Ubuntu Hardy): status New Fix Committed
2010-01-02 02:11:18 Benjamin Drung removed subscriber Ubuntu Sponsors for universe
2011-01-20 20:13:03 Bart Verwilst removed subscriber Bart Verwilst
2011-09-13 13:50:55 jan grant clearsilver (Ubuntu Hardy): status Invalid Confirmed
2011-09-13 16:29:03 Steve Langasek clearsilver (Ubuntu Hardy): status Confirmed Invalid
2012-03-01 04:00:58 yaplik removed subscriber yaplik
2014-11-23 15:00:19 Rolf Leggewie trac (Ubuntu Hardy): status Fix Committed Won't Fix