Ticket #1662 (closed defect: fixed)
file additions break non-clean build
| Reported by: | garycmartin | Owned by: | tomeu |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | 0.88 |
| Component: | sugar | Version: | Git as of bugdate |
| Severity: | Major | Keywords: | r+ |
| Cc: | bernie | Distribution/OS: | Unspecified |
| Bug Status: | New |
Description
Just updated and built the latest sugar-jhbuild (on a Fedora 11 VM) but it now fails to start Sugar due to an ImportError for olpcmesh:
[garycmartin@localhost sugar-jhbuild]$ ./sugar-jhbuild run sugar-emulator --fullscreen --scaling 100 --dpi 133
SELinux: Disabled on system, not enabling in X server
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
** (sugar-session:1060): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'
** (sugar-session:1060): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
** (sugar-session:1060): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
** (sugar-session:1060): WARNING **: Trying to register gtype 'XklEngineFeatures' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
File "/home/garycmartin/sugar-jhbuild/install/bin/sugar-session", line 55, in <module>
from jarabe.desktop import homewindow
File "/home/garycmartin/sugar-jhbuild/install/lib/python2.6/site-packages/jarabe/desktop/homewindow.py", line 24, in <module>
from jarabe.desktop.meshbox import MeshBox
File "/home/garycmartin/sugar-jhbuild/install/lib/python2.6/site-packages/jarabe/desktop/meshbox.py", line 56, in <module>
from jarabe.model.olpcmesh import OlpcMeshManager
ImportError: No module named olpcmesh
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':30'.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

