GNOME Bugzilla – Bug 726821
make check fail:socket
Last modified: 2014-03-21 18:04:51 UTC
I am on Ubuntu 13.04 32 platform. I am trying to compile GLib-2.38.2 according to guide here http://www.linuxfromscratch.org/blfs/view/svn/general/glib2.html I installed all dependencies and compilation ended successfully. However after then I run ` make -k check` but I get en error message. Except FAIL:SOCKET all the rest passed the check. Here is the message I got ============================================================================ Testsuite summary for glib 2.38.2 ============================================================================ # TOTAL: 75 # PASS: 74 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See gio/tests/test-suite.log Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=glib ============================================================================ How can I fix it? Or is it safe to install it despite that error?
Created attachment 272560 [details] Error
You have IPv6 disabled, correct? If so, that's a known issue with the test program.
Yes, I think I disabled IPv6. Can I install it despite failure?
yes, the failing test is just checking that ipv6 sockets work *** This bug has been marked as a duplicate of bug 667468 ***