Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90321 - media-video/vlc-0.8.1-r2 errors on emerge (amd64)
Summary: media-video/vlc-0.8.1-r2 errors on emerge (amd64)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-04-24 19:41 UTC by Waldo
Modified: 2005-04-24 21:28 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 Waldo 2005-04-24 19:41:05 UTC
tried to emerge vlc, got this:

 * Using /usr/bin/wxgtk2-2.4-config
>>> Unpacking source...
>>> Unpacking vlc-0.8.1.tar.bz2 to /var/tmp/portage/vlc-0.8.1-r2/work
 * Applying vlc-0.8.1-matroska-shared.patch ...                                      [ ok ]+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS=-I m4
+ test -d extras/contrib/bin
+ amvers=none
+ automake-1.8 --version
+ amvers=-1.8
+ automake-1.6 --version
++ automake-1.6 --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 1.6.3 '>' 1.6.1
+ amvers=-1.6
+ test -1.6 = none
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.14.1 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=yes
+ aclocal=aclocal-1.6
+ automake=automake-1.6
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
................................................................. done.
+ rm -f aclocal.m4 configure config.log config.h config.h.in
+ rm -Rf autom4te.cache
+ rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
+ rm -Rf autotools
+ mkdir autotools
+ rm -f ltmain.sh libtool ltconfig
+ rm -f ABOUT-NLS
+ rm -Rf intl
+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
+ rm -f stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ autopoint -f
autopoint: *** cvs program not found
autopoint: *** Stop.
sed: can't read configure: No such file or directory

!!! ERROR: media-video/vlc-0.8.1-r2 failed.
!!! Function src_unpack, Line 94, Exitcode 2
!!! sed glibc failed.
!!! If you need support, post the topmost build error, NOT this status message.

----

I should add that vlc-0.8.1-r1 doesn't work at all.

Reproducible: Always
Steps to Reproduce:





# emerge info
Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r1, 2.6.12-rc3 x86_64)
=================================================================
System uname: 2.6.12-rc3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 02:30:25)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.6.3, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays
-funroll-loops"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays
-funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox strict"
GENTOO_MIRRORS="rsync://csociety-ftp.ecn.purdue.edu/pub/gentoo/
http://mirror.espri.arizona.edu/gentoo/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac acpi aim alsa amd64 avi berkdb bitmap-fonts cddb cdr crypt cups
curl dvd dvdr esd faad fam ffmpeg flac font-server foomatic foomaticdb fortran
gif gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imagemagick imlib
ipv6 java jp2 jpeg junit libgda libsndfile libwww lzw lzw-tiff mad matroska
mozilla mp3 mpeg mysql ncurses nls nptl nptlonly nvidia offensive ogg oggvorbis
openal opengl oscar oss pam perl php png ppds python quicktime readline sdl ssl
tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts usb userlocales
vorbis wxwindows xinerama xml2 xpm xrandr xv xvid yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Waldo 2005-04-24 19:42:25 UTC
Also, when "emerge sync"ing, I got this:

>>> Updating Portage cache:  100%


Calculating world dependencies |QA Notice: sed in global scope: media-plugins/gs t-plugins-ffmpeg-0.8.0
 ...done!
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 20:10:34 UTC
gettext's autopoint script needs cvs to run, you can fix this problem emerging dev-util/cvs. I've committed a patch which adds buildtime dependencies for the tools needed to bootstrap vlc. Thanks for reporting.

QA Notices on gstream aren't related to that bug or media-video.
Comment 3 Waldo 2005-04-24 21:28:58 UTC
thx for the fix!h compiling cvs now..  it's about time i emerged that anyway.