Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73588 - emerge vlc-0.6.2 failed in configure
Summary: emerge vlc-0.6.2 failed in configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-06 14:02 UTC by crapdune
Modified: 2004-12-08 08:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/config.log (config.log,181.45 KB, text/plain)
2004-12-06 14:12 UTC, crapdune
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crapdune 2004-12-06 14:02:14 UTC
configure can't find the library libxvidcore, but they are in directory : 
/usr/lib/

xvid was installed just before by being a dependance of vlc


Reproducible: Always
Steps to Reproduce:
1.USE="dvd xvid" emerge vlc
2.
3.

Actual Results:  
checking xvid.h usability... yes
checking xvid.h presence... yes
checking for xvid.h... yes
checking for xvid_init in -lxvidcore... no
configure: error: Cannot find libxvidcore library...

!!! ERROR: media-video/vlc-0.6.2 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed


Expected Results:  
emerge correctly

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(tm)
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/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ ftp://cs.ubishops.ca/pub/gentoo
ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://chod.cwru.edu/gentoo
ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ http://chod.cwru.edu/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts avi berkdb bitmap-fonts bonobo crypt cups doc
encode esd f77 fam flac foomaticdb fortran gdbm gif gnome gphoto2 gpm gstreamer
gtk gtk2 gtkhtml guile imlib java jpeg junit libg++ libwww mad mikmod motif
mozilla mpeg mysql ncurses nls oggvorbis opengl pam pdflib perl php png python
quicktime readline samba sdl spell ssl svga tcpd tiff truetype x86 xml xml2 xmms
xv zlib"
Comment 1 crapdune 2004-12-06 14:12:11 UTC
Created attachment 45401 [details]
/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/config.log

output of configure
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-12-07 03:20:53 UTC
Please try the ~x86 version. Chris, maybe declare 0.7.2-r1 stable for x86? Can't be much worse than 0.6.x...
Comment 3 crapdune 2004-12-07 08:37:37 UTC
What do you means by trying the ~x86 version (what is ~x86?) ? And how I do it ?
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2004-12-07 21:37:48 UTC
For the details please check
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=3

- for now, try
ACCEPT_KEYWORDS="~x86" emerge vlc
Comment 5 crapdune 2004-12-08 08:20:45 UTC
thanx a lot Patrick, it works fine with the unstable version.

Even on the vlc home site (http://www.videolan.org/vlc/download-gentoo.html), they tell to take the unstable version with gentoo ^^

Anyway, it's solve my problem, but a good idea to put the 0.8 version in stable version :)