GNOME Bugzilla – Bug 300450
pkg-config-0.17.1 hangs during gnome-media configure script
Last modified: 2005-04-23 10:11:31 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.
Created attachment 45201 [details] [review] gnome-media-pkgconfig-bug.patch removes repeated "gconf-2.0" and "libglade-2.0" instances in $COMMON_MODULES.
Here's the relevant pkg-config bug report: https://bugs.freedesktop.org/show_bug.cgi?id=3006
Fixed, thanks.