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 683820 - workaround autoconf cross-compiling bug
workaround autoconf cross-compiling bug
Status: RESOLVED DUPLICATE of bug 674483
Product: glib
Classification: Platform
Component: build
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-09-11 18:42 UTC by Mike Frysinger
Modified: 2012-09-11 22:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mike Frysinger 2012-09-11 18:42:18 UTC
glib currently fails to cross-compile due to a bug in autoconf's AC_CHECK_ALIGNOF macro.  you can find full details here:
http://lists.gnu.org/archive/html/bug-autoconf/2012-09/msg00001.html

for glib, it's simple to workaround: call AC_STDC_HEADERS right after AC_SYS_LARGEFILE in configure.ac.

since it'll be a while before we see a new autoconf release with this fix, and then for glib releases to get regenerated using those new versions, can we deploy this workaround in the mean time ?
Comment 1 Colin Walters 2012-09-11 22:10:45 UTC

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