Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 120462

Summary: crossdev -t arm-unknown-linux-uclibc fails on linux-headers because of unconfigured arm-unknown-linux-uclibc-gcc
Product: Gentoo Linux Reporter: Stanislaw Raczynski <sutashu>
Component: [OLD] DevelopmentAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: crossdev-generated system info
crossdev-generated gcc-stage1 emerge log file
crossdev-generated linux-headers emere log file

Description Stanislaw Raczynski 2006-01-26 14:06:03 UTC
crossdev (0.9.12-r1) with target arm-unknown-linux-uclibc fails to emerge cross-arm-unknown-linux-uclibc/linux-headers-2.6.11-r3, because emerged cross-arm-unknown-linux-uclibc/gcc-3.4.5 is not configured.

Reproducible: Always
Steps to Reproduce:
1. crossdev -t arm-unknown-linux-gcc

Actual Results:  
linux-headers compile fails. Tested on a amd64 and a x86 boxes with the same result, 

Expected Results:  
linux-headers compiles

Most important fragments of crossdev logs:

cross-arm-unknown-linux-uclibc/gcc-3.4.5:
 * The current gcc config appears valid, so it will not be
 * automatically switched for you.  If you would like to
 * switch to the newly installed gcc version, do the
 * following:

 * gcc-config arm-unknown-linux-uclibc-3.4.5
 * source /etc/profile

 * Switching to x86_64-pc-linux-gnu-3.4.3 compiler ...[ ok ]

 * If you have issues with packages unable to locate libstdc++.la,
 * then try running 'fix_libtool_files.sh' on the old gcc versions.

cross-arm-unknown-linux-uclibc/linux-headers-2.6.11-r3:

make: arm-unknown-linux-uclibc-gcc: Command not found
Comment 1 Stanislaw Raczynski 2006-01-26 14:07:24 UTC
Created attachment 78220 [details]
crossdev-generated system info
Comment 2 Stanislaw Raczynski 2006-01-26 14:09:00 UTC
Created attachment 78221 [details]
crossdev-generated gcc-stage1 emerge log file
Comment 3 Stanislaw Raczynski 2006-01-26 14:10:10 UTC
Created attachment 78222 [details]
crossdev-generated linux-headers emere log file
Comment 4 SpanKY gentoo-dev 2006-01-26 16:22:39 UTC
your host gcc is version 3.4.3, you need to upgrade that sucker

that may or may not fix this issue