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

Bug 96877

Summary: crossdev-0.9.6 doesn't build g++ on stage3
Product: Gentoo Linux Reporter: Rodolfo Schulz de Lima <rodolfo>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WONTFIX    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rodolfo Schulz de Lima 2005-06-23 09:10:32 UTC
cross dev doesn't build the g++ compiler even when we use the -s3 switch.
I'm compiling a i586-pc-linux-gnu in a 1686-pc-linux-gnu machine. I think is the
same with other cross-compiling.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Rodolfo Schulz de Lima 2005-06-23 09:11:04 UTC
Oh yes, I'm using gcc-3.4.4
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-23 11:18:29 UTC
Hmm, I'd say that you don't need crossdev for this at all... 
Comment 3 Rodolfo Schulz de Lima 2005-06-23 12:46:48 UTC
I know it's a little too much. I even found out another way to do it. But a i586
compiler is needed because I'm using distcc and it needs a i586-pc-linux-gnu-g++
(for instance) on the compiler farm machines. Just symlinking
i686-pc-linux-gnu-g++ -> i585-.... doesn't work. But the fact is that crossdev
didn't create a c++ compiler in stage 3 :)
Comment 4 SpanKY gentoo-dev 2005-06-23 18:06:22 UTC
so create symlinks for i586-pc-linux-gnu to 1686-pc-linux-gnu
Comment 5 Rodolfo Schulz de Lima 2005-06-24 09:02:48 UTC
I said that symlinking i586-.... to i686-.... doesn't work! But the real problem
is that crossdev isn't creating the c++ in the stage 3. That is the bug.