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 700628 - glib-networking tests don't respect disabled libproxy
glib-networking tests don't respect disabled libproxy
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
2.36.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-05-19 10:48 UTC by Paul Seidler
Modified: 2013-05-20 13:15 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
patch to fix the problem (646 bytes, patch)
2013-05-19 10:48 UTC, Paul Seidler
rejected Details | Review

Description Paul Seidler 2013-05-19 10:48:11 UTC
Created attachment 244701 [details] [review]
patch to fix the problem

since 2.36.2, probably introduced with:
https://git.gnome.org/browse/glib-networking/commit/?h=glib-2-36&id=c44321c50fdf13e1da0ea7b7be731c38d6c37f6c

This is maybe also a problem for 2.37/scm, I didn't check that yet.
Comment 1 Dan Winship 2013-05-20 13:15:44 UTC
Thanks, but that patch isn't right since it would disable the gnome
proxy test as well if libproxy wasn't configured.

The problem here was in the case where neither libproxy nor
gnome-proxy was available; the Makefiles weren't behaving as expected
then, and "make check" would fail. I've fixed that now.