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 346828 - option-test fails (arg_test5 retval assertion)
option-test fails (arg_test5 retval assertion)
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.12.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2006-07-07 02:11 UTC by Daniel Macks
Modified: 2008-06-16 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2006-07-07 02:11:30 UTC
I successfully compiled glib-2.12.0 on OS X 10.3 (darwin7.9.0) with Xcode1.5 gcc3.3). But "make check" fails:

[...]
PASS: node-test

** ERROR **: file option-test.c: line 399 (arg_test5): assertion failed: (retval)
aborting...
FAIL: option-test
PASS: patterntest
[...]
Comment 1 Daniel Macks 2006-07-07 02:25:38 UTC
Could be fix for Bug #337304 missed the 2.12 branch?
Comment 2 Daniel Macks 2006-07-07 17:35:08 UTC
This failure does not occur on 10.4. Based on Bug #337304, it looks like the problem is in the test itself and how it sets locale. OS X 10.4 made some improvements vs 10.3 in locale handling, so it's possible that the test failure is actually revealing an OS X 10.3 issue and not a glib2 problem.
Comment 3 Benjamin Reed 2006-07-07 17:36:38 UTC
I've got 10.3 (ppc) and 10.4 (x86 and ppc) test boxes, if you need me to test any patches.
Comment 4 Matthias Clasen 2008-06-16 14:27:55 UTC
The fix for 337304 should be in all current versions of glib, I believe.