GNOME Bugzilla – Bug 538088
make check fails on OS X 10.4.11 PPC with glib 2.16.3
Last modified: 2008-06-17 18:10:20 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
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.
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 ***