This is a discussion on media-video/mp layer-1.0_Prue5-r5 ?? within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hello, Anyone having this problem, I'm with no clue myself. Any other package the emerge suggest just applies fine. ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Anyone having this problem, I'm with no clue myself. Any other package the emerge suggest just applies fine. P4_2400 root # emerge -pv --update --newuse --deep world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild U ] media-video/mplayer-1.0_pre5-r5 [1.0_pre4-r7] -3dfx -3dnow -3dnowex +X -aalib +alsa (-altivec) +arts -bidi -cdparanoia -debug -directfb -divx4linux -doc -dvb -dvd -dvdread -edl +encode +esd -fbcon -ggi +gif +gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox -mmx -mmx2 +mpeg -mythtv -nas -network +nls -nvidia +oggvorbis +opengl +oss +png -real -rtc -samba +sdl -sse +svga -tga -theora +truetype -v4l -v4l2 -xanim -xinerama +xmms +xv -xvid -xvmc 0 kB Total size of downloads: 0 kB P4_2400 root # emerge --update --newuse --deep world .... ... .. gcc -I../libvo -I../../libvo -I/usr/X11R6/include -O2 -mcpu=i686 -march=pentium4 -fno-stack-protector -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o msmpeg4.o msmpeg4.c msmpeg4.c: In function `msmpeg4_pred_dc': msmpeg4.c:720: error: can't find a register in class `GENERAL_REGS' while reloading `asm' make[1]: *** [msmpeg4.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/mplayer-1.0_pre5-r5/work/MPlayer-1.0pre5try2/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 !!! ERROR: media-video/mplayer-1.0_pre5-r5 failed. !!! Function src_compile, Line 442, Exitcode 2 !!! Failed to build MPlayer! !!! If you need support, post the topmost build error, NOT this status message. |
| ||||
| Add the "-fomit-frame-pointer" to CFLAGS in /etc/make.conf solves this problem. Must be a gentoo portage problem, don't know how to solve it correct with gentoo - changing CFLAGS however works. P4_2400 root # grep CFLAGS /etc/make.conf CFLAGS="-O2 -mcpu=i686 -march=pentium4 -fomit-frame-pointer" #CFLAGS="-O2 -mcpu=i686 -march=pentium4" CXXFLAGS="${CFLAGS}" P4_2400 root # grep CFLAGS /etc/make.conf Lars H. wrote: > Hello, > > Anyone having this problem, I'm with no clue myself. Any other package the > emerge suggest just applies fine. > > > > P4_2400 root # emerge -pv --update --newuse --deep world > > These are the packages that I would merge, in order: > > Calculating world dependencies ...done! > [ebuild U ] media-video/mplayer-1.0_pre5-r5 [1.0_pre4-r7] -3dfx -3dnow > -3dnowex +X -aalib +alsa (-altivec) +arts -bidi -cdparanoia -debug > -directfb -divx4linux -doc -dvb -dvd -dvdread -edl +encode +esd -fbcon > -ggi +gif +gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca -lirc -live -lzo > +mad -matroska -matrox -mmx -mmx2 +mpeg -mythtv -nas -network +nls -nvidia > +oggvorbis +opengl +oss +png -real -rtc -samba +sdl -sse +svga -tga > -theora +truetype -v4l -v4l2 -xanim -xinerama +xmms +xv -xvid -xvmc 0 kB > > Total size of downloads: 0 kB > > P4_2400 root # emerge --update --newuse --deep world > > ... > .. > . > gcc -I../libvo -I../../libvo -I/usr/X11R6/include -O2 -mcpu=i686 > -march=pentium4 -fno-stack-protector -D_REENTRANT -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I.. > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o msmpeg4.o > msmpeg4.c > msmpeg4.c: In function `msmpeg4_pred_dc': > msmpeg4.c:720: error: can't find a register in class `GENERAL_REGS' while > reloading `asm' > make[1]: *** [msmpeg4.o] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/mplayer-1.0_pre5-r5/work/MPlayer-1.0pre5try2/libavcodec' > make: *** [libavcodec/libavcodec.a] Error 2 > > !!! ERROR: media-video/mplayer-1.0_pre5-r5 failed. > !!! Function src_compile, Line 442, Exitcode 2 > !!! Failed to build MPlayer! > !!! If you need support, post the topmost build error, NOT this status > message. |