Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15578 - Emerge of quicktime4linux fails
Summary: Emerge of quicktime4linux fails
Status: RESOLVED INVALID
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: 2003-02-12 11:22 UTC by Robert Gstöhl
Modified: 2003-02-13 06:28 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 Robert Gstöhl 2003-02-12 11:22:51 UTC
Emerge of quicktime4linux fails with the following Error:

gcc -o i686/qtdump i686/dump.o i686/libquicktime.a -lpng -lz -lpthread -lglib
-ldl -lm
i686/libquicktime.a(dv.o)(.text+0x19f): In function `dv_init':
: undefined reference to `mmx_ok'
i686/libquicktime.a(parse.o)(.text+0x485): In function `dv_find_spilled_vlc':
: undefined reference to `dv_peek_vlc'
i686/libquicktime.a(parse.o)(.text+0x6fe): In function `dv_parse_ac_coeffs':
: undefined reference to `dv_peek_vlc'
collect2: ld returned 1 exit status
make: *** [i686/qtdump] Error 1

!!! ERROR: media-libs/quicktime4linux-1.5.5-r1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.emerge quicktime4linux with USE Flags:

USE="X gtk gnome -alsa 3dnow aalib arts avi cdr cups dvd encode fbcon
gif imlib java jpeg kde mmx mpeg ncurses -oggvorbis opengl oss perl
pic png qt qtmt samba scanner ssl svga tiff truetype usb xv x86"

I know those are lots of flags, I'm a newbie and dont know hich ones i need ;)

Actual Results:  
See errormessage above

Expected Results:  
compile and install succesfully


foobee root # emerge info
Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) MP 2000+
GENTOO_MIRRORS="http://gentoo.oregonstate.edu "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="apm crypt libg++ mikmod nls pdflib quicktime spell xml2 xmms zlib gdbm
berkdb slang readline tetex guile sdl gpm tcpd pam libwww python esd motif X gtk
gnome -alsa 3dnow aalib arts avi cdr cups dvd encode fbcon gif imlib java jpeg
kde mmx mpeg ncurses -oggvorbis opengl oss perl pic png qt qtmt samba scanner
ssl svga tiff truetype usb xv x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-mp -fomit-frame-pointer -falign-functions=4 -ffast-math"
CXXFLAGS="-march=athlon-mp -fomit-frame-pointer -falign-functions=4 -ffast-math"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j5"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Robert Gstöhl 2003-02-13 06:28:37 UTC
works with mmx in the cflags...