Bug 712474

Summary: glibmm24-devel-2.28.1-1.fc16 provides the wrong doctooldir
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: glibmm24Assignee: Kalev Lember <kalevlember>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kalevlember, karlthered
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glibmm24-2.28.2-1.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-15 14:29:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karsten Hopp 2011-06-10 18:00:51 UTC
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

Comment 1 Kalev Lember 2011-06-13 14:05:10 UTC
Thanks, submitted a patch for upstream at https://bugzilla.gnome.org/show_bug.cgi?id=652461

Comment 2 Kalev Lember 2011-06-13 14:13:58 UTC
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.

Comment 3 Kalev Lember 2011-06-15 14:29:27 UTC
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.