Skip to content

Instantly share code, notes, and snippets.

@2bits
Created February 22, 2012 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2bits/1887001 to your computer and use it in GitHub Desktop.
Save 2bits/1887001 to your computer and use it in GitHub Desktop.
autoconf head testsuite fail on OSX Lion, can't find its environment
==> Cloning git://git.sv.gnu.org/autoconf.git
Updating /Users/nibbles/Library/Caches/Homebrew/autoconf--git
git remote set-url origin git://git.sv.gnu.org/autoconf.git
git fetch origin
git reset --hard origin/HEAD
HEAD is now at 989c790 docs: tweak 'rm -f' limitations
git checkout-index -a -f --prefix=/private/tmp/homebrew-autoconf-HEAD-OmHH/
==> autoreconf -ivfm
autoreconf -ivfm
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /usr/local/share/aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/Cellar/autoconf/2.68/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:29: installing `build-aux/install-sh'
configure.ac:29: installing `build-aux/missing'
doc/Makefile.am:22: installing `build-aux/mdate-sh'
lib/emacs/Makefile.am:3: installing `build-aux/elisp-comp'
Makefile.am: installing `./INSTALL'
autoreconf: no config.status: cannot re-make
autoreconf: Leaving directory `.'
==> ./configure --prefix=/usr/local/Cellar/autoconf/HEAD
./configure --prefix=/usr/local/Cellar/autoconf/HEAD
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin11.3.0
checking host system type... x86_64-apple-darwin11.3.0
configure: autobuild project... GNU Autoconf
configure: autobuild revision... UNKNOWN
configure: autobuild hostname... LeBus.local
configure: autobuild timestamp... 20120222T202034Z
checking whether /bin/sh -n is known to work... yes
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /bin/expr
checking for GNU M4 that supports accurate traces... /usr/local/Cellar/m4/1.4.16/bin/m4
checking whether /usr/local/Cellar/m4/1.4.16/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl Fcntl::flock is implemented... yes
checking for emacs... emacs
checking whether emacs is sufficiently recent... yes
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
==> make
make
echo UNKNOWN > .version-t && mv .version-t .version
make all-recursive
Making all in bin
rm -f autom4te autom4te.tmp
cd ../lib && make autom4te.cfg
cd ../lib/m4sugar && make version.m4
srcdir=''; \
test -f ./autom4te.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp
rm -f autom4te.cfg autom4te.tmp
:;{ \
echo '# This file is part of -*- Autoconf -*-.' && \
echo '# Version of Autoconf.' && \
echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
echo '# Free Software Foundation, Inc.' && \
echo &&\
echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])' && \
echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])' && \
echo 'm4_define([m4_PACKAGE_VERSION], [UNKNOWN])' && \
echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf UNKNOWN])' && \
echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
echo 'm4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])' && \
echo 'm4_define([m4_PACKAGE_YEAR], ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
} > version.m4-t
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp
sed: ../../ChangeLog: No such file or directory
mv version.m4-t version.m4
rm -f autoheader autoheader.tmp
sed: ../ChangeLog: No such file or directory
srcdir=''; \
test -f ./autoheader.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
mv autom4te.tmp autom4te
rm -f autoreconf autoreconf.tmp
rm -f ifnames ifnames.tmp
srcdir=''; \
test -f ./autoreconf.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp
srcdir=''; \
test -f ./ifnames.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp
sed: ../ChangeLog: No such file or directory
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoscan autoscan.tmp
srcdir=''; \
test -f ./autoscan.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp
sed: ../ChangeLog: No such file or directory
sed: ../ChangeLog: No such file or directory
chmod +x autoreconf.tmp
chmod +x ifnames.tmp
chmod a-w autoreconf.tmp
chmod a-w ifnames.tmp
mv autoreconf.tmp autoreconf
mv ifnames.tmp ifnames
sed: ../ChangeLog: No such file or directory
rm -f autoupdate autoupdate.tmp
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
srcdir=''; \
test -f ./autoupdate.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
sed: ../ChangeLog: No such file or directory
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
rm -f autoconf autoconf.tmp
srcdir=''; \
test -f ./autoconf.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/HEAD/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/HEAD/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/HEAD|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/Cellar/m4/1.4.16/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp
sed: ../ChangeLog: No such file or directory
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in lib
Making all in Autom4te
make[3]: Nothing to be done for `all'.
Making all in m4sugar
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=m4sugar \
--freeze \
--output=m4sugar.m4f
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=m4sh \
--freeze \
--output=m4sh.m4f
Making all in autoconf
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=autoconf \
--freeze \
--output=autoconf.m4f
Making all in autotest
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=autotest \
--freeze \
--output=autotest.m4f
Making all in autoscan
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' ./autoscan.pre >>autoscan.list
( \
sed -n '/^[^#]/p' ./autoscan.pre; \
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \
) | LC_ALL=C sort >>autoscan.list
Making all in emacs
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
else : ; fi
Wrote /private/tmp/homebrew-autoconf-HEAD-OmHH/lib/emacs/elc.44258/autoconf-mode.elc
Wrote /private/tmp/homebrew-autoconf-HEAD-OmHH/lib/emacs/elc.44258/autotest-mode.elc
make[3]: Nothing to be done for `all-am'.
Making all in doc
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
for f in standards.info standards.info-[0-9] standards.info-[0-9][0-9] standards.i[0-9] standards.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run makeinfo --no-split -I . \
-o standards.info standards.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./standards.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
for f in autoconf.info autoconf.info-[0-9] autoconf.info-[0-9][0-9] autoconf.i[0-9] autoconf.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run makeinfo --no-split -I . \
-o autoconf.info autoconf.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./autoconf.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
Making all in tests
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=M4sh ./wrapper.as -o wrapper.in
rm -f autoconf autoconf.tmp
rm -f autoheader autoheader.tmp
rm -f autom4te autom4te.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp
chmod +x autoheader.tmp
chmod +x autom4te.tmp
chmod +x autoconf.tmp
chmod a-w autoheader.tmp
chmod a-w autom4te.tmp
chmod a-w autoconf.tmp
mv -f autoheader.tmp autoheader
mv -f autom4te.tmp autom4te
mv -f autoconf.tmp autoconf
rm -f autoreconf autoreconf.tmp
rm -f autoscan autoscan.tmp
rm -f autoupdate autoupdate.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp
chmod +x autoreconf.tmp
chmod +x autoupdate.tmp
chmod +x autoscan.tmp
chmod a-w autoreconf.tmp
chmod a-w autoupdate.tmp
chmod a-w autoscan.tmp
mv -f autoreconf.tmp autoreconf
mv -f autoupdate.tmp autoupdate
mv -f autoscan.tmp autoscan
rm -f ifnames ifnames.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-HEAD-OmHH|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
Making all in man
Updating man page autoconf.1
Updating man page autoheader.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autoconf.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autoconf.1.t `echo 'autoconf' | sed 's,.*/,,'`
Updating man page autom4te.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autoheader.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autoheader.1.t `echo 'autoheader' | sed 's,.*/,,'`
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autom4te.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autom4te.1.t `echo 'autom4te' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoconf.1 >autoconf.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoconf.1.t | cmp autoconf.1a.t - >/dev/null 2>&1; then \
touch autoconf.1; \
else \
mv autoconf.1.t autoconf.1; \
fi
rm -f autoconf.1*.t
Updating man page autoreconf.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autoreconf.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autoreconf.1.t `echo 'autoreconf' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoheader.1 >autoheader.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoheader.1.t | cmp autoheader.1a.t - >/dev/null 2>&1; then \
touch autoheader.1; \
else \
mv autoheader.1.t autoheader.1; \
fi
rm -f autoheader.1*.t
Updating man page autoscan.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autoscan.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autoscan.1.t `echo 'autoscan' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autom4te.1 >autom4te.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autom4te.1.t | cmp autom4te.1a.t - >/dev/null 2>&1; then \
touch autom4te.1; \
else \
mv autom4te.1.t autom4te.1; \
fi
rm -f autom4te.1*.t
Updating man page autoupdate.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=autoupdate.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=autoupdate.1.t `echo 'autoupdate' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1 >autoreconf.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1.t | cmp autoreconf.1a.t - >/dev/null 2>&1; then \
touch autoreconf.1; \
else \
mv autoreconf.1.t autoreconf.1; \
fi
rm -f autoreconf.1*.t
Updating man page ifnames.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=ifnames.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=ifnames.1.t `echo 'ifnames' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoscan.1 >autoscan.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoscan.1.t | cmp autoscan.1a.t - >/dev/null 2>&1; then \
touch autoscan.1; \
else \
mv autoscan.1.t autoscan.1; \
fi
rm -f autoscan.1*.t
Updating man page config.guess.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=config.guess.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=config.guess.1.t `echo 'config.guess' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoupdate.1 >autoupdate.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoupdate.1.t | cmp autoupdate.1a.t - >/dev/null 2>&1; then \
touch autoupdate.1; \
else \
mv autoupdate.1.t autoupdate.1; \
fi
rm -f autoupdate.1*.t
Updating man page config.sub.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/bin/sh /private/tmp/homebrew-autoconf-HEAD-OmHH/build-aux/missing --run help2man \
--include=config.sub.x \
--include=./common.x \
--source='GNU Autoconf UNKNOWN' \
--output=config.sub.1.t `echo 'config.sub' | sed 's,.*/,,'`
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.guess.1 >config.guess.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.guess.1.t | cmp config.guess.1a.t - >/dev/null 2>&1; then \
touch config.guess.1; \
else \
mv config.guess.1.t config.guess.1; \
fi
rm -f config.guess.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1 >config.sub.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1.t | cmp config.sub.1a.t - >/dev/null 2>&1; then \
touch config.sub.1; \
else \
mv config.sub.1.t config.sub.1; \
fi
rm -f config.sub.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' ifnames.1 >ifnames.1a.t 2>/dev/null && \
sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' ifnames.1.t | cmp ifnames.1a.t - >/dev/null 2>&1; then \
touch ifnames.1; \
else \
mv ifnames.1.t ifnames.1; \
fi
rm -f ifnames.1*.t
==> time -p make -j 1 check
time -p make -j 1 check
if test -d ./.git; then \
cd . && \
git submodule --quiet foreach test '$(git rev-parse $sha1)' \
= '$(git merge-base origin $sha1)' \
|| { echo 'maint.mk: found non-public submodule commit' >&2; \
exit 1; }; \
else \
: ; \
fi
make check-recursive
Making check in bin
make[2]: Nothing to be done for `check'.
Making check in .
make[2]: Nothing to be done for `check-am'.
Making check in lib
Making check in Autom4te
make[3]: Nothing to be done for `check'.
Making check in m4sugar
make check-local
Making check in autoconf
make check-local
Making check in autotest
make check-local
Making check in autoscan
make[3]: Nothing to be done for `check'.
Making check in emacs
make[3]: Nothing to be done for `check'.
make[3]: Nothing to be done for `check-am'.
Making check in doc
make[2]: Nothing to be done for `check'.
Making check in tests
make check-local
:;{ \
echo '# Signature of the current package.' && \
echo 'm4_define([AT_PACKAGE_NAME], [GNU Autoconf])' && \
echo 'm4_define([AT_PACKAGE_TARNAME], [autoconf])' && \
echo 'm4_define([AT_PACKAGE_VERSION], [UNKNOWN])' && \
echo 'm4_define([AT_PACKAGE_STRING], [GNU Autoconf UNKNOWN])' && \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
echo 'm4_define([AT_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])'; \
} > package.m4-t
mv package.m4-t package.m4
cd . && ./mktests.sh \
`echo " "../lib/autoconf/general.m4 ../lib/autoconf/status.m4 ../lib/autoconf/autoheader.m4 ../lib/autoconf/autoupdate.m4 ../lib/autoconf/specific.m4 ../lib/autoconf/functions.m4 ../lib/autoconf/lang.m4 ../lib/autoconf/c.m4 ../lib/autoconf/erlang.m4 ../lib/autoconf/fortran.m4 ../lib/autoconf/go.m4 ../lib/autoconf/headers.m4 ../lib/autoconf/libs.m4 ../lib/autoconf/types.m4 ../lib/autoconf/programs.m4 | sed 's, [^ ]*/, ../lib/autoconf/,g'`
cd ../lib/autotest && make autotest.m4f
make[4]: `autotest.m4f' is up to date.
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=autotest -I . -I . suite.at -o testsuite.tmp
local.at:18: error: Autoconf version 2.57 or higher is required
local.at:18: the top level
autom4te: /usr/local/Cellar/m4/1.4.16/bin/m4 failed with exit status: 63
make[3]: *** [testsuite] Error 63
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2
$
$
$ which m4
/usr/local/Cellar/m4/1.4.16/bin/m4
$
$ which autoconf
/usr/local/bin/autoconf
$
$ autoconf --version
autoconf (GNU Autoconf) 2.68
$
$
$ echo $PATH
/usr/local/Cellar/texinfo/4.13a/bin:/usr/local/Cellar/m4/1.4.16/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/Library/Contributions/examples
$
$
$ ls -l /usr/local/bin/auto*
lrwxr-xr-x 1 nibbles staff 36 Feb 22 11:53 /usr/local/bin/autoconf -> ../Cellar/autoconf/2.68/bin/autoconf
lrwxr-xr-x 1 nibbles staff 38 Feb 22 11:53 /usr/local/bin/autoheader -> ../Cellar/autoconf/2.68/bin/autoheader
lrwxr-xr-x 1 nibbles staff 36 Feb 22 11:53 /usr/local/bin/autom4te -> ../Cellar/autoconf/2.68/bin/autom4te
lrwxr-xr-x 1 nibbles staff 38 Feb 21 23:52 /usr/local/bin/automake -> ../Cellar/automake/1.11.3/bin/automake
lrwxr-xr-x 1 nibbles staff 43 Feb 21 23:52 /usr/local/bin/automake-1.11 -> ../Cellar/automake/1.11.3/bin/automake-1.11
lrwxr-xr-x 1 nibbles staff 38 Feb 22 11:53 /usr/local/bin/autoreconf -> ../Cellar/autoconf/2.68/bin/autoreconf
lrwxr-xr-x 1 nibbles staff 36 Feb 22 11:53 /usr/local/bin/autoscan -> ../Cellar/autoconf/2.68/bin/autoscan
lrwxr-xr-x 1 nibbles staff 38 Feb 22 11:53 /usr/local/bin/autoupdate -> ../Cellar/autoconf/2.68/bin/autoupdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment