Bug 105884 - gtkdoc pkg-config file mispackaged
Summary: gtkdoc pkg-config file mispackaged
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Critical
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 15:47 UTC by Joe Shaw
Modified: 2005-08-19 17:59 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.