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

Bug 3035

Summary: app-admin/fam-oss broken by gcc3
Product: Gentoo Linux Reporter: walt <wsheets>
Component: New packagesAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description walt 2002-05-25 22:32:16 UTC
Well, after today's upgrade to gcc 3.1-r7 I now am recompiling all the apps
that depended on the recently deceased libstdc++.so.3 and I discover that
fam-oss will no longer compile.

make[2]: Entering directory `/var/tmp/portage/fam-oss-2.6.7/work/fam-2.6.7/fam'
Makefile:412: no file name for `-include'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/etc/fam.conf\"    -mcpu=k6 -march=k6 -O3 -pipe -c
Scheduler.c++
Scheduler.c++:37: uninitialized const member `Scheduler::IOTypeInfo::iotype'
Scheduler.c++:38: uninitialized const member `Scheduler::IOTypeInfo::iotype'
make[2]: *** [Scheduler.o] Error 1

Now I'm off to recompile groff, telnetd and gnome-games.....again :-/
I hope I have better luck with them.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-26 01:23:14 UTC
Walt, again... check your gcc config. I can't reproduce this bug in my gcc3.1 config. 
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2002-05-29 21:38:26 UTC
I can reproduce this bug. And I used gcc3.1 from the start of my install. Even
remembered to change make.profile point to the right profile (default-1.0-gcc3).
If you got it working... tell us how.