Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155133 - sys-devel/gcc-4.3 should depend on dev-libs/mpfr regardless of USE=fortran
Summary: sys-devel/gcc-4.3 should depend on dev-libs/mpfr regardless of USE=fortran
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 06:07 UTC by David Watzke
Modified: 2006-11-15 06:47 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 David Watzke 2006-11-14 06:07:56 UTC
sys-devel/gcc-4.3.0_alpha20061111 should depend on >=dev-libs/mpfr-2.2.0_p10, because:

configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2+.

After installing MPFR it configures OK. In $DEPEND is currently this:

fortran? (
	>=dev-libs/gmp-4.2.1
	>=dev-libs/mpfr-2.2.0_p10
)

but we obviously need mpfr (and gmp?) even if we don't build fortran compiler.

Btw, I'm running ~amd64 system and trying to compile gcc with
USE="nls (-altivec) -bootstrap -build -doc -fortran -gcj -gtk (-hardened) -ip28 -ip32r10k -mudflap (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla"
Comment 1 SpanKY gentoo-dev 2006-11-15 06:47:30 UTC
fixed in cvs