| Summary: | USE="-cxx nocxx" emerge -1v sys-devel/gcc break system | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sergiy Borodych <Sergiy.Borodych> |
| Component: | [OLD] GCC Porting | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | critical | CC: | roman.zilka |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
config.log |
||
|
Description
Sergiy Borodych
2011-11-20 14:08:38 UTC
Created attachment 293211 [details]
build.log
Created attachment 293213 [details]
config.log
Support requests belong to the forums, not bugzilla. Try
> PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/default-linux/amd64/" emerge --oneshot --getbinpkgonly gcc
Thanks, those pkg'es helped me Recently I actually set "-cxx" in make.conf, reasoning that I don't code in C++, so I don't need the flag. I've always had "-python -perl -ruby -..." too and all has been well. I let gcc re-merge with [-cxx]. Turned out to be a game over henceforth. Since every user of Gentoo needs the C++ compiler (while not necessarily a lot of other C++-related pkg-specific stuff), please consider making the cxx flag enforced for gcc for all profiles (or just removing it altogether, making g++ mandatory). So as to prevent unfortunate ends. I did have a backup, but else... |