Opened 15 years ago

Closed 15 years ago

#1120 closed defect (fixed)

Fix MANIFEST file

Reported by: garycmartin Owned by: alsroot
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Write Version: Git as of bugdate
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Needinfo

Description

Here's the traceback

Traceback (most recent call last):
  File "/home/garycmartin/sugar-jhbuild/install/bin/sugar-activity", line 21, in <module>
    main.main()
  File "/home/garycmartin/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/activity/main.py", line 105, in main
    module = __import__(module_name)        
  File "/home/garycmartin/sugar-jhbuild/install/share/sugar/activities/Write.activity/AbiWordActivity.py", line 42, in <module>
    import toolbar
  File "/home/garycmartin/sugar-jhbuild/install/share/sugar/activities/Write.activity/toolbar.py", line 41, in <module>
    from port import chooser
ImportError: No module named port
1249229805.748133 DEBUG root: _cleanup_temp_files
Activity died: pid 31214 condition 256 data (None, <open file '<fdopen>', mode 'w' at 0x9f5d610>)

Change History (6)

comment:1 Changed 15 years ago by garycmartin

Hmmm, added sugar-port and am now missing widgets:

Traceback (most recent call last):
  File "/home/garycmartin/sugar-jhbuild/install/bin/sugar-activity", line 21, in <module>
    main.main()
  File "/home/garycmartin/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/activity/main.py", line 105, in main
    module = __import__(module_name)        
  File "/home/garycmartin/sugar-jhbuild/install/share/sugar/activities/Write.activity/AbiWordActivity.py", line 42, in <module>
    import toolbar
  File "/home/garycmartin/sugar-jhbuild/install/share/sugar/activities/Write.activity/toolbar.py", line 44, in <module>
    import widgets
ImportError: No module named widgets
1249237271.827610 DEBUG root: _cleanup_temp_files
Activity died: pid 31340 condition 256 data (None, <open file '<fdopen>', mode 'w' at 0xa073480>)

comment:2 Changed 15 years ago by alsroot

  • Bug Status changed from Unconfirmed to Needinfo

but Write's master branch has both port and widgets
http://git.sugarlabs.org/projects/write/repos/mainline/trees/master
could you exec git pull in Write source dir

comment:3 Changed 15 years ago by garycmartin

Very weird, the source/write is all up to date, trying ./sugar-jhbuild build write looks good, but doesn't install all the items. The only warning I see is one for the MANIFEST. I wiped the install and did a build write again, but still get just the partial install.

WARNING:root:Bundle Write: invalid entry in MANIFEST: locale/pseudo/activity.linfo
WARNING:root:Bundle Write: invalid entry in MANIFEST: locale/pseudo/LC_MESSAGES/org.laptop.AbiWordActivity.mo

comment:4 Changed 15 years ago by garycmartin

Got it. It is indeed a broken MANIFEST file messing up the install. I just did ./setup fix_manifest in the source directory and then a build write and I now have a working Write activity (so I can play with the new toolbar design) :-)

comment:5 Changed 15 years ago by alsroot

  • Summary changed from Write under sugar-jhbuild fails to launch (missing port module) to Fix MANIFEST file
Note: See TracTickets for help on using tickets.