Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428662 - dev-util/pkgconf-0.8.4 returns broken output for dbus-glib-1.pc
Summary: dev-util/pkgconf-0.8.4 returns broken output for dbus-glib-1.pc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeff (JD) Horelick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 427680
  Show dependency tree
 
Reported: 2012-07-30 14:04 UTC by Christoph Mende (RETIRED)
Modified: 2012-07-31 02:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Mende (RETIRED) gentoo-dev 2012-07-30 14:04:50 UTC
This is with pkgconfig-0.27:
~ % pkg-config --modversion dbus-glib-1
0.100
Which is the correct version of dbus-glib-1.

Now this is with pkgconf-0.8.4:
~ % pkgconf --modversion dbus-glib-1   
1.6.4
2.32.4
2.32.4
0.100
Which is the version of dbus (1st line), glib (2nd, 3rd line) and finally dbus-glib-1 (4th line).

This didn't happend with pkgconf-0.8:
~ % pkgconf --modversion dbus-glib-1
0.100
So marking as blocker for stabilization bug 427680.
Comment 1 Jeff (JD) Horelick (RETIRED) gentoo-dev 2012-07-31 02:03:32 UTC
angelos tested against -9999 (and effectively 0.8.5 since right now, 0.8.5 == 9999) and the bug is fixed.