Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365599 - dev-libs/ppl-0.11.2 fails to configure with gcc-4.6
Summary: dev-libs/ppl-0.11.2 fails to configure with gcc-4.6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-01 17:22 UTC by Markus Walter
Modified: 2011-05-03 08:44 UTC (History)
0 users

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


Attachments
build log (build.log,8.61 KB, text/plain)
2011-05-01 17:22 UTC, Markus Walter
Details
emerge --info (info.txt,5.25 KB, text/plain)
2011-05-01 17:23 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2011-05-01 17:22:54 UTC
Created attachment 271769 [details]
build log

When trying to compile ppl with gcc 4.6.0 the following configuring error occurs. It occours both with gmp-4.3.2 and gmp-5.0.1.

If I switch gcc-profile to 4.5.2 gmp is detected correctly and the merge is successful.

checking for the GMP library version 4.1.3 or above... no
configure: error: Cannot find GMP version 4.1.3 or higher.
GMP is the GNU Multi-Precision library:
see http://www.swox.com/gmp/ for more information.
When compiling the GMP library, do not forget to enable the C++ interface:
add --enable-cxx to the configuration options.
Comment 1 Markus Walter 2011-05-01 17:23:14 UTC
Created attachment 271771 [details]
emerge --info
Comment 2 Markus Walter 2011-05-03 08:44:47 UTC
Strange, today it's working fine, but yesterday this was reproducible (I even double-checked).