#3538 closed defect (incomplete)
problem with bundlebuilder on os8
Reported by: | walter | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | 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()+ 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 (6)
comment:1 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Needinfo
- Milestone changed from Unspecified by Release Team to 0.96
comment:2 Changed 11 years ago by walter
I'll try to reproduce it on a more recent build.
comment:3 Changed 11 years 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.
comment:4 Changed 11 years ago by erikos
- Resolution set to incomplete
- Status changed from new to closed
Closing for now, please report back if you still run into issues.
comment:5 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit-gtk3 to Sugar
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.