Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59111 - mjpegtools ebuild fails
Summary: mjpegtools ebuild fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-01 17:36 UTC by Michael W. Holdeman
Modified: 2004-08-01 23:57 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 Michael W. Holdeman 2004-08-01 17:36:51 UTC
May be a dup of 56835?

motion.c: In function `calc_SAD_mmx':
motion.c:143: internal compiler error: asm clobber conflict with output operand

Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/mjpegtools-1.6.2-r3/temp/ccxZYm0A.out file, please attach this to your bugreport.
make[2]: *** [motion.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/mjpegtools-1.6.2-r3/work/mjpegtools-1.6.2/yuvdenoise'
make[1]: 
*** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mjpegtools-1.6.2-r3/work/mjpegtools-1.6.2'
make: 
*** [all] Error 2


!!! ERROR: media-video/mjpegtools-1.6.2-r3 failed.
!!! Function src_compile, Line 90, Exitcode 2
!!! compile problem


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

Actual Results:  
motion.c: In function `calc_SAD_mmx': 
motion.c:143: internal compiler error: asm clobber conflict with output operand 
 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugs.gentoo.org/> for instructions. 
Preprocessed source stored 
into /var/tmp/portage/mjpegtools-1.6.2-r3/temp/ccxZYm0A.out file, please attach 
this to your bugreport. 
make[2]: *** [motion.o] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/mjpegtools-1.6.2-r3/work/mjpegtools-1.6.2/yuvdenoise' 
make[1]:  
*** [all-recursive] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/mjpegtools-1.6.2-r3/work/mjpegtools-1.6.2' 
make:  
*** [all] Error 2 
 
 
!!! ERROR: media-video/mjpegtools-1.6.2-r3 failed. 
!!! Function src_compile, Line 90, Exitcode 2 
!!! compile problem 
 

Expected Results:  
build mjpegtools 

emerge info 
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040619-r0, 
2.6.7-win4lin-r3) 
================================================================= 
System uname: 2.6.7-win4lin-r3 i686 Mobile Intel(R) Pentium(R) 4     CPU 
3.06GHz 
Gentoo Base System version 1.5.1 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium4 -O3 -pipe -fPIC -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium4 -O3 -pipe -fPIC -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/bmg-main /usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="3dnow X aalib acl acpi acpi4linux alsa apm arts avi berkdb cddb cdr cgi 
crypt cups curl dga directfb divx4linux dnd doc dv dvd encode esd fastcgi fax 
fbcon fdftk ffmpeg flac foomaticdb freetype fs fullrpc gd gdbm gif gimp 
gimpprint glade gpm gtk gtk2 gtkhtml guile imap imlib ipv6 java javascript jpeg 
kde libg++ libwww mad maildir mcal mikmod mmx motif mozcalendar mozilla mozp3p 
mozsvg mpeg mpeg4 mpi mplayer nas ncurses net nls nptl oav odbc ofx oggvorbis 
ooo-kde openal opengl openssh oss pam pcmcia pda pdflib perl png pnp portaudio 
pythonqt quicktime readline samba scanner sdk sdl slang slp snmp spell sqlite 
sse ssl svga tcltk tcpd tiff truetypetrusted usb v4l v4l2 videos virus-scan 
wifi wmf x86 xml xml2 xmms xrandr xv xvid yv12 zlib"
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-08-01 23:57:43 UTC
Please get -fPIC out of your C*FLAGS and try again. Re-open if the problem persists. Please don't put -fPIC into C*FLAGS at all, not only for this package...