GMenuSimpleEditor breaks buildout

Bug #301571 reported by Mikko Ohtamaa
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnome-menus (Ubuntu)
Invalid
Low
Ubuntu Desktop Bugs

Bug Description

Cannot run Plone's bin/builldout on Ubuntu 8.10 - gnome-menus seem to break it. Error output:

...
While:
  Installing.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/tmp/tmp8Gxci3/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", line 1477, in main
  File "/tmp/tmp8Gxci3/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", line 361, in install
  File "/tmp/tmp8Gxci3/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", line 596, in _compute_part_signatures
  File "/tmp/tmp8Gxci3/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", line 1203, in _dists_sig
  File "/tmp/tmp8Gxci3/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py", line 1195, in _dir_hash
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.4/site-packages/GMenuSimpleEditor/config.py'

Revision history for this message
datakid (datakid) wrote :
Revision history for this message
Mikko Ohtamaa (mikko-red-innovation) wrote :

datakid: t hat's different issue

Revision history for this message
Dave Turvene (dturvene) wrote :

datakid is correct, and the bug he/she references fixes the problem. The root fault:

* buildout uses python modules from /usr/share/pyshared
* In 8.10, for some reason, /usr/share/pyshared/GMenuSimpleEditor does not exist so the softlinks fail.

As the referenced bug report states, a complete module exists in /usr/share/python-support/python-gmenu/GMenuSImpleEditor so link it into the pyshared area area

sudo ln -s /usr/share/python-support/python-gmenu/GMenuSimpleEditor/ /usr/share/pyshared/

buildout runs to completion after that.

On my system this seems to be an issue with 8.10 (Ibex) Ubuntu python installation changes OR with some dead soft links after 8.04->8.10 upgrade (which is more likely).

I think another solution would be to reinstall python 2.4.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for the bug report. This particular bug has already been reported, but feel free to report any other bugs you find.

Changed in gnome-menus:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.