Bug 105884

Summary: gtkdoc pkg-config file mispackaged
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Joe Shaw <joeshaw>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Joe Shaw 2005-08-19 15:47:30 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.
Comment 1 Joe Shaw 2005-08-19 16:02:43 UTC
apparently it is in there in beta 2; the package version number wasn't bumped,
so I was pulling from the wrong channel.
Comment 2 Mark Gordon 2005-08-19 16:20:51 UTC
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.
Comment 3 JP Rosevear 2005-08-19 17:54:40 UTC
"pkg-config --modversion gtk-doc" works here beta 2 with gary's update. Its in
share because its a noarch package.
Comment 4 Joe Shaw 2005-08-19 17:59:39 UTC
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.