Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133518 - crossdev i586 target on x86_64 host failed on gcc-4.1.0 stage2 due to fortran
Summary: crossdev i586 target on x86_64 host failed on gcc-4.1.0 stage2 due to fortran
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-16 11:20 UTC by Wojciech Potentas
Modified: 2006-05-28 04:30 UTC (History)
0 users

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


Attachments
info log (cross-i586-pc-linux-gnu-info.log,3.04 KB, text/plain)
2006-05-16 11:26 UTC, Wojciech Potentas
Details
gcc stage2 log (cross-i586-pc-linux-gnu-gcc-stage2.log,14.89 KB, text/plain)
2006-05-16 11:26 UTC, Wojciech Potentas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Potentas 2006-05-16 11:20:56 UTC
error message:

"checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f
2       
checking for correct version of gmp.h... no
configure: error: GMP with MPFR support is required to build fortran"
Comment 1 Wojciech Potentas 2006-05-16 11:26:09 UTC
Created attachment 86867 [details]
info log
Comment 2 Wojciech Potentas 2006-05-16 11:26:40 UTC
Created attachment 86868 [details]
gcc stage2 log
Comment 3 SpanKY gentoo-dev 2006-05-16 13:51:46 UTC
so disable fortran support
Comment 4 Wojciech Potentas 2006-05-17 11:06:30 UTC
(In reply to comment #3)
> so disable fortran support
> 

Ok that works, but now:
I was trying to add i386 cross compiler. glibc crashed on nptl, but I have
USE"nptl nptlonly" cause i586-pc-linux-glibc failed in the same moment.

"Calculating dependencies   ^[[33;01m*^[[0m glibc-2.4 is nptl-only!

!!! ERROR: cross-i386-pc-linux-gnu/glibc-2.4-r3 failed.
!!! Function pkg_setup, Line 1080, Exitcode 1
!!! please add USE='nptl nptlonly' to make.conf
!!! If you need support, post the topmost build error, NOT this status message."

Logs avaible on demand.
Comment 5 SpanKY gentoo-dev 2006-05-21 21:06:02 UTC
you're using an i386 host ... nptl requires i486 or better
Comment 6 Wojciech Potentas 2006-05-28 04:30:04 UTC
 Ok, so, cause first bug has been resolved I changing resolution to FIXED.