|
Bugzilla – Full Text Bug Listing |
| Summary: | gtkdoc pkg-config file mispackaged | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Joe Shaw <joeshaw> |
| Component: | GNOME | Assignee: | 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
apparently it is in there in beta 2; the package version number wasn't bumped, so I was pulling from the wrong channel. 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. "pkg-config --modversion gtk-doc" works here beta 2 with gary's update. Its in share because its a noarch package. 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. |