Ticket #3538 (closed defect: incomplete)

Opened 13 months ago

Last modified 9 months ago

problem with bundlebuilder on os8

Reported by: walter Owned by: erikos
Priority: Unspecified by Maintainer Milestone: 0.98
Component: sugar-toolkit-gtk3 Version: 0.95.x
Severity: Unspecified Keywords:
Cc: Distribution/OS: Fedora
Bug Status: Needinfo

Description

I get errors in subprocess.py when trying to run bundlebuider on os8. Using it from setup.py using the gtk-3 version.

./setup.py build
Traceback (most recent call last):

File "./setup.py", line 4, in <module>

bundlebuilder.start()

File "/usr/lib/python2.7/site-packages/sugar3/activity/bundlebuilder.py", line 390, in start

globals()['cmd_' + args[0]](config, args[1:])

File "/usr/lib/python2.7/site-packages/sugar3/activity/bundlebuilder.py", line 368, in cmd_build

builder.build()

File "/usr/lib/python2.7/site-packages/sugar3/activity/bundlebuilder.py", line 105, in build

self.build_locale()

File "/usr/lib/python2.7/site-packages/sugar3/activity/bundlebuilder.py", line 133, in build_locale

retcode = subprocess.call(args)

File "/usr/lib/python2.7/subprocess.py", line 493, in call

return Popen(*popenargs, **kwargs).wait()

File "/usr/lib/python2.7/subprocess.py", line 679, in init

errread, errwrite)

File "/usr/lib/python2.7/subprocess.py", line 1228, in _execute_child

raise child_exception

OSError: [Errno 2] No such file or directory

Change History

Changed 12 months ago by erikos

  • status_field changed from Unconfirmed to Needinfo
  • milestone changed from Unspecified by Release Team to 0.96

This works fine for me, Walter (os12). Can you still reproduce it? And if so, give some information about the activity that is facing the issue, please? 'build_locale' seems to choke on some files missing.

Changed 12 months ago by walter

I'll try to reproduce it on a more recent build.

Changed 11 months ago by erikos

  • milestone changed from 0.96 to 0.98

Ok, moving out as I can not reproduce it. Please report back with details when you have steps to reproduce.

Changed 9 months ago by erikos

  • status changed from new to closed
  • resolution set to incomplete

Closing for now, please report back if you still run into issues.

Note: See TracTickets for help on using tickets.