Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80357 - gcc-4's fortran compiler requires mpfr
Summary: gcc-4's fortran compiler requires mpfr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 105288 110026 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-01 09:49 UTC by Jeremy Huddleston (RETIRED)
Modified: 2006-11-11 18:57 UTC (History)
5 users (show)

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 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-01 09:49:59 UTC
checking for MPFR... no
configure: error: GMP with MPFR support is required to build f95

the gmp ebuild disables mpfr support on sparc, but this will be required for the fortran compiler in gcc-4.
Comment 1 Jason Wever (RETIRED) gentoo-dev 2005-03-06 19:17:15 UTC
I tried building gmp after commenting out the line that disabled mpfr support and it now appears to work.  However, gcc still doesn't see it as being available.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-10-17 12:51:32 UTC
see bug #105288 - may require new mpfr library  
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-10-17 12:56:11 UTC
if this is gfortran then under Software Using MPFR  - here is where to go 
http://www.mpfr.org/ 
Comment 4 Daniel Black (RETIRED) gentoo-dev 2005-10-19 04:49:25 UTC
Mike added dev-libs/mpfr 
Comment 5 SpanKY gentoo-dev 2005-10-22 12:08:18 UTC
*** Bug 110026 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2005-10-22 12:12:03 UTC
we're going to need arch KEYWORDing on the mpfr package

emerging with FEATURES=test should be sufficient ... the gmp/mpfr maintainers
keep a good test-suite with their packages
Comment 7 Brent Baude (RETIRED) gentoo-dev 2005-10-22 17:59:29 UTC
I have marked this ~ppc64 for now.  Compile and tests were fine.  If this needs
to be stable instead of testing, please re-add ppc64 to bug and I will
re-keyword.  Thanks!
Comment 8 Jason Wever (RETIRED) gentoo-dev 2005-10-25 17:50:04 UTC
Added ~sparc keyword.
Comment 9 Juergen Kaetzler 2005-11-03 09:38:42 UTC
I experienced the same problems on x86 architecture. After emerging
dev-libs/mpfr gcc-4.0.2-r2 configure did fine, now it's compiling.
Is dev-libs/mpfr a new dependancy of gcc? So shouldn't dev-libs/mpfr be added to
gcc-4.0.2-r2 dependancies?
Comment 10 Daniel Black (RETIRED) gentoo-dev 2005-11-07 02:57:50 UTC
*** Bug 105288 has been marked as a duplicate of this bug. ***
Comment 11 SpanKY gentoo-dev 2005-11-08 20:55:20 UTC
mpfr seems to blow up on s390 with illegal instructions :(
Comment 12 Mark Loeser (RETIRED) gentoo-dev 2006-03-13 19:38:34 UTC
Looks like everyone has done this already.