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

Bug 129445

Summary: crossdev symlinking problem
Product: Gentoo Linux Reporter: Matt Edens <Phyrstorm>
Component: [OLD] UnspecifiedAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***