Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179520 - dev-cpp/commoncpp2-1.5.1-r1 installs a pkg-config file with wrong cflags
Summary: dev-cpp/commoncpp2-1.5.1-r1 installs a pkg-config file with wrong cflags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 13:47 UTC by Richard Ash
Modified: 2007-06-16 14:02 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 Richard Ash 2007-05-23 13:47:29 UTC
/usr/lib/pkgconfig/libccgnu2.pc contains
ccincludedir=${includedir}/cc++2
Cflags:  -D_GNU_SOURCE -I${includedir}/cc++2

despite the fact that the headers are in /usr/include/cc++/ and /usr/include/cc++2/ doesn't exist. This causes problems compiling against them, because the headers cannot be found by the compiler if the make file uses pkg-config.
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2007-06-16 14:02:54 UTC
Upstream fixed that in a newer version, version bump to 1.5.7 should therefore fix this.
Thanks for reporting!