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 523833 - Fails to build on GNU/Hurd
Fails to build on GNU/Hurd
Status: RESOLVED DUPLICATE of bug 522335
Product: glib
Classification: Platform
Component: general
2.16.x
Other Linux
: Normal major
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-03-22 12:15 UTC by Sebastian Dröge (slomo)
Modified: 2008-03-22 12:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.52 KB, patch)
2008-03-22 12:15 UTC, Sebastian Dröge (slomo)
none Details | Review

Description Sebastian Dröge (slomo) 2008-03-22 12:15:14 UTC
Hi,
glib 2.16.1 fails to build on GNU/Hurd as it unconditionally uses ARG_MAX which does not exist on Hurd (there's no limit).

Attached patch by Samuel Thibault fixes it.

Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428674
Comment 1 Sebastian Dröge (slomo) 2008-03-22 12:15:48 UTC
Created attachment 107795 [details] [review]
patch

Ok to commit this to 2.16 and trunk?
Comment 2 Sebastian Dröge (slomo) 2008-03-22 12:40:21 UTC
Of course s/gmalloc/g_malloc/g and s/gfree/g_free/g on the patch. make check runs fine with this patch.
Comment 3 Sebastian Dröge (slomo) 2008-03-22 12:45:16 UTC
gnar, duplicate of 522335

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