Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10851 - Mutella 0.3.3 fails to compile against gcc 2.95.3
Summary: Mutella 0.3.3 fails to compile against gcc 2.95.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-16 20:05 UTC by Sean E Russell
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patches mutella sources to compile with gcc-2 (mutella-gcc2-gentoo.patch,441 bytes, patch)
2002-11-16 20:07 UTC, Sean E Russell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean E Russell 2002-11-16 20:05:55 UTC
...   
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include  -D_REENTRANT    
-D_MIT_POSIX_THREADS    -mcpu=k6 -march=k6 -O3 -pipe -c rcobject.cpp    
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include  -D_REENTRANT    
-D_MIT_POSIX_THREADS    -mcpu=k6 -march=k6 -O3 -pipe -c event.cpp    
In file included from event.cpp:10:    
mutella.h:16: ext/slist: No such file or directory    
In file included from rcobject.cpp:10:    
mutella.h:16: ext/slist: No such file or directory    
make[2]: *** [rcobject.o] Error 1    
make[2]: *** Waiting for unfinished jobs....    
make[2]: *** [event.o] Error 1    
make[2]: Leaving directory    
`/var/tmp/portage/mutella-0.3.3/work/mutella-0.3.3/mutella'    
make[1]: *** [all-recursive] Error 1    
make[1]: Leaving directory `/var/tmp/portage/mutella-0.3.3/work/mutella-0.3.3'    
make: *** [all-recursive-am] Error 2    
    
!!! ERROR: net-p2p/mutella-0.3.3 failed.    
!!! Function src_compile, Line -159, Exitcode 2    
!!! compile problem    
  
  
slist does exist, in /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/include/g++, but  
ext/slist does not.  
 
I've attached a small patch which fixes the problem; I don't have enough time 
to hack the ebuild for mutella to use this patch IFF gcc = 2.x, but if somebody 
else more wizardly than myself doesn't fix this in the next week or so, I'll 
throw something together.
Comment 1 Sean E Russell 2002-11-16 20:07:36 UTC
Created attachment 5736 [details, diff]
Patches mutella sources to compile with gcc-2
Comment 2 Hanno Böck gentoo-dev 2002-11-20 03:57:21 UTC
Have you already tested the current 0.4.1?
It is in portage as testing (~x86)
Comment 3 Hanno Böck gentoo-dev 2002-11-25 16:06:51 UTC
As mutella 0.3.3 is outdated, this is no longer interesting.