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 726821 - make check fail:socket
make check fail:socket
Status: RESOLVED DUPLICATE of bug 667468
Product: glib
Classification: Platform
Component: gio
2.38.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-03-21 13:02 UTC by Kenn Sully
Modified: 2014-03-21 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Error (727 bytes, text/x-log)
2014-03-21 13:03 UTC, Kenn Sully
Details

Description Kenn Sully 2014-03-21 13:02:38 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?
Comment 1 Kenn Sully 2014-03-21 13:03:44 UTC
Created attachment 272560 [details]
Error
Comment 2 Dan Winship 2014-03-21 13:33:23 UTC
You have IPv6 disabled, correct? If so, that's a known issue with the test program.
Comment 3 Kenn Sully 2014-03-21 14:47:48 UTC
Yes, I think I disabled IPv6. Can I install it despite failure?
Comment 4 Dan Winship 2014-03-21 18:04:51 UTC
yes, the failing test is just checking that ipv6 sockets work

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