Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#2170 closed defect (fixed)

read activity does not specify a bundle id

Reported by: andi_g Owned by: sayamindu
Priority: Unspecified by Maintainer Milestone:
Component: Read Version: Git as of bugdate
Severity: Blocker Keywords:
Cc: Distribution/OS:
Bug Status: New

Description

when I try to build read using sugar-jhbuild, I get the following error:

sugar.bundle.bundle.MalformedBundleException: Activity bundle ~/dev/sugar-jhbuild/source/read does not specify a bundle id

Attachments (1)

0001-Specified-bundle-id-for-read-activity-Ticket-2170.patch (877 bytes) - added by ishan 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by sascha_silbe

  • Bug Status changed from Unconfirmed to New
  • Distribution/OS Fedora deleted
  • Milestone changed from Unspecified by Release Team to 0.90
  • Severity changed from Unspecified to Blocker
  • Version changed from Unspecified to Git as of bugdate

This is the complete error message:

*** Installing read *** [1/1]
python setup.py install --prefix /home/sascha.silbe/sugar-jhbuild/install
Traceback (most recent call last):
  File "setup.py", line 21, in <module>
    bundlebuilder.start()
  File "/home/sascha.silbe/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/activity/bundlebuilder.py", line 415, in start
    config = Config()
  File "/home/sascha.silbe/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/activity/bundlebuilder.py", line 80, in __init__
    self.update()
  File "/home/sascha.silbe/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/activity/bundlebuilder.py", line 83, in update
    self.bundle = bundle = ActivityBundle(self.source_dir)
  File "/home/sascha.silbe/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/bundle/activitybundle.py", line 67, in __init__
    self._parse_info(info_file)
  File "/home/sascha.silbe/sugar-jhbuild/install/lib/python2.6/site-packages/sugar/bundle/activitybundle.py", line 155, in _parse_info
    self._path)
sugar.bundle.bundle.MalformedBundleException: Activity bundle /home/sascha.silbe/sugar-jhbuild/source/read does not specify a bundle id
*** Error during phase install of read: ########## Error running python setup.py install --prefix /home/sascha.silbe/sugar-jhbuild/install *** [1/1]

comment:3 Changed 11 years ago by dnarvaez

  • Milestone 0.90 deleted

Milestone 0.90 deleted

comment:4 Changed 10 years ago by akskumarnot

Use proper formatting syntax, fixes #2170

Changeset: 81b388c55478783da87d26610a9a709647df46d5

Note: See TracTickets for help on using tickets.