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 738003 - libsoup/libsoup-2.4.sym has nonexistent symbol: soup_server_get_gsocket
libsoup/libsoup-2.4.sym has nonexistent symbol: soup_server_get_gsocket
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.48.x
Other Windows
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2014-10-06 13:02 UTC by Kouhei Sutou
Modified: 2014-10-07 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the problem (724 bytes, patch)
2014-10-06 13:02 UTC, Kouhei Sutou
none Details | Review

Description Kouhei Sutou 2014-10-06 13:02:16 UTC
Created attachment 287848 [details] [review]
Fix the problem

It causes a build error when we build libsoup for Windows.

Here is the error message fromm my cross-compile build:

  CCLD     libsoup-2.4.la
Cannot export soup_server_get_gsocket: symbol not defined
collect2: error: ld returned 1 exit status
Comment 1 Dan Winship 2014-10-06 13:43:35 UTC
Thanks. I applied your patch and also added a "make check" rule that will make sure this doesn't happen again.
Comment 2 Kouhei Sutou 2014-10-07 11:15:02 UTC
Thanks for your quick merge and adding good mechanism! :-)