Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147904 - dev-util/valgrind pkg-config file problem
Summary: dev-util/valgrind pkg-config file problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-17 02:36 UTC by Priit Laes (IRC: plaes)
Modified: 2006-09-17 10:21 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 Priit Laes (IRC: plaes) 2006-09-17 02:36:59 UTC
When trying to port dev-util/callgrind to the newest version, I had problems with linking against the valgrind libraries.
Quick look into /usr/lib/pkgconfig/valgrind.pc gave this:
Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc

Notice the @VG_PLATFORM@.


As a different note, valgrind-3.2.1 is out too ;)
Comment 1 Priit Laes (IRC: plaes) 2006-09-17 03:05:12 UTC
After bumping the version to 3.2.1, valgrind built fine and even works, but the @VG_PLATFORM@ problem is still there. :(
Comment 2 Maurice van der Pot (RETIRED) gentoo-dev 2006-09-17 10:21:32 UTC
I checked in 3.2.1 and this problem should be fixed in that ebuild.
Thanks for the report.