Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218923 - media-sound/muse-0.9.2 fails w/ gcc-4.3.0
Summary: media-sound/muse-0.9.2 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-22 19:01 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-22 19:09 UTC (History)
0 users

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


Attachments
muse-0.9.2-gcc43.patch (muse-0.9.2-gcc43.patch,507 bytes, patch)
2008-04-22 19:02 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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