Bug 126153

Summary: gtk-doc installs gtk-doc.pc in /usr/share/pkgconfig
Product: [Fedora] Fedora Reporter: Nickolay V. Shmyrev <nshmyrev>
Component: gtk-docAssignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-16 19:38:03 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 Nickolay V. Shmyrev 2004-06-16 19:14:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040211 Firefox/0.8

Description of problem:
What is the reason for that? It fully brokes build of gtk-doc-based
documentation in the system. gtk-doc.pc should be installed in
/usr/lib/pkgconfig

Version-Release number of selected component (if applicable):
gtk-doc-1.2.1

How reproducible:
Always

Steps to Reproduce:
Install package

Additional info:

Comment 1 Nickolay V. Shmyrev 2004-06-16 19:33:00 UTC
Now found, that patched Fedora pkgconfig-0.15 search also in
/usr/share/pkgconfig. It there is high need to add
/usr/share/pkgconfig directory, please, add dependency from package
pkgconfig-0.15-1

Comment 2 Matthias Clasen 2004-06-16 19:37:49 UTC
See bug 98595. The pkg-config in FC2 looks in /usr/share/pkgconfig as
well as in /usr/lib/pkgconfig. You must be using a selfcompiled
pkgconfig, that change is actually in pkgconfig-0.14.0-6

Comment 3 Nickolay V. Shmyrev 2004-06-16 19:46:57 UTC
I have pkgconfig-0.14.0-1 :)

Anyway, thanks.