Bugzilla – Bug 105884
gtkdoc pkg-config file mispackaged
Last modified: 2005-08-19 17:59:39 UTC
The gtkdoc package in 10.0 is missing the gtk-doc.pc file, which means that distcheck will fail for just about every GNOME package with docs on 10.0. The 9.3 package includes it.
apparently it is in there in beta 2; the package version number wasn't bumped, so I was pulling from the wrong channel.
gtk-doc.pc is in gtkdoc, but it's installed in /opt/gnome/share/pkgconfig (the only .pc in that directory on my box) rather than /opt/gnome/lib/pkgconfig with the cool kids. Evidently pkg-config isn't finding gtk-doc.pc in /opt/gnome/share/pkgconfig.
"pkg-config --modversion gtk-doc" works here beta 2 with gary's update. Its in share because its a noarch package.
Yep, I had been overriding PKG_CONFIG_PATH in my .bashrc since The Dawn of Time (ie, when I started running SUSE) but now that things are set up nicely in /etc/profile.d/pkgconfig.sh it's not necessary.