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 775086 - JHBuild fails after commit c4192505efc7cf8804
JHBuild fails after commit c4192505efc7cf8804
Status: RESOLVED DUPLICATE of bug 745223
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2016-11-25 14:45 UTC by Allan Day
Modified: 2016-11-25 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allan Day 2016-11-25 14:45:47 UTC
JHBuild fails to build or to complete the sanitycheck after this commit (the last one at the time of writing): https://git.gnome.org/browse/jhbuild/commit/?id=c4192505efc7cf88041dbcb6de8153c2fc596902

The error is:

  • File "/home/aday/.local/bin/jhbuild", line 32 in <module>
    jhbuild.main.main(sys.argv[1:])
  • File "/home/aday/jhbuild/checkout/jhbuild/jhbuild/main.py", line 137 in main
    config = jhbuild.config.Config(options.configfile, options.conditions)
  • File "/home/aday/jhbuild/checkout/jhbuild/jhbuild/config.py", line 172 in __init__
    setup_env_defaults(self.system_libdirs)
  • File "/home/aday/jhbuild/checkout/jhbuild/jhbuild/environment.py", line 119 in setup_env_defaults
    del os.environ['CONFIG_SITE']
  • File "/usr/lib64/python2.7/os.py", line 498 in __delitem__
    del self.data[key]
KeyError: 'CONFIG_SITE'

Reverting the commit fixes the issue.
Comment 1 Frederic Peters 2016-11-25 14:47:20 UTC

*** This bug has been marked as a duplicate of bug 745223 ***