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 360275 - 'make check' fails @ "run-collate-tests.sh"
'make check' fails @ "run-collate-tests.sh"
Status: RESOLVED DUPLICATE of bug 333977
Product: glib
Classification: Platform
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2006-10-06 21:19 UTC by OpenMacNews
Modified: 2006-10-17 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description OpenMacNews 2006-10-06 21:19:52 UTC
building glib-cvs on OSX 10.4.8,

  ./configure \
  --prefix=/usr/local \
  --disable-debug \
  --enable-static \
  --enable-shared \
  --with-libiconv=gnu \
  --with-threads=posix \
  --disable-man \
  --disable-gtk-doc

  ln -sf /usr/local/share/gettext/mkinstalldirs mkinstalldirs

  setenv LANG C
  make -j2

all completes without apparent error, but

  make check

fails @:

PASS: utf8-pointer
PASS: uri-test
PASS: run-markup-tests.sh
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 50 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
Comment 1 Daniel Macks 2006-10-17 19:48:16 UTC
dup of Bug #333977
Comment 2 Behdad Esfahbod 2006-10-17 20:01:42 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

The reason this happens seems to be that you have not the en_US locale installed.

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