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 610664 - gsocket.c build failure on solaris 8
gsocket.c build failure on solaris 8
Status: RESOLVED DUPLICATE of bug 589989
Product: glib
Classification: Platform
Component: gio
2.23.x
Other Solaris
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-02-22 09:32 UTC by Arnaud Charlet
Modified: 2010-02-22 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (812 bytes, patch)
2010-02-22 09:32 UTC, Arnaud Charlet
none Details | Review

Description Arnaud Charlet 2010-02-22 09:32:12 UTC
Created attachment 154366 [details] [review]
proposed patch

gio/gsocket.c does not build on Solaris 8, because it uses some macros
that are only available on Solaris 10: CMSG_SPACE/CMSG_LEN.

Using the macros from solaris 10 on solaris 8 seems to do the job, even though
it's not very clean, see attachment.

TIA.
Comment 1 Dan Winship 2010-02-22 14:20:22 UTC

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