Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254492 - sys-power/pm-utils-1.2.3 spoils pkg-config output
Summary: sys-power/pm-utils-1.2.3 spoils pkg-config output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-10 22:40 UTC by Jimmy.Jazz
Modified: 2009-01-18 20:41 UTC (History)
0 users

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 Jimmy.Jazz 2009-01-10 22:40:18 UTC
pkg-config --list-all output is corrupted after installing sys-power/pm-utils-1.2.3

Reproducible: Always

Steps to Reproduce:
1.emerge sys-power/pm-utils
2.pkg-config --list-all
3.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-18 20:00:39 UTC
nice catch, pm-utils.pc contains:

pm_powerhooks=${pm_libdir)/power.d

{ isn't matched by a proper } which causes the problem.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-18 20:22:09 UTC
fixed in 1.2.3-r1. Thanks for reporting.