Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200345 - treelang support in toolchain.eclass breaks cross-compiling
Summary: treelang support in toolchain.eclass breaks cross-compiling
Status: RESOLVED DUPLICATE of bug 199924
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-25 23:49 UTC by James Le Cuirot
Modified: 2007-11-29 05:49 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 James Le Cuirot gentoo-dev 2007-11-25 23:49:27 UTC
treelang support in gcc (whatever that is!) cannot be cross-compiled.

echo '/var/tmp/cross/mips64r5900el-scei-elf/portage/cross-mips64r5900el-scei-elf/gcc-4.3_alpha20071123/work/gcc-4.3-20071123/gcc/java/lang.c' >> tmp-gi.list
_error_not_here_yet - havent even thought about it - it may even work
make[2]: _error_not_here_yet: Command not found
echo '/var/tmp/cross/mips64r5900el-scei-elf/portage/cross-mips64r5900el-scei-elf/gcc-4.3_alpha20071123/work/gcc-4.3-20071123/gcc/java/mangle.c' >> tmp-gi.list
make[2]: *** [treelang.all.cross] Error 127
make[2]: *** Waiting for unfinished jobs....

The recent addition of treelang support in toolchain.eclass prevents gcc from being cross-built with crossdev. It seems that the plan is to have a treelang USE flag but for some reason that hasn't gone ahead yet. crossdev will either need to disable this flag or prevent gcc from trying to build treelang support in some other way.
Comment 1 SpanKY gentoo-dev 2007-11-29 05:49:25 UTC

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