After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665030 - IOError: [Errno 2] No such file or directory: '/proc/22621/status'
IOError: [Errno 2] No such file or directory: '/proc/22621/status'
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2011-11-28 11:38 UTC by Craig Keogh
Modified: 2011-11-29 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Craig Keogh 2011-11-28 11:38:24 UTC
Running moduleset = ['gnome-apps-3.4', 'gnome-world-3.4'] on Fedora 16:

# jhbuild tinderbox

Traceback (most recent call last):
  • File "/home/oxyde/.local/bin/jhbuild", line 32 in <module>
    jhbuild.main.main(sys.argv[1:])
  • File "/home/oxyde/gnome/jhbuild/jhbuild/main.py", line 147 in main
    rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
  • File "/home/oxyde/gnome/jhbuild/jhbuild/commands/__init__.py", line 129 in run
    return cmd.execute(config, args, help)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/commands/__init__.py", line 52 in execute
    return self.run(config, options, args, help)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/commands/tinderbox.py", line 89 in run
    return build.build()
  • File "/home/oxyde/gnome/jhbuild/jhbuild/frontends/buildscript.py", line 152 in build
    error, altphases = module.run_phase(self, phase)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/modtypes/__init__.py", line 335 in run_phase
    method(buildscript)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/modtypes/autotools.py", line 296 in do_install
    self.process_install(buildscript, self.get_revision())
  • File "/home/oxyde/gnome/jhbuild/jhbuild/modtypes/__init__.py", line 315 in process_install
    buildscript.moduleset.packagedb.add(self.name, revision or '', absolute_new_contents)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/utils/packagedb.py", line 150 in decorate
    return function(self, *args, **kwargs)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/utils/packagedb.py", line 205 in decorate
    self._lock.lock()
  • File "/home/oxyde/gnome/jhbuild/jhbuild/utils/lockfile.py", line 104 in lock
    if not self._existing_process_matches(pid, uid):
  • File "/home/oxyde/gnome/jhbuild/jhbuild/utils/lockfile.py", line 67 in _existing_process_matches
    f = open('/proc/%d/status' % (pid, ))
IOError: [Errno 2] No such file or directory: '/proc/22621/status'

My tinderbox output says glib finished building successfully. gobject-introspection was next.