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 300450 - pkg-config-0.17.1 hangs during gnome-media configure script
pkg-config-0.17.1 hangs during gnome-media configure script
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: 2.10.3
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-13 08:24 UTC by James Henstridge
Modified: 2005-04-23 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-media-pkgconfig-bug.patch (898 bytes, patch)
2005-04-13 08:25 UTC, James Henstridge
none Details | Review

Description James Henstridge 2005-04-13 08:24:45 UTC
This is strictly a bug in pkg-config, but I though you might want to know about
it since it affects this module (I haven't reproduced it elsewhere), and it can
be worked around.

The configure script appears to hang, using 100% CPU on "Checking for
GSTPROPS_LIBS ...", and pkg-config doesn't return.  It seems that pkg-config
hangs due to the repeated module names (the repeated modules are unnecessary,
and possibly a bug).

I'll attach a patch that works around the pkg-config bug.
Comment 1 James Henstridge 2005-04-13 08:25:41 UTC
Created attachment 45201 [details] [review]
gnome-media-pkgconfig-bug.patch

removes repeated "gconf-2.0" and "libglade-2.0" instances in $COMMON_MODULES.
Comment 2 James Henstridge 2005-04-13 08:38:17 UTC
Here's the relevant pkg-config bug report:
  https://bugs.freedesktop.org/show_bug.cgi?id=3006
Comment 3 Ronald Bultje 2005-04-23 10:11:31 UTC
Fixed, thanks.