Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108607 - media-libs/xine-lib-1.1.0-r6 ebuild fails with ffmpeg-0.4.9_p20050226-r5
Summary: media-libs/xine-lib-1.1.0-r6 ebuild fails with ffmpeg-0.4.9_p20050226-r5
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 07:24 UTC by Peter Ruskin
Modified: 2005-10-09 10:31 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 Peter Ruskin 2005-10-09 07:24:53 UTC
.libs/xine_decoder.o
cc1: warning: SSE instruction set disabled, using 387 arithmetics
xine_decoder.c: In function `avcodec_register_all':
xine_decoder.c:118: error: `aasc_decoder' undeclared (first use in this function)
xine_decoder.c:118: error: (Each undeclared identifier is reported only once
xine_decoder.c:118: error: for each function it appears in.)
xine_decoder.c:119: error: `alac_decoder' undeclared (first use in this function)
xine_decoder.c:121: error: `loco_decoder' undeclared (first use in this function)
xine_decoder.c:126: error: `wnv1_decoder' undeclared (first use in this function)
xine_decoder.c:128: error: `indeo2_decoder' undeclared (first use in this function)
xine_decoder.c:129: error: `fraps_decoder' undeclared (first use in this function)
make[4]: *** [xine_decoder.lo] Error 1
make[4]: Leaving directory
`/var/tmp/portage/xine-lib-1.1.0-r6/work/xine-lib-1.1.0/src/libffmpeg'
make[3]: *** [all-recursive] Error 1

This is due to Bug #105586.  I have ffmpeg-0.4.9_p20050226-r5 installed.

# emerge info
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r2, 2.6.13-gentoo-r1 i686)
=================================================================
System uname: 2.6.13-gentoo-r1 i686 AMD Athlon(tm) XP 3200+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -mmmx -msse -mfpmath=sse"
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 /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -mmmx -msse -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks emergemail fixpackages nostrip notitles sandbox
sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/
http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_GB.ISO8859-15"
LINGUAS="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-gentopia"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 4kstacks S3TC X aac aalib acpi acpi4linux alsa apm arts
artswrappersuid audiofile avi bash-completion berkdb bitmap-fonts browserplugin
bzlib calendar cddb cdparanoia cdr codecs cscope cups curl curlwrappers dbase
devmap divx4linux dmx doc dv dvd dvdr dvdread eds emboss encode escreen esd exif
faac faad fam fbcon ffmpeg flac foomaticdb ftp gd ggi gimp gimpprint gphoto2 gpm
gs gstreamer gtk gtk2 gtkhtml imagemagick imlib innodb interbase iodbc java
javascript jbig joystick jp2 jpeg jpeg2k junit kde kdexdeltas libg++ libwww live
lzw-tiff mad maildir mbox mikmod mime mmx mmx2 mng monkey mono motif mozcalendar
moznocompose moznoirc mp3 mpeg mysql mysqli ncurses network nls no_wxgtk1
nocardbus nomac nptl nsplugin odbc ogg oggvorbis ooo-kde opengl oss pcre pdflib
perl png posix postgres ppds python qt quicktime readline real rtc samba scanner
sdl slang slp smartcard sox speex spell sqlite sqlite3 sse ssl svg tcltk tcpd
tetex tga theora tiff timidity truetype truetype-fonts type1-fonts unicode usb
vanilla videos vim-with-x vorbis win32codecs wmf wxwindows xbase xine xml2 xmms
xpm xv xvid yv12 zlib linguas_en_GB userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-09 07:46:04 UTC
The deps sets correctly to 20050906 as minimum version for ffmpeg. 
Comment 2 Peter Ruskin 2005-10-09 08:15:37 UTC
But 20050906 is broken (see Bug #105586)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-09 10:31:34 UTC
And *that* is another point. 
You can't ask me to FIX xine to run with a ffmpeg that is NOT going to work 
for it.