Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120462 - crossdev -t arm-unknown-linux-uclibc fails on linux-headers because of unconfigured arm-unknown-linux-uclibc-gcc
Summary: crossdev -t arm-unknown-linux-uclibc fails on linux-headers because of unconf...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 14:06 UTC by Stanislaw Raczynski
Modified: 2006-01-26 16:22 UTC (History)
0 users

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


Attachments
crossdev-generated system info (cross-arm-unknown-linux-uclibc-info.log,3.57 KB, text/plain)
2006-01-26 14:07 UTC, Stanislaw Raczynski
Details
crossdev-generated gcc-stage1 emerge log file (cross-arm-unknown-linux-uclibc-gcc-stage1.log,399.45 KB, text/plain)
2006-01-26 14:09 UTC, Stanislaw Raczynski
Details
crossdev-generated linux-headers emere log file (cross-arm-unknown-linux-uclibc-linux-headers.log,35.49 KB, text/plain)
2006-01-26 14:10 UTC, Stanislaw Raczynski
Details

Note You need to log in before you can comment on or make changes to this bug.
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