Code: Select all
$ ./bootstrap
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4 '
+ test -d extras/contrib/bin
++ pwd
+ export PATH=/home/scheung/src/vlc-trunk/extras/contrib/bin:.:/home/scheung/bin/bin:/home/scheung/bin/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/scheung/bin
+ PATH=/home/scheung/src/vlc-trunk/extras/contrib/bin:.:/home/scheung/bin/bin:/home/scheung/bin/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/scheung/bin
+ test -d extras/contrib/share/aclocal
+ ACLOCAL_ARGS='-I m4 -I extras/contrib/share/aclocal'
++ uname -s
+ test .Linux = .Darwin
++ uname -s
+ test .Linux = .BeOS
+ rm -f m4/autoconf260.m4
+ case "$(autoconf --version|head -n 1)" in
++ autoconf --version
++ head -n 1
+ echo 'Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP.'
Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP.
+ cp -f extras/m4/autoconf260.m4 m4/
+ amvers=no
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake-1.10 --version
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake110 --version
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake-1.9 --version
+ amsuff=-1.9
++ echo -1.9
++ sed -e 's/^-//'
+ amvers=1.9
+ break
+ test 1.9 = no
+ case "${amvers}" in
+ libtoolize=no
+ glibtoolize --version
+ libtoolize --version
+ libtoolize=libtoolize
+ test libtoolize = no
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.16.1 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=yes
+ aclocal=aclocal-1.9
+ automake=automake-1.9
+ 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 stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ libtoolize --copy --force
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `autotools'.
+ test -f ltmain.sh
++ uname -s
++ sed -n '/^CYGWIN/p'
+ test . '!=' .
+ autopoint -f
Copying file ABOUT-NLS
Copying file autotools/config.rpath
Creating directory intl
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file autotools/mkinstalldirs
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
+ aclocal-1.9 -I m4 -I extras/contrib/share/aclocal
aclocal:configure.ac:5423: warning: macro `AM_PATH_LIBGCRYPT' not found in library
+ autoconf
configure.ac:5423: error: possibly undefined macro: AM_PATH_LIBGCRYPT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Code: Select all
./bootstrap
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4 '
+ test -d extras/contrib/bin
++ pwd
+ export PATH=/home/scheung/src/vlc-trunk/extras/contrib/bin:.:/home/scheung/bin/bin:/home/scheung/bin/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/scheung/bin
+ PATH=/home/scheung/src/vlc-trunk/extras/contrib/bin:.:/home/scheung/bin/bin:/home/scheung/bin/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/scheung/bin
+ test -d extras/contrib/share/aclocal
+ ACLOCAL_ARGS='-I m4 -I extras/contrib/share/aclocal'
++ uname -s
+ test .Linux = .Darwin
++ uname -s
+ test .Linux = .BeOS
+ rm -f m4/autoconf260.m4
+ case "$(autoconf --version|head -n 1)" in
++ autoconf --version
++ head -n 1
+ echo 'Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP.'
Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP.
+ cp -f extras/m4/autoconf260.m4 m4/
+ amvers=no
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake-1.10 --version
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake110 --version
+ for v in '"-1.10"' '"110"' '"-1.9"' '"19"'
+ automake-1.9 --version
+ amsuff=-1.9
++ echo -1.9
++ sed -e 's/^-//'
+ amvers=1.9
+ break
+ test 1.9 = no
+ case "${amvers}" in
+ libtoolize=no
+ glibtoolize --version
+ libtoolize --version
+ libtoolize=libtoolize
+ test libtoolize = no
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.16.1 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=yes
+ aclocal=aclocal-1.9
+ automake=automake-1.9
+ 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 stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ libtoolize --copy --force
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `autotools'.
+ test -f ltmain.sh
++ uname -s
++ sed -n '/^CYGWIN/p'
+ test . '!=' .
+ autopoint -f
Copying file ABOUT-NLS
Copying file autotools/config.rpath
Creating directory intl
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file autotools/mkinstalldirs
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
+ aclocal-1.9 -I m4 -I extras/contrib/share/aclocal
aclocal:configure.ac:5423: warning: macro `AM_PATH_LIBGCRYPT' not found in library
+ autoconf
configure.ac:5423: error: possibly undefined macro: AM_PATH_LIBGCRYPT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
but you have to find out for yourself. Maybe it is enough to edit the file configure.ac (e.g. try to comment the line(s) with the bad macro).configure.ac:5423: error: possibly undefined macro: AM_PATH_LIBGCRYPT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Would you care to describe what happens exactly and in particularly how exactly you tried ?The instructions at http://www.videolan.org/vlc/download-debian.html describe a simple way to install vlc on sarge but they do not work. Would anyone care to address that?
Hi, thanks for your help.Would you care to describe what happens exactly and in particularly how exactly you tried ?
With that amount of information you provide (or more precisely you do not provide) one does not even know if you properly executed these instructions.
But okay this is simply an advice and you do as you please.
Hi, thanks for your help.Would you care to describe what happens exactly and in particularly how exactly you tried ?
With that amount of information you provide (or more precisely you do not provide) one does not even know if you properly executed these instructions.
But okay this is simply an advice and you do as you please.
I have in fact posted exactly what I tried, as well as the output, a handful of times in this forum, but no one has directly addressed the problem. This was one such post: viewtopic.php?f=13&t=37885
I will gladly provide any additional information, just let me know what is needed.
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: Google [Bot] and 6 guests