https://bugzilla.novell.com/show_bug.cgi?id=229793 ------- Comment #2 from andreas.hanke@gmx-topmail.de 2006-12-19 15:25 MST ------- I've just detected that in openSUSE 10.2, the default PKG_CONFIG_PC_PATH is miscompiled because of this.
From the build log:
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPKG_CONFIG_PC_PATH="\"/usr/lib/pkgconfig:/pkgconfig\"" -I./glib-1.2.8 -g -Wall -O2 -g -O2 -MT poptparse.o -MD -MP -MF ".deps/poptparse.Tpo" \ As you can see, PKG_CONFIG_PC_PATH is defined to: /usr/lib/pkgconfig:/pkgconfig But should be: /usr/lib/pkgconfig:/usr/share/pkgconfig This is then hard-coded into the binary: # strings /usr/bin/pkg-config | grep /pkgconfig http://www.freedesktop.org/software/pkgconfig/ /usr/lib/pkgconfig:/pkgconfig This is yet another autoconf 2.60 <-> datadir incompatibility. It's caused by the fact that in openSUSE 10.2 you're running autoconf, but not automake. Running automake breaks the build, so I suggest to entirely remove all autoconf and automake calls. The build system is too broken to be regenerated with recent autotools and everything works for me as shipped in the upstream tarball. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.