Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129445 - crossdev symlinking problem
Summary: crossdev symlinking problem
Status: RESOLVED DUPLICATE of bug 126166
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-10 01:19 UTC by Matt Edens
Modified: 2006-04-10 05:48 UTC (History)
0 users

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 Matt Edens 2006-04-10 01:19:06 UTC
Seems there is a bad symlink in the crossdev utility on gcc stage 2.  Here is my command to crossdev:
crossdev --b 2.16.1 --g 3.4.4-r1 --k 2.6.11-r2 --l 2.3.5-r2 -t x86_64-pc-linux-gnu

Going through the stage 2 log which I no longer have after finding a fix I found that a link to libc.so.6 going through another symlink to usr was linked to the wrong place.  The link was /usr/x86_64-pc-linux-gnu/usr was linking back to /usr/x86_64-pc-linux-gnu instead of just /usr.  After changing the link I was able to succesfully set up crossdev for my laptop to my friends amd64 system.  I will recreat the bug on my desktop and attach the log files later today.
Comment 1 SpanKY gentoo-dev 2006-04-10 05:48:54 UTC

*** This bug has been marked as a duplicate of 126166 ***