#20465: libglade2 can't find xineramaproto, randrproto, fixesproto, compositeproto, damageproto -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: libglade2 -------------------------------------+-------------------------------------- Configuring libglade2 failed for me, on Mac OS X 10.5.7 Intel with Xcode 3.1.2: {{{ checking for pkg-config... /mp/bin/pkg-config checking for GTK+ - version >= 2.5.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. checking for gtk_plug_get_type... no checking pkg-config is at least version 0.9.0... yes checking for LIBGLADE... configure: error: Package requirements ( libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0) were not met: Package xineramaproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xineramaproto.pc' to the PKG_CONFIG_PATH environment variable Package 'xineramaproto', required by 'Xinerama', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGLADE_CFLAGS and LIBGLADE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. }}} Once I installed xorg-xineramaproto, I got: {{{ Package randrproto was not found in the pkg-config search path. Perhaps you should add the directory containing `randrproto.pc' to the PKG_CONFIG_PATH environment variable Package 'randrproto', required by 'Xrandr', not found }}} I installed xorg-randrproto, then I got: {{{ Package fixesproto was not found in the pkg-config search path. Perhaps you should add the directory containing `fixesproto.pc' to the PKG_CONFIG_PATH environment variable Package 'fixesproto', required by 'Xfixes', not found }}} I installed xorg-fixesproto: {{{ Package compositeproto was not found in the pkg-config search path. Perhaps you should add the directory containing `compositeproto.pc' to the PKG_CONFIG_PATH environment variable Package 'compositeproto', required by 'Xcomposite', not found }}} Installed xorg-compositeproto: {{{ Package damageproto was not found in the pkg-config search path. Perhaps you should add the directory containing `damageproto.pc' to the PKG_CONFIG_PATH environment variable Package 'damageproto', required by 'Xdamage', not found }}} Installed xorg-damageproto. Finally, I was able to build libglade2. So libglade2 or someone in libglade2's dependency chain needs to declare dependencies on xorg-xineramaproto, xorg-randrproto, xorg-fixesproto, xorg-compositeproto, and xorg-damageproto, but I don't know who. Possibly this was already fixed by r50534 but since that did not bump the revisions of the affected ports, those of us who already had the ports installed did not receive the fix. -- Ticket URL: <http://trac.macports.org/ticket/20465> MacPorts <http://www.macports.org/> Ports system for Mac OS