Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37080 - mjpegtools v1.6.1.91 fails to compile with USE="sse mmx"
Summary: mjpegtools v1.6.1.91 fails to compile with USE="sse mmx"
Status: RESOLVED DUPLICATE of bug 36502
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-03 02:32 UTC by Olivier Orabona
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 Olivier Orabona 2004-01-03 02:32:09 UTC
make[1]: Entering directory `/var/tmp/portage/mjpegtools-1.6.1.91/work/mjpegtools-1.6.1.91/utils'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils    -mcpu=i686 -march=i686 -O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -mno-sse2 -Wall -Wunused -fPIC -MT cpu_accel.o -MD -MP -MF ".deps/cpu_accel.Tpo" \
  -c -o cpu_accel.o `test -f 'cpu_accel.c' || echo './'`cpu_accel.c; \
then mv -f ".deps/cpu_accel.Tpo" ".deps/cpu_accel.Po"; \
else rm -f ".deps/cpu_accel.Tpo"; exit 1; \
fi
cpu_accel.c: In function `x86_accel':
cpu_accel.c:87: error: can't find a register in class `BREG' while reloading `asm'
cpu_accel.c:104: error: can't find a register in class `BREG' while reloading `asm'
cpu_accel.c:110: error: can't find a register in class `BREG' while reloading `asm'
cpu_accel.c:132: error: can't find a register in class `BREG' while reloading `asm'
cpu_accel.c:136: error: can't find a register in class `BREG' while reloading `asm'
make[1]: *** [cpu_accel.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/mjpegtools-1.6.1.91/work/mjpegtools-1.6.1.91/utils'
make: *** [all-recursive] Error 1


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



configure --with-quicktime --enable-cmov-extension --enable-simd-accel --with-quicktime 
actually compiles with v1.6.1.92.
Comment 1 SpanKY gentoo-dev 2004-01-03 08:55:59 UTC

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