Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76724 - Problem after fix from bug 76220; xine-lib-1_rc8-r1 fails to emerge
Summary: Problem after fix from bug 76220; xine-lib-1_rc8-r1 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 21:04 UTC by James Stockton
Modified: 2005-01-07 01:36 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 James Stockton 2005-01-04 21:04:24 UTC
xine-lib-1_rc8-r1 fails to emerge, with USE="xv", but emerges with USE="-xv"

Reproducible: Always
Steps to Reproduce:
1. emerge xine-lib
Actual Results:  
merging fails

Expected Results:  
merged

Portage 2.0.51-r3 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r12 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r12 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/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="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://127.0.0.1/gentoo-portage"
USE="amd64 X acpi alsa berkdb bitmap-fonts crypt esd f77 fam flac fortran gdbm
gif gnome gpm gstreamer gtk imlib ipv6 jp2 jpeg lzw lzw-tiff mozilla multilib
ncurses nls nptl opengl oss pam perl png python readline sdl ssl tcpd tiff
truetype truetype-fonts type1-fonts usb userlocales xml2 xpm xrandr xv zlib"
Comment 1 James Stockton 2005-01-04 21:57:19 UTC
To fix remove...

	# Adding extra logic here to deal with newer xorg-x11 ebuilds
	if use xv; then
		if [ -f "${ROOT}/usr/$(get_libdir)/libXv.so" ]; then
			myconf="${myconf} --enable-shared-xv --with-xv-path=${ROOT}/usr/$(get_libdir)"
		elif [ -f "${ROOT}/usr/$(get_libdir)/libXv.a" ]; then
			myconf="${myconf} --enable-static-xv --with-xv-path=${ROOT}/usr/$(get_libdir)"
		elif [ -f "${ROOT}/usr/X11R6/$(get_libdir)/libXv.so" ]; then
			myconf="${myconf} --enable-shared-xv --with-xv-path=${ROOT}/usr/X11R6/$(get_libdir)"
		elif [ -f "${ROOT}/usr/X11R6/$(get_libdir)/libXv.a" ]; then
			myconf="${myconf} --enable-static-xv --with-xv-path=${ROOT}/usr/X11R6/$(get_libdir)"
		else
			myconf="${myconf} --enable-shared-xv"
		fi
	fi
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-05 01:30:11 UTC

*** This bug has been marked as a duplicate of 76220 ***
Comment 3 James Stockton 2005-01-05 03:02:29 UTC
Problem after fix from bug 76220
Comment 4 James Stockton 2005-01-07 01:36:03 UTC
Now WORKSFORME