RESOLVED FIXED 135065
[GTK] build-webkit script fails under jhbuild if ACLOCAL_FLAGS is unset
https://bugs.webkit.org/show_bug.cgi?id=135065
Summary [GTK] build-webkit script fails under jhbuild if ACLOCAL_FLAGS is unset
Michael Catanzaro
Reported 2014-07-18 13:26:05 PDT
Looks like jhbuild-wrapper assumes that jhbuild sets ACLOCAL_FLAGS, but newer versions of jhbuild don't do this anymore. $ Tools/Scripts/build-webkit --gtk --cmakeargs="-DCMAKE_PREFIX_PATH=/home/mcatanzaro/jhbuild/install" which: no ninja in (/home/mcatanzaro/jhbuild/install/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/mcatanzaro/.local/bin:/home/mcatanzaro/bin) which: no eclipse in (/home/mcatanzaro/jhbuild/install/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/mcatanzaro/.local/bin:/home/mcatanzaro/bin) Traceback (most recent call last): File "/home/mcatanzaro/WebKit/Tools/jhbuild/jhbuild-wrapper", line 117, in <module> del os.environ['ACLOCAL_FLAGS'] File "/usr/lib64/python2.7/os.py", line 496, in __delitem__ del self.data[key] KeyError: 'ACLOCAL_FLAGS'
Attachments
Patch (1.29 KB, patch)
2014-07-18 13:32 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2014-07-18 13:32:47 PDT
WebKit Commit Bot
Comment 2 2014-07-24 16:29:23 PDT
Comment on attachment 235144 [details] Patch Clearing flags on attachment: 235144 Committed r171552: <http://trac.webkit.org/changeset/171552>
WebKit Commit Bot
Comment 3 2014-07-24 16:29:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.