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

Bug 76252

Summary: codeine beta1 and beta2 fail to build with xine-lib 1.0
Product: Gentoo Linux Reporter: Sandro Magi <smagi>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sandro Magi 2004-12-31 10:31:02 UTC
The steps below demonstrate the situation. xine-lib is installed and working (as I have kaffeine running fine), but it's version 1.0 not -rc4 that codeine searches for. I receive the same result/output for my custom codeine-beta2 ebuild.

# qpkg -q -I xine-lib
media-libs/xine-lib-1.0 *
...

# emerge -u codeine
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/codeine-1.0_beta1 to /
>>> md5 src_uri ;-) codeine-1.0-beta1.tar.bz2
>>> Unpacking source...
>>> Unpacking codeine-1.0-beta1.tar.bz2 to /var/tmp/portage/codeine-1.0_beta1/work
>>> Source unpacked.
Configuring Codeine...
Verifying Qt 3.x Multithreaded (MT) build environment ... ok
Checking for KDElibs >= 3.2.0 ... yes
Checking for libxine >= 1-rc4 ... no

Error: need libxine >= 1-rc4!

make: *** No targets specified and no makefile found.  Stop.
>>> Test phase [not enabled]: media-video/codeine-1.0_beta1

>>> Install codeine-1.0_beta1 into /var/tmp/portage/codeine-1.0_beta1/image/ category media-video
make: *** No rule to make target `install'.  Stop.

!!! ERROR: media-video/codeine-1.0_beta1 failed.
!!! Function src_install, Line 31, Exitcode 2
!!! make install failed
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1.emerge codeine

Actual Results:  
Failed on configure. 

Expected Results:  
Compiled and installed codeine  

Portage 2.0.51-r8 (gcc34-x86-2004.2, gcc-3.4.3, glibc-2.3.4.20041102-r0, 
2.6.8-gentoo-r10 i686) 
================================================================= 
System uname: 2.6.8-gentoo-r10 i686 AMD Athlon(TM) XP 2500+ 
Gentoo Base System version 1.6.8 
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 18 2004, 00:54:39)] 
dev-lang/python:     2.3.4 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.5, 1.8.5-r2, 1.6.3, 1.7.9, 1.4_p6, 1.9.3 
sys-devel/binutils:  2.15.92.0.2-r2 
sys-devel/libtool:   1.5.10-r2 
virtual/os-headers:  2.6.8.1-r1 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/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=athlon-xp -O3 -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache distlocks sandbox" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
LDFLAGS="" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X acpi adns alsa apm arts avi berkdb bitmap-fonts bzlib cdr crypt ctype 
cups curl curlwrappers dga dvd dvdr encode f77 fam fastcgi fftw flac 
foomaticdb fortran ftp gd gdbm gif gmp gnutls gphoto2 gpm gstreamer imap imlib 
ipv6 jack java jpeg kde ldap libg++ libwww mad maildir mikmod mime mmap mmx 
motif mpegmsn ncurses nls nptl oggvorbis opengl oss pam pcre pda pdflib perl 
pic pie png ppds python qt quicktime readline sdl shared sharedmem slang ssl 
svg tcpd theora tidy tiff truetype usb x86 xine xml2 xpm xv xvid zlib"
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-09 04:39:46 UTC
added a patch which makes compiling against xine-lib-1.0 possible. thanks for your report.