GNOME Bugzilla – Bug 665030
IOError: [Errno 2] No such file or directory: '/proc/22621/status'
Last modified: 2011-11-29 18:50:39 UTC
Running moduleset = ['gnome-apps-3.4', 'gnome-world-3.4'] on Fedora 16: # jhbuild tinderbox Traceback (most recent call last):
+ Trace 229154
jhbuild.main.main(sys.argv[1:])
rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
return cmd.execute(config, args, help)
return self.run(config, options, args, help)
return build.build()
error, altphases = module.run_phase(self, phase)
method(buildscript)
self.process_install(buildscript, self.get_revision())
buildscript.moduleset.packagedb.add(self.name, revision or '', absolute_new_contents)
return function(self, *args, **kwargs)
self._lock.lock()
if not self._existing_process_matches(pid, uid):
f = open('/proc/%d/status' % (pid, ))
My tinderbox output says glib finished building successfully. gobject-introspection was next.