Description of problem: as glibmm24-devel doesn't provide the doctools anymore, it shouldn't provide the doctoolsdir variable with pkg-config either, or at list not the wrong (not existing one) Version-Release number of selected component (if applicable): glibmm24-2.28.1-1.fc16 How reproducible: always Steps to Reproduce: 1. pkg-config --variable=doctooldir glibmm-2.4 2. note that the output is /usr/share/glibmm-2.4/doctool 3. ls -l /usr/share/glibmm-2.4/doctool ls: cannot access /usr/share/glibmm-2.4/doctool: No such file or directory Actual results: wrong output Expected results: Either no output at all or even better the output of pkg-config --variable=doctooldir mm-common-util Additional info: this breaks p.e. builds of libxml++-2.33.2-1.fc16
Thanks, submitted a patch for upstream at https://bugzilla.gnome.org/show_bug.cgi?id=652461
Also note that there's libxml++ 2.34.1 available that bundles the doctools within the tarball and does NOT require doctools from mm-common/glibmm24-devel.
Upstream has released glibmm-2.28.2 with the pkgconfig patch from comment #2 and I've built the new release for rawhide. I've also built libxml++-2.34.1-1.fc16 and dropped your doctools patch, which is no longer needed with the new tarball. Closing the ticket.