Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80641 - sys-devel/gcc-3.4.3.20050110 completely bonkered?
Summary: sys-devel/gcc-3.4.3.20050110 completely bonkered?
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 14:53 UTC by Tobias Klausmann (RETIRED)
Modified: 2005-02-04 02:54 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 Tobias Klausmann (RETIRED) gentoo-dev 2005-02-03 14:53:24 UTC
I've noticed that after upgrading to sys-devel/gcc-3.4.3.20050110 from sys-devel/gcc-3.4.3-r1 just about anything fails to compile (usually with gcc or g++ segfaulting during configure or compile).

Interestingly enough, the problems go away if I compile by hand (i.e cd /var/tmp/portage/...; make; ebuild /usr/portage... compile;install;merge).

I *guess* this somehow is caused by gcc-config or the sandbox.
Comment 1 Bill Weepie 2005-02-03 21:08:50 UTC
I had that problem too, for quite some time.  taking 'distcc' out of my FEATURES solved all of the compilation errors.

Is it possible that distcc just plain doesn't work with this version of GCC?
Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2005-02-04 01:37:03 UTC
Bill: thanks a bunch! That solved my problem. And there I was contemplating a reinstall.

Maybe this bug/issue should be featured prominently somewhere? It's really obscure.

Oh, and *fixing* it might be nice, too :)
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-04 02:27:59 UTC
Make sure your distcc servers all use the same verison of gcc.
Comment 4 Tobias Klausmann (RETIRED) gentoo-dev 2005-02-04 02:54:17 UTC
I'm pretty sure they do:

# distcc-config --get-hosts
localhost
#

I used to use distcc more extensively, but in this cas I didn't.