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 675261 - glib-networking build only supports automake 1.10, 1.11
glib-networking build only supports automake 1.10, 1.11
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
2.33.x
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-05-01 20:00 UTC by William Ting
Modified: 2012-05-11 23:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: changes automake requirements from 1.10 or 1.11 to 1.10+. (10.48 KB, patch)
2012-05-02 20:01 UTC, William Ting
none Details | Review
autogen.sh: changes automake requirements from 1.10 or 1.11 to 1.10+. (1.77 KB, patch)
2012-05-02 20:09 UTC, William Ting
rejected Details | Review

Description William Ting 2012-05-01 20:00:29 UTC
Recently my system has upgraded automake to 1.12-1. However, this breaks the build process for JHBuild because gnome/glib-networking/autogen.sh is hardcoded to only use automake 1.10.x and 1.11.x.

Is there a reason why it's hardcoded to use specific versions of automake rather than 1.10+?
Comment 1 William Ting 2012-05-02 20:01:05 UTC
Created attachment 213330 [details] [review]
autogen.sh: changes automake requirements from 1.10 or 1.11 to 1.10+.
Comment 2 William Ting 2012-05-02 20:09:57 UTC
Created attachment 213331 [details] [review]
autogen.sh: changes automake requirements from 1.10 or 1.11 to 1.10+.

I forgot to rebase my branch before creating a patch. This is a cleaned up version of the previous patch, but otherwise identical.
Comment 3 Dan Winship 2012-05-08 19:20:58 UTC
Hey. Thanks for the bug report and the patch. glib-networking's
autogen.sh script originally came from glib, so rather than using your
patch, I just copied glib's current (much simplified) version over.
Comment 4 William Ting 2012-05-11 23:46:03 UTC
Thanks for the update. I merely copy and pasted the code from a previous section of autogen.sh, and modified it to work with automake.