| Bug#: 179520 | Product: Gentoo Linux | Version: 2007.0 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: cpp@gentoo.org | Reported By: richard@audacityteam.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: dev-cpp/commoncpp2-1.5.1-r1 installs a pkg-config file with wrong cflags | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-05-23 13:47 0000 | |||
| Description: | Opened: 2007-05-23 13:47 0000 |
/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.
Upstream fixed that in a newer version, version bump to 1.5.7 should therefore fix this. Thanks for reporting!