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 582802 - base: fix can't find bootstrap moduleset
base: fix can't find bootstrap moduleset
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2009-05-15 18:05 UTC by Marc-Andre Lureau
Modified: 2009-05-15 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
base: fix can't find bootstrap moduleset (2.14 KB, patch)
2009-05-15 18:05 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2009-05-15 18:05:25 UTC
Without this change, I get the following error (when installed with
stow under /usr/local/stow):

elmarco@pipo /usr/local/stow$ jhbuild buildone libtelepathy
I: unknown keys defined in configuration file: DATADIR
Traceback (most recent call last):
  File /usr/local/bin/jhbuild, line 28, in <module>
    jhbuild.main.main(sys.argv[1:])
  File /usr/local/stow/jhbuild/lib/python2.5/site-packages/jhbuild/main.py, line 145, in main
    rc = jhbuild.commands.run(command, config, args)
  File /usr/local/stow/jhbuild/lib/python2.5/site-packages/jhbuild/commands/__init__.py, line 78, in run
    return cmd.execute(config, args)
  File /usr/local/stow/jhbuild/lib/python2.5/site-packages/jhbuild/commands/__init__.py, line 44, in execute
    return self.run(config, options, args)
  File /usr/local/stow/jhbuild/lib/python2.5/site-packages/jhbuild/commands/base.py, line 405, in run
    check_bootstrap_updateness(config)
  File /usr/local/stow/jhbuild/lib/python2.5/site-packages/jhbuild/commands/base.py, line 200, in check_bootstrap_updateness
    bootstrap_mtime = os.stat(bootstrap_uri)[stat.ST_MTIME]
OSError: [Errno 2] No such file or directory: '/usr/local/lib/python2.5/site-packages/jhbuild/commands/../../modulesets/bootstrap.modules'

thanks,
Comment 1 Marc-Andre Lureau 2009-05-15 18:05:51 UTC
Created attachment 134727 [details] [review]
base: fix can't find bootstrap moduleset
Comment 2 Frederic Peters 2009-05-15 18:06:57 UTC
Go ahead, thanks.
Comment 3 Marc-Andre Lureau 2009-05-15 18:45:18 UTC
commit 7efa4aa9405ca7af3a193bccf8cb8c6f619e6100
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Fri May 15 20:57:33 2009 +0300
    
    base: fix can't find bootstrap moduleset

thanks