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

Bug 218923

Summary: media-sound/muse-0.9.2 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: muse-0.9.2-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-22 19:01:35 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fpermissive -MT mpegtoraw.o -MD -MP -MF ".deps/mpegtoraw.Tpo" -c -o mpegtoraw.o mpegtoraw.cc; \
        then mv -f ".deps/mpegtoraw.Tpo" ".deps/mpegtoraw.Po"; else rm -f ".deps/mpegtoraw.Tpo"; exit 1; fi
mpegtoraw.cc:422:22: error: iostream.h: No such file or directory
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fpermissive -MT mpeglayer1.o -MD -MP -MF ".deps/mpeglayer1.Tpo" -c -o mpeglayer1.o mpeglayer1.cc; \
        then mv -f ".deps/mpeglayer1.Tpo" ".deps/mpeglayer1.Po"; else rm -f ".deps/mpeglayer1.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fpermissive -MT mpeglayer2.o -MD -MP -MF ".deps/mpeglayer2.Tpo" -c -o mpeglayer2.o mpeglayer2.cc; \
        then mv -f ".deps/mpeglayer2.Tpo" ".deps/mpeglayer2.Po"; else rm -f ".deps/mpeglayer2.Tpo"; exit 1; fi
make[3]: *** [mpegtoraw.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/media-sound/muse-0.9.2/work/MuSE-0.9.2/src/libmpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-sound/muse-0.9.2/work/MuSE-0.9.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/muse-0.9.2/work/MuSE-0.9.2'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-22 19:02:23 UTC
Created attachment 150632 [details, diff]
muse-0.9.2-gcc43.patch

Trivial home-spun patch. Fixes the problem.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-04-22 19:09:59 UTC
applied, thanks