Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 76710

Summary: gst-plugins-ffmpeg-0.8.2 fails to compile
Product: Gentoo Linux Reporter: Matthew Caron <matt>
Component: Current packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matthew Caron 2005-01-04 18:29:23 UTC
compilation fails with error:

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -msse -march=pentium3 -pipe -MT libmmxsse_la-dsputil_mmx.lo -MD -MP -MF .deps/libmmxsse_la-dsputil_mmx.Tpo -c dsputil_mmx.c  -fPIC -DPIC -o .libs/libmmxsse_la-dsputil_mmx.o
dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
dsputil_mmx.c:614: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
make[8]: *** [libmmxsse_la-dsputil_mmx.lo] Error 1
make[8]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.8.2/work/gst-ffmpeg-0.8.2/gst-libs/ext/ffmpeg/libavcodec/i386'


Reproducible: Always
Steps to Reproduce:
1.emerge gst-plugins-ffmpeg

Actual Results:  
The error I described.

Expected Results:  
Compiled successfully.

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://mirror.datapipe.net/gen
too ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d aalib acl aim alsa apm arts avi berkdb bitmap-fonts cdr crypt c
ups directfb dvd dvdr emacs encode esd ethereal evo fam flac foomaticdb fortran 
gb gd gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 icq imagemagick imap imlib i
pv6 jabber jack java jikes jpeg kde ladccalcms ldap lesstif libwww mad mcal mikm
od mmx motif mozilla mpeg mpi msn mysql nas ncurses nls oggvorbis opengl oscar o
ss pam pcmcia pda pdflib perl plotutils png pnp ppds python qt quicktime readlin
e samba scanner sdl slang spell sse ssl svga tcltk tcpd tetex theora tiff truety
pe unicode usb videos wmf wxwindows xinerama xml xml2 xmms xosd xv yahoo zlib"
Comment 1 foser (RETIRED) gentoo-dev 2005-01-06 14:13:30 UTC
search!

*** This bug has been marked as a duplicate of 64262 ***
Comment 2 Matthew Caron 2005-01-06 16:08:59 UTC
I did search. It's NOT the same bug. 64262 is a LINK ERROR and says:

ffplay-ffplay.o(.text+0x2b9a): In function `main':
: undefined reference to `XOpenDisplay'
ffplay-ffplay.o(.text+0x2bcd): In function `main':
: undefined reference to `XCloseDisplay'
collect2: ld returned 1 exit status

Mine is actually a compile error:

dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
dsputil_mmx.c:614: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
make[8]: *** [libmmxsse_la-dsputil_mmx.lo] Error 1
Comment 3 foser (RETIRED) gentoo-dev 2005-01-06 16:53:52 UTC
you still didn't search, it's a dupe.. check more than the first comment before you reopen.

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