| Summary: | media-video/mplayer fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | lu_zero, Sasha.Medvedev |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2009-06-08 10:07:55 UTC
Created attachment 193866 [details]
Build log
It seems I have the same issue with mplayer-1.0_rc2_p20090322 . The end of building it the following: i686-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -O0 -march=pentium3 -pipe -fomit-frame-pointer -Ilibdvdread4 -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -O0 -march=pentium3 -pipe -fomit-frame-pointer -c -o liba52/parse.o liba52/parse.c cc1: warning: -funit-at-a-time is required for inlining of functions that are only called once In file included from liba52/imdct.c:725: liba52/imdct_3dnow.h: In function 'fft_asmb16_3dnow': liba52/imdct_3dnow.h:283: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints liba52/imdct_3dnow.h:289: error: 'asm' operand has impossible constraints i686-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -O0 -march=pentium3 -pipe -fomit-frame-pointer -Ilibdvdread4 -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -O0 -march=pentium3 -pipe -fomit-frame-pointer -c -o libass/ass.o libass/ass.c make: *** [liba52/imdct.o] Ошибка 1 make: *** Ожидание завершения заданий... cc1: warning: -funit-at-a-time is required for inlining of functions that are only called once It doesn't mater is a52 use flag enabled or not. But mplayer-1.0_rc2_p20090530 compiles fine and work for me. Sorry. It related more with http://bugs.gentoo.org/272250. So I will report there. Please try 20090731 and reopen if this is still a issue. |