Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91659 - ffmpeg emerge fails: i386/dsputil_mmx_avg.h:105: error: can't find a register in class `BREG' while reloading `asm'
Summary: ffmpeg emerge fails: i386/dsputil_mmx_avg.h:105: error: can't find a register...
Status: RESOLVED DUPLICATE of bug 90916
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 01:15 UTC by David Feil-Seifer
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Feil-Seifer 2005-05-06 01:15:33 UTC
ffmpeg-0.4.9_p20050226-r3 emerge fails:

_GNU_SOURCE -c -o i386/cputest.o i386/cputest.c 
i686-pc-linux-gnu-gcc -O3 -Wall -Wno-switch -O3 -march=pentium4 -fomit-frame-pointer -fPIC -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c 
i386/dsputil_mmx.c: In function `dsputil_init_mmx':
i386/dsputil_mmx.c:3076: warning: assignment from incompatible pointer type
i386/dsputil_mmx.c:3077: warning: assignment from incompatible pointer type
i386/dsputil_mmx.c: In function `put_qpel8_mc10_3dnow':
i386/dsputil_mmx_avg.h:105: error: can't find a register in class `BREG' while reloading `asm'
i386/dsputil_mmx.c: At top level:
i386/dsputil_mmx_rnd.h:59: warning: `put_no_rnd_pixels8_l2_mmx' defined but not used
i386/dsputil_mmx_rnd.h:155: warning: `put_no_rnd_pixels16_l2_mmx' defined but not used
i386/dsputil_mmx_rnd.h:300: warning: `avg_no_rnd_pixels4_mmx' defined but not used
i386/dsputil_mmx_rnd.h:59: warning: `put_pixels8_l2_mmx' defined but not used
i386/dsputil_mmx_rnd.h:155: warning: `put_pixels16_l2_mmx' defined but not used
make[1]: *** [i386/dsputil_mmx.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/ffmpeg-0.4.9_p20050226-r3/work/ffmpeg-0.4.9-p20050226-shared/libavcodec'
make: *** [lib] Error 2



Reproducible: Always
Steps to Reproduce:
1. emerge ffmpeg (-0.4.9_p20050226-r3)

Actual Results:  
error message shown above


This occurs whether or not the mmx USE flag is set
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-06 01:27:36 UTC

*** This bug has been marked as a duplicate of 91556 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-06 01:29:52 UTC
Err, wrong bug number. 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-06 01:30:52 UTC
Please try -r5 (unstable) which should be fixed.

*** This bug has been marked as a duplicate of 90916 ***