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 645057 - ./configure fails on gtk+3.0 git head
./configure fails on gtk+3.0 git head
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.0.x
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-17 18:34 UTC by Matteo Settenvini
Modified: 2011-03-21 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch to fix the issue (2.61 KB, patch)
2011-03-17 18:34 UTC, Matteo Settenvini
accepted-commit_now Details | Review

Description Matteo Settenvini 2011-03-17 18:34:54 UTC
Created attachment 183664 [details] [review]
Trivial patch to fix the issue

If I run jhbuild build gtk+-3.0, it fetches git head and it always fails running configure. There are a couple of bad usages of "test", and some substitutions that fail on my debian system (maybe because it uses dash, and not bash).

Patch to fix the issue for me is attached. Please check it works also on different systems.
Comment 1 Matthias Clasen 2011-03-18 00:31:56 UTC
not loving the use of sed and the stripping of all valuable shell features, but I guess portability wins here.