Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62339 - xine-lib-1_rc5-r3 fails on einstall
Summary: xine-lib-1_rc5-r3 fails on einstall
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 21:00 UTC by P Nienaber
Modified: 2004-08-31 20:44 UTC (History)
3 users (show)

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 P Nienaber 2004-08-30 21:00:35 UTC
libtool-nofpic: install: error: cannot install `xineplug_ao_out_none.la' to a directory not ending in /usr/lib64/xine/plugins/1.0.0
 /bin/sh ../../libtool-nofpic --mode=install /bin/install -c  xineplug_ao_out_file.la /var/tmp/portage/xine-lib-1_rc5-r3/image//usr/lib64/xineplug_ao_out_file.la
libtool-nofpic: install: error: cannot install `xineplug_ao_out_file.la' to a directory not ending in /usr/lib64/xine/plugins/1.0.0
 /bin/sh ../../libtool-nofpic --mode=install /bin/install -c  xineplug_ao_out_oss.la /var/tmp/portage/xine-lib-1_rc5-r3/image//usr/lib64/xineplug_ao_out_oss.la
libtool-nofpic: install: error: cannot install `xineplug_ao_out_oss.la' to a directory not ending in /usr/lib64/xine/plugins/1.0.0
 /bin/sh ../../libtool-nofpic --mode=install /bin/install -c  xineplug_ao_out_alsa.la /var/tmp/portage/xine-lib-1_rc5-r3/image//usr/lib64/xineplug_ao_out_alsa.la
libtool-nofpic: install: error: cannot install `xineplug_ao_out_alsa.la' to a directory not ending in /usr/lib64/xine/plugins/1.0.0
 /bin/sh ../../libtool-nofpic --mode=install /bin/install -c  xineplug_ao_out_esd.la /var/tmp/portage/xine-lib-1_rc5-r3/image//usr/lib64/xineplug_ao_out_esd.la
libtool-nofpic: install: error: cannot install `xineplug_ao_out_esd.la' to a directory not ending in /usr/lib64/xine/plugins/1.0.0
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1_rc5-r3/work/xine-lib-1-rc5/src/audio_out'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1_rc5-r3/work/xine-lib-1-rc5/src/audio_out'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1_rc5-r3/work/xine-lib-1-rc5/src'
make: *** [install-recursive] Error 1

!!! ERROR: media-libs/xine-lib-1_rc5-r3 failed.
!!! Function einstall, Line 486, Exitcode 2

Reproducible: Always
Steps to Reproduce:
1. emerge -uv xine-lib
2. blame libtool (it's usually libtool's fault)
3.

Actual Results:  
see above

Expected Results:  
einstall works?

Portage 2.0.51_pre20 (default-linux/amd64/gcc34-2004.2, gcc-3.4.1,
glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r14 x86_64 5)
=================================================================
System uname: 2.6.7-gentoo-r14 x86_64 5
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
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.7-r4
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
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 aac aim alsa amd64 apm avi berkdb cddb cdr crypt cups dvd dvdr encode
fbcon flac foomaticdb gdbm gif gimpprint gpm gtk gtk2 imap imlib javascript
joystick jpeg kerberos libg++ libwww mad mikmod mpeg multilib mysql ncurses nptl
nvidia oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl
slang spell ssl tcpd threads tiff truetype xine xml2 xmms xv xvid zlib"
Comment 1 Chris White (RETIRED) gentoo-dev 2004-08-31 08:59:08 UTC
LV:

I remember you mentioning to toss bugs like this to you.  This seems like
one of your libdir issues.  Feel free to change anything if you don't think
it is.  Also feel free to make any changes to the ebuild to get that working.
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-08-31 20:44:31 UTC
eep... thanks chris. this does indeed look like a libdir issue.

i;ve made xine-lib use get_libdir, if that doesnt fix this bug then feel free to re-open it.