Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86321 - updating libvisual to 0.20 fails due to -funroll-loops cflag
Summary: updating libvisual to 0.20 fails due to -funroll-loops cflag
Status: RESOLVED DUPLICATE of bug 86859
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 15:45 UTC by Daan Willems
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 Daan Willems 2005-03-22 15:45:57 UTC
When updating libvisual to 0.20 the ebuild process fails on:

lv_video_mmx.c  -fPIC -DPIC -o .libs/lv_video_mmx.o 
 {standard input}: Assembler messages: 
 {standard input}:820: Error: suffix or operands invalid for `movd' 
 make[2]: *** [lv_video_mmx.lo] Fehler 1 
 make[2]: *** Warte auf noch nicht beendete Prozesse... 
 make[2]: Leaving directory `/var/tmp/portage/libvisual-0.2.0/work/libvisual-0.2.0/libvisual' 
 make[1]: *** [all-recursive] Fehler 1 
 make[1]: Leaving directory `/var/tmp/portage/libvisual-0.2.0/work/libvisual-0.2.0' 
 make: *** [all] Fehler 2 

When emerging using: 
CFLAGS="put your cflags without the -funroll-loops" emerge -u libvisual 
it just works

Reproducible: Always
Steps to Reproduce:
1.emerge -u libvisual
2.
3.

Actual Results:  
ebuild process fails 

Expected Results:  
finish the ebuild process 

Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110, 
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r4 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz 
Gentoo Base System version 1.6.10 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 20:43:45)] 
dev-lang/python:     2.3.5 
sys-devel/autoconf:  2.59-r6 
sys-devel/automake:  1.9.5 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.14 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium4 -O3 -pipe -funroll-loops -fprefetch-loop-arrays" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium4 -O3 -pipe -funroll-loops -fprefetch-loop-arrays" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" 
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ 
http://ftp.easynet.nl/mirror/gentoo/ ftp://mirror.nutsmaas.nl/gentoo/ 
http://194.117.143.71 ftp://mirrors1.netvisao.pt/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage" 
USE="X aalib alsa apm arts artswrappersuid avi bash-completion berkdb 
bitmap-fonts cdr crypt cups curl dga directfb divx4linux dts dvb dvd dvdread 
emboss encode fam fbcon flac flash font-server foomaticdb fortran gd gdbm gif 
gphoto2 gpm gps gstreamer gtk gtk2 i8x0 icq imagemagick imlib ipv6 jabber java 
jpeg kde libg++ libwww mad mikmod mmx mmx2 motif mozilla mp3 mpeg msn mysql 
ncurses nls nptl nptlonly oggvorbis opengl oss pam pdflib perl pic plotutils 
png python qt quicktime radeon readline real samba sdl slp spell sse ssl svga 
svgalib tcltk tcpd tiff truetype truetype-fonts type1-fonts usb wmf x86 xine 
xml2 xmms xv xvid yahoo zlib video_cards_radeon" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2005-05-11 05:04:52 UTC

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