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 538088 - make check fails on OS X 10.4.11 PPC with glib 2.16.3
make check fails on OS X 10.4.11 PPC with glib 2.16.3
Status: RESOLVED DUPLICATE of bug 531403
Product: glib
Classification: Platform
Component: general
2.16.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-06-13 01:43 UTC by margali
Modified: 2008-06-17 18:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description margali 2008-06-13 01:43:44 UTC
Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC

glib 2.16.3 with 2 patches from MacPorts applied (patch-gi18n.h.diff  patch-gutils.c.diff)

arguments to configure: LDFLAGS="-bind_at_load" CFLAGS="-funroll-loops -fstrict-aliasing" --enable-static

make && make check ends as follows:

2d1
< GTK+
8a8
> GTK+
Test failed: unexpected error when using g_utf8_collate() on ./collate/collate-1.in
FAIL: run-collate-tests.sh
PASS: run-bookmark-test.sh
=====================================================================
1 of 58 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=glib
=====================================================================
make[4]: *** [check-TESTS] Error 1
make[3]: *** [check-am] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2

I know this is an Apple bug but would it be possible to indicate that this is a known issue on Mac OS X? Or mark it as incorrect/known without causing make check to fail generally?

- cfr
Comment 1 Daniel Macks 2008-06-13 03:20:06 UTC
Dup of Bug #531403, which claims to be fixed as of 2008-06-02, but that is well after the latest 2.16.x release.
Comment 2 margali 2008-06-17 18:10:20 UTC
Worked fine after applying the mac-collation.patch  to the source. Thanks for the pointer. (I do *try* to search for existing reports of bugs before filing - honest!)

- cfr

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