Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33990 - vlc-0.6.2 fails to compile complaining about Automake-1.7.8
Summary: vlc-0.6.2 fails to compile complaining about Automake-1.7.8
Status: RESOLVED DUPLICATE of bug 33986
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 23:07 UTC by Mystilleef
Modified: 2005-07-17 13:06 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 Mystilleef 2003-11-20 23:07:54 UTC
vlc version 0.6.2 fails to compile with the following error.

gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o libmux_dummy_plugin.so
libmux_dummy_plugin_a-dummy.o `top_builddir=../.. ../../vlc-config --libs plugin
mux_dummy`
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o libmux_avi_plugin.so
libmux_avi_plugin_a-avi.o `top_builddir=../.. ../../vlc-config --libs plugin
mux_avi`
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o libmux_ogg_plugin.so
libmux_ogg_plugin_a-ogg.o `top_builddir=../.. ../../vlc-config --libs plugin
mux_ogg`
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o libmux_mp4_plugin.so
libmux_mp4_plugin_a-mp4.o `top_builddir=../.. ../../vlc-config --libs plugin
mux_mp4`
Making all in mpeg
configure.ac:16: version mismatch.  This is Automake 1.7.8,
configure.ac:16: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:16: comes from Automake 1.7.6.  You should recreate
configure.ac:16: aclocal.m4 with aclocal and run automake again.
make[5]: *** [Makefile.in] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
!!! ERROR: media-video/vlc-0.6.2 failed.
!!! Function src_compile, Line 211, Exitcode 2
!!! make failed


Reproducible: Always
Steps to Reproduce:
1.USE="dvd -dvb doc tiff faad xvid slp samba" emerge -v vlc


Actual Results:  
The package, vlc version 0.6.2, failed to compile. The following error stands out.

configure.ac:16: version mismatch.  This is Automake 1.7.8,
configure.ac:16: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:16: comes from Automake 1.7.6.  You should recreate
configure.ac:16: aclocal.m4 with aclocal and run automake again.
make[5]: *** [Makefile.in] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
!!! ERROR: media-video/vlc-0.6.2 failed.
!!! Function src_compile, Line 211, Exitcode 2
!!! make failed


Expected Results:  
I expected the package to compile successfully.

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.0-test9)
=================================================================
System uname: 2.6.0-test9 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-w -pipe -fforce-addr -fomit-frame-pointer -march=athlon -Os -s"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-w -pipe -fforce-addr -fomit-frame-pointer -march=athlon -Os -s"
DISTDIR="/usr/portage/distfiles"
FEATURES="usersandbox sandbox userpriv digest fixpackages"
GENTOO_MIRRORS="http://www.gtlib.cc.gatech.edu/pub/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.noved.org/
ftp://gentoo.noved.org/ ftp://mirrors.tds.net/gentoo http://adelie.polymtl.ca/
http://mirrors.tds.net/gentoo"
MAKEOPTS="-j1 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod motif mpeg
ncurses pdflib png quicktime spell truetype xml2 gdbm berkdb slang readline
tetex aalib nas svga ggi java guile sdl gpm tcpd pam libwww ssl perl python esd
imlib oggvorbis opengl mozilla cdr 3dnow -arts alsa nptl gnome gtk gtk2 -kde mmx
-nls -oss pic -qt X x86 xv -xmms vanilla zlib"
Comment 1 SpanKY gentoo-dev 2003-11-20 23:10:49 UTC

*** This bug has been marked as a duplicate of 33986 ***