VLC Nightly bootstrap issues
Posted: 11 Nov 2010 05:11
First time poster, so please be gentle.
Attempting to build a VLC nightly from source within a RHEL 5.5 x86_64 config (customer OS baseline).
Referenced "HACKING" from the git and made sure that the requirements are up to date: (built from downloaded source)
Perform a fresh git and run bootstrap. Results below:
Apologies, but I'm not overly familiar with autoconf, so the warning starting with AM_SILENT_RULES I'm assuming is a bad thing.
Googling and searching the VLC forum has yielded similar postings over the past several years, but none to a resolution in this case.
Manually running: "autoreconf --install --force --verbose " as taken from the bootstrap line 107, results in similar warnings and errors:
A point in the general direction towards a resolution would be sincerely appreciated.
Thank you for the review.
Attempting to build a VLC nightly from source within a RHEL 5.5 x86_64 config (customer OS baseline).
Referenced "HACKING" from the git and made sure that the requirements are up to date: (built from downloaded source)
Code: Select all
[root@source vlc]# which autoconf
/usr/local/bin/autoconf
[root@source vlc]# autoconf --version
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
Code: Select all
[root@source vlc]# which automake
/usr/local/bin/automake
[root@source vlc]# automake --version
automake (GNU automake) 1.10.3
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
Code: Select all
[root@source vlc]# which gettext
/usr/local/bin/gettext
[root@source vlc]# gettext --version
gettext (GNU gettext-runtime) 0.18.1
Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Ulrich Drepper.
[root@source vlc]#
Code: Select all
[root@source vlc]# which pkg-config
/usr/local/bin/pkg-config
[root@source vlc]# pkg-config --version
0.25
Code: Select all
[root@source vlc]# ./bootstrap
++ dirname ./bootstrap
+ cd .
+ ACLOCAL_ARGS='-I m4 '
+ test -d extras/contrib/build/bin
++ uname -s
+ test .Linux = .Darwin
+ pkg-config --version
+ PKGCONFIG=yes
+ export AUTOPOINT
+ test ''
+ AUTOPOINT=autopoint
+ autopoint --dry-run --force
+ set +x
generating modules/**/Makefile.am
............................................................................
+ echo
+ echo
+ cp -f INSTALL INSTALL.git
+ autoreconf --install --force --verbose -I m4
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
autoreconf: running: aclocal -I m4 --force -I m4
configure.ac:29: warning: macro `AM_SILENT_RULES' not found in library
configure.ac:4452: warning: macro `AM_COND_IF' not found in library
configure.ac:4459: warning: macro `AM_COND_IF' not found in library
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
/usr/local/share/aclocal/pkg.m4:157: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: configure.ac: tracing
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
aclocal.m4:178: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
libtoolize: copying file `autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:29: warning: macro `AM_SILENT_RULES' not found in library
configure.ac:4452: warning: macro `AM_COND_IF' not found in library
configure.ac:4459: warning: macro `AM_COND_IF' not found in library
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
/usr/local/share/aclocal/pkg.m4:157: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: running: /usr/local/bin/autoconf --include=m4 --force
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
aclocal.m4:178: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
configure.ac:29: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:4359: error: possibly undefined macro: AC_CONFIG_FILES
configure.ac:4452: error: possibly undefined macro: AM_COND_IF
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
[root@source vlc]#
Googling and searching the VLC forum has yielded similar postings over the past several years, but none to a resolution in this case.
Manually running: "autoreconf --install --force --verbose " as taken from the bootstrap line 107, results in similar warnings and errors:
Code: Select all
[root@source vlc]# autoreconf --install --force --verbose
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4
configure.ac:29: warning: macro `AM_SILENT_RULES' not found in library
configure.ac:4452: warning: macro `AM_COND_IF' not found in library
configure.ac:4459: warning: macro `AM_COND_IF' not found in library
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
/usr/local/share/aclocal/pkg.m4:157: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: configure.ac: tracing
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
aclocal.m4:178: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
libtoolize: copying file `autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:29: warning: macro `AM_SILENT_RULES' not found in library
configure.ac:4452: warning: macro `AM_COND_IF' not found in library
configure.ac:4459: warning: macro `AM_COND_IF' not found in library
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
/usr/local/share/aclocal/pkg.m4:157: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
autoreconf: running: /usr/local/bin/autoconf --force
configure.ac:460: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:460: the top level
configure.ac:532: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
configure.ac:532: the top level
configure.ac:1502: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2599: _AC_COMPILE_IFELSE is expanded from...
autoconf/general.m4:2609: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:1502: the top level
configure.ac:3794: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
autoconf/general.m4:2512: _AC_PREPROC_IFELSE is expanded from...
autoconf/general.m4:2521: AC_PREPROC_IFELSE is expanded from...
aclocal.m4:178: PKG_CHECK_MODULES is expanded from...
../../lib/m4sugar/m4sh.m4:610: AS_IF is expanded from...
configure.ac:3794: the top level
configure.ac:29: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:4359: error: possibly undefined macro: AC_CONFIG_FILES
configure.ac:4452: error: possibly undefined macro: AM_COND_IF
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
[root@source vlc]#
Thank you for the review.