GNOME Bugzilla – Bug 612099
run-assert-msg-test.sh test failure
Last modified: 2010-03-08 05:18:19 UTC
Running make check in glib results with following failure: [snip] Test failed: __glib_assert_msg does not have assertion message FAIL: run-assert-msg-test.sh ===================================================================== 1 of 50 tests failed [/snip] And running this test manually results with: plaes@chi ~/code/glib/tests $ ./run-assert-msg-test.sh Test failed: __glib_assert_msg does not have assertion message
Created attachment 155479 [details] [review] run-assert-msg-test.sh-test-failure.patch I'm suspecting this has something to do with newer libtool... Anyway, here's the patch that fixes the issue on my machine.
Created attachment 155480 [details] [review] run-assert-msg-test.sh-test-failure.patch Fixed typo in fallback filename.. :S