Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106052 - crossdev fails to build ppc64 toolchain on cross-gcc-stage2 (HOST is x86)
Summary: crossdev fails to build ppc64 toolchain on cross-gcc-stage2 (HOST is x86)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 05:33 UTC by Gustavo Sverzut Barbieri
Modified: 2005-10-12 22:36 UTC (History)
1 user (show)

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


Attachments
System Information (cross-powerpc64-unknown-linux-gnu-info.log,3.71 KB, text/plain)
2005-09-15 05:34 UTC, Gustavo Sverzut Barbieri
Details
Build Log (cross-powerpc64-unknown-linux-gnu-gcc-stage2.log,546.01 KB, text/plain)
2005-09-15 05:35 UTC, Gustavo Sverzut Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Sverzut Barbieri 2005-09-15 05:33:10 UTC
GCC fails to build stage 2 of the cross-gcc.

HOST=x86
TARGET=ppc64

From the log, the gnu/stubs.h file includes stubs-${__WORDSIZE}.h file, since
I'm compiling ppc64, there is only the stubs-64.h file, but it gets the
__WORDSIZE of MY HOST, so it tries to use the non-existent stubs-32.h!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gustavo Sverzut Barbieri 2005-09-15 05:34:35 UTC
Created attachment 68503 [details]
System Information
Comment 2 Gustavo Sverzut Barbieri 2005-09-15 05:35:17 UTC
Created attachment 68504 [details]
Build Log
Comment 3 SpanKY gentoo-dev 2005-10-12 22:36:56 UTC
should work now ...