--- Begin Message ---
Date: Tue, 09 Jul 2002 18:52:40 EDT
To: address@hidden
From: Super-User <address@hidden>
Subject: Output from "at" job
Return-Path: address@hidden
Delivery-Date: Tue Jul 9 18:52:40 2002
Return-Path: <address@hidden>
Your "at" job on africa
"/var/spool/cron/atjobs/1026253200.a"
produced the following output:
# Define this for a test compile
# Comment it out for full installation
export TESTCOMPILE=1
+ export TESTCOMPILE=1
# Export enviroment symbols - User configurable
export VER=2.53
+ export VER=2.53
export SYSADMIN=larry
+ export SYSADMIN=larry
export ROOTDIR=/export/home/${SYSADMIN}/projects
+ export ROOTDIR=/export/home/larry/projects
export INSTALLDIR=/usr/local
+ export INSTALLDIR=/usr/local
# Information for a bug report
uname -a
+ uname -a
SunOS africa 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-250
if [[ -f /usr/local/bin/gcc ]]
then
/usr/local/bin/gcc -v
else
echo "You need to install GNU gcc first"
exit
fi
+ [[ -f /usr/local/bin/gcc ]]
+ /usr/local/bin/gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0.4/specs
Configured with: /export/home/larry/projects/gcc-3.0.4/configure
--prefix=/usr/local --enable-target-optspa
ce
Thread model: posix
gcc version 3.0.4
export PATH=${PATH}:/usr/local/bin:/usr/ccs/bin
+ export
PATH=/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/sbin:/opt/SUNWspro/WS6U2/bin:/usr/u
cb:/usr/local/netscape:/usr/local/Acrobat4/bin:/usr/local/bin:/usr/lib/nis:/opt/NSCPcom:/usr/local/bin:/usr
/ccs/bin
echo $PATH
+ echo
/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/sbin:/opt/SUNWspro/WS6U2/bin:/usr/ucb:/usr
/local/netscape:/usr/local/Acrobat4/bin:/usr/local/bin:/usr/lib/nis:/opt/NSCPcom:/usr/local/bin:/usr/ccs/bi
n
/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/sbin:/opt/SUNWspro/WS6U2/bin:/usr/ucb:/usr/local/
netscape:/usr/local/Acrobat4/bin:/usr/local/bin:/usr/lib/nis:/opt/NSCPcom:/usr/local/bin:/usr/ccs/bin
# Export environment symbols - do not change
export AUTOCONFVER=autoconf-${VER}
+ export AUTOCONFVER=autoconf-2.53
export SRCDIR=${ROOTDIR}/${AUTOCONFVER}
+ export SRCDIR=/export/home/larry/projects/autoconf-2.53
export BININSTALLDIR=${INSTALLDIR}/bin
+ export BININSTALLDIR=/usr/local/bin
export SITE="ftp://ftp.gnu.org/pub/gnu/autoconf/${AUTOCONFVER}.tar.gz"
+ export SITE=ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.53.tar.gz
export GTAR=${BININSTALLDIR}/gtar
+ export GTAR=/usr/local/bin/gtar
export GMAKE=${BININSTALLDIR}/gmake
+ export GMAKE=/usr/local/bin/gmake
export WGET=${BININSTALLDIR}/wget
+ export WGET=/usr/local/bin/wget
export M4=${BININSTALLDIR}/m4
+ export M4=/usr/local/bin/m4
# Check for necessary software
if [[ ! -f ${GTAR} ]]
then
echo "You need to install GNU tar as gtar first"
exit
fi
+ [[ ! -f /usr/local/bin/gtar ]]
if [[ ! -f ${GMAKE} ]]
then
echo "You need to install GNU make as gmake first"
exit
fi
+ [[ ! -f /usr/local/bin/gmake ]]
if [[ ! -f ${WGET} ]]
then
echo "You need to install GNU wget first"
exit
fi
+ [[ ! -f /usr/local/bin/wget ]]
cd ${ROOTDIR}
+ cd /export/home/larry/projects
if [[ ! -f ${AUTOCONFVER}.tar.gz ]]
then
${WGET} ${SITE}
if [[ ! -f ${AUTOCONFVER}.tar.gz ]]
then
echo "You need ${AUTOCONFVER}.tar.gz from ${SITE}"
exit
fi
fi
+ [[ ! -f autoconf-2.53.tar.gz ]]
ls -al ${AUTOCONFVER}.tar.gz
+ ls -al autoconf-2.53.tar.gz
-rw------- 1 root other 990527 Jul 9 18:06 autoconf-2.53.tar.gz
sum ${AUTOCONFVER}.tar.gz
+ sum autoconf-2.53.tar.gz
63137 1935 autoconf-2.53.tar.gz
# Delete old builds
if [[ -d ${AUTOCONFVER} ]]
then
rm -r -f ${AUTOCONFVER}
fi
+ [[ -d autoconf-2.53 ]]
+ rm -r -f autoconf-2.53
#unpack and create build directory
${GTAR} zxvf ${AUTOCONFVER}.tar.gz
+ /usr/local/bin/gtar zxvf autoconf-2.53.tar.gz
autoconf-2.53/
autoconf-2.53/tests/
autoconf-2.53/tests/Makefile.am
autoconf-2.53/tests/Makefile.in
autoconf-2.53/tests/atlocal.in
autoconf-2.53/tests/wrappl.in
autoconf-2.53/tests/wrapsh.in
autoconf-2.53/tests/aclang.at
autoconf-2.53/tests/acc.at
autoconf-2.53/tests/acfortran.at
autoconf-2.53/tests/acgeneral.at
autoconf-2.53/tests/acstatus.at
autoconf-2.53/tests/acautoheader.at
autoconf-2.53/tests/acautoupdate.at
autoconf-2.53/tests/acspecific.at
autoconf-2.53/tests/acfunctions.at
autoconf-2.53/tests/acheaders.at
autoconf-2.53/tests/actypes.at
autoconf-2.53/tests/aclibs.at
autoconf-2.53/tests/acprograms.at
autoconf-2.53/tests/suite.at
autoconf-2.53/tests/m4sugar.at
autoconf-2.53/tests/m4sh.at
autoconf-2.53/tests/base.at
autoconf-2.53/tests/tools.at
autoconf-2.53/tests/torture.at
autoconf-2.53/tests/compile.at
autoconf-2.53/tests/c.at
autoconf-2.53/tests/fortran.at
autoconf-2.53/tests/semantics.at
autoconf-2.53/tests/foreign.at
autoconf-2.53/tests/atspecific.m4
autoconf-2.53/tests/mktests.sh
autoconf-2.53/tests/package.m4
autoconf-2.53/README
autoconf-2.53/AUTHORS
autoconf-2.53/COPYING
autoconf-2.53/ChangeLog
autoconf-2.53/INSTALL
autoconf-2.53/Makefile.am
autoconf-2.53/Makefile.in
autoconf-2.53/NEWS
autoconf-2.53/THANKS
autoconf-2.53/TODO
autoconf-2.53/aclocal.m4
autoconf-2.53/configure
autoconf-2.53/configure.ac
autoconf-2.53/ChangeLog.0
autoconf-2.53/ChangeLog.1
autoconf-2.53/ChangeLog.2
autoconf-2.53/BUGS
autoconf-2.53/GNUmakefile
autoconf-2.53/Makefile.maint
autoconf-2.53/bin/
autoconf-2.53/bin/Makefile.am
autoconf-2.53/bin/Makefile.in
autoconf-2.53/bin/autoconf.in
autoconf-2.53/bin/autoheader.in
autoconf-2.53/bin/autoreconf.in
autoconf-2.53/bin/autoupdate.in
autoconf-2.53/bin/ifnames.in
autoconf-2.53/bin/autoscan.in
autoconf-2.53/bin/autom4te.in
autoconf-2.53/lib/
autoconf-2.53/lib/Makefile.am
autoconf-2.53/lib/Makefile.in
autoconf-2.53/lib/autom4te.in
autoconf-2.53/lib/freeze.mk
autoconf-2.53/lib/Autom4te/
autoconf-2.53/lib/Autom4te/General.pm
autoconf-2.53/lib/Autom4te/Struct.pm
autoconf-2.53/lib/Autom4te/XFile.pm
autoconf-2.53/lib/Autom4te/Makefile.am
autoconf-2.53/lib/Autom4te/Makefile.in
autoconf-2.53/lib/m4sugar/
autoconf-2.53/lib/m4sugar/m4sugar.m4
autoconf-2.53/lib/m4sugar/m4sh.m4
autoconf-2.53/lib/m4sugar/Makefile.am
autoconf-2.53/lib/m4sugar/Makefile.in
autoconf-2.53/lib/autoconf/
autoconf-2.53/lib/autoconf/autoconf.m4
autoconf-2.53/lib/autoconf/general.m4
autoconf-2.53/lib/autoconf/status.m4
autoconf-2.53/lib/autoconf/oldnames.m4
autoconf-2.53/lib/autoconf/specific.m4
autoconf-2.53/lib/autoconf/autoheader.m4
autoconf-2.53/lib/autoconf/autoupdate.m4
autoconf-2.53/lib/autoconf/autotest.m4
autoconf-2.53/lib/autoconf/lang.m4
autoconf-2.53/lib/autoconf/c.m4
autoconf-2.53/lib/autoconf/fortran.m4
autoconf-2.53/lib/autoconf/functions.m4
autoconf-2.53/lib/autoconf/headers.m4
autoconf-2.53/lib/autoconf/types.m4
autoconf-2.53/lib/autoconf/libs.m4
autoconf-2.53/lib/autoconf/programs.m4
autoconf-2.53/lib/autoconf/Makefile.am
autoconf-2.53/lib/autoconf/Makefile.in
autoconf-2.53/lib/autotest/
autoconf-2.53/lib/autotest/autotest.m4
autoconf-2.53/lib/autotest/general.m4
autoconf-2.53/lib/autotest/Makefile.am
autoconf-2.53/lib/autotest/Makefile.in
autoconf-2.53/lib/autoscan/
autoconf-2.53/lib/autoscan/headers
autoconf-2.53/lib/autoscan/libraries
autoconf-2.53/lib/autoscan/programs
autoconf-2.53/lib/autoscan/functions
autoconf-2.53/lib/autoscan/identifiers
autoconf-2.53/lib/autoscan/makevars
autoconf-2.53/lib/autoscan/Makefile.am
autoconf-2.53/lib/autoscan/Makefile.in
autoconf-2.53/lib/emacs/
autoconf-2.53/lib/emacs/autoconf-mode.el
autoconf-2.53/lib/emacs/autotest-mode.el
autoconf-2.53/lib/emacs/Makefile.am
autoconf-2.53/lib/emacs/Makefile.in
autoconf-2.53/config/
autoconf-2.53/config/Makefile.am
autoconf-2.53/config/Makefile.in
autoconf-2.53/config/config.guess
autoconf-2.53/config/config.sub
autoconf-2.53/config/elisp-comp
autoconf-2.53/config/install-sh
autoconf-2.53/config/mdate-sh
autoconf-2.53/config/missing
autoconf-2.53/config/mkinstalldirs
autoconf-2.53/config/texinfo.tex
autoconf-2.53/config/m4.m4
autoconf-2.53/config/move-if-change
autoconf-2.53/config/prev-version.txt
autoconf-2.53/man/
autoconf-2.53/man/autoconf.1
autoconf-2.53/man/autoreconf.1
autoconf-2.53/man/autoheader.1
autoconf-2.53/man/autoupdate.1
autoconf-2.53/man/ifnames.1
autoconf-2.53/man/autoscan.1
autoconf-2.53/man/autom4te.1
autoconf-2.53/man/config.guess.1
autoconf-2.53/man/config.sub.1
autoconf-2.53/man/Makefile.am
autoconf-2.53/man/Makefile.in
autoconf-2.53/man/autoconf.x
autoconf-2.53/man/autoreconf.x
autoconf-2.53/man/autoheader.x
autoconf-2.53/man/autoupdate.x
autoconf-2.53/man/ifnames.x
autoconf-2.53/man/autoscan.x
autoconf-2.53/man/autom4te.x
autoconf-2.53/man/config.guess.x
autoconf-2.53/man/config.sub.x
autoconf-2.53/man/common.x
autoconf-2.53/doc/
autoconf-2.53/doc/fdl.texi
autoconf-2.53/doc/install.texi
autoconf-2.53/doc/make-stds.texi
autoconf-2.53/doc/Makefile.am
autoconf-2.53/doc/Makefile.in
autoconf-2.53/doc/stamp-vti
autoconf-2.53/doc/version.texi
autoconf-2.53/doc/autoconf.texi
autoconf-2.53/doc/standards.texi
autoconf-2.53/doc/autoconf.info
autoconf-2.53/doc/standards.info
chown -R ${SYSADMIN}:other ${SRCDIR}
+ chown -R larry:other /export/home/larry/projects/autoconf-2.53
# Go into source directory
cd ${SRCDIR}
+ cd /export/home/larry/projects/autoconf-2.53
if [ -f Makefile ]
then
${GMAKE} clean
fi
+ [ -f Makefile ]
#Build and test the package
./configure --prefix=${INSTALLDIR}
+ ./configure --prefix=/usr/local
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for expr... /bin/expr
checking for gm4... /usr/local/bin/m4
checking whether m4 supports frozen files... yes
checking for perl... /usr/local/bin/perl
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating config/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/autoconf
config.status: creating tests/autoheader
config.status: creating tests/autom4te
config.status: creating tests/autoreconf
config.status: creating tests/autoscan
config.status: creating tests/autoupdate
config.status: creating tests/ifnames
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
${GMAKE}
+ /usr/local/bin/gmake
Making all in bin
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/bin'
rm -f autom4te autom4te.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
mv autom4te.tmp autom4te
rm -f autoconf autoconf.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
mv autoupdate.tmp autoupdate
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/bin'
Making all in tests
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/tests'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/tests'
Making all in .
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53'
Making all in lib
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/lib'
Making all in Autom4te
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/Autom4te'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/Autom4te'
Making all in m4sugar
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/m4sugar'
{ \
echo '# This file is part of -*- Autoconf -*-.'; \
echo '# Version of Autoconf.'; \
echo '# Copyright (C) 1999, 2000, 2001, 2002'; \
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], [2.53])'; \
echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.53])'; \
echo 'm4_define([m4_PACKAGE_BUGREPORT], address@hidden)'; \
} >version.m4
cd ../../lib && /usr/local/bin/gmake autom4te.cfg
gmake[3]: Entering directory `/export/home/larry/projects/autoconf-2.53/lib'
rm -f autom4te.cfg autom4te.tmp
sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/local/bin/perl,g' -e
's,@bindir\@,/usr/local/bin,g' -e 's
,@datadir\@,/usr/local/share/autoconf,g' -e 's,@prefix\@,/usr/local,g' -e
's,@autoconf-name\@,'`echo autoco
nf | 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/bin/m4,g' -e
's,@AWK\@,gawk,g' -e 's,@VERSION\
@,2.53,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autom4te.in >autom4te.tmp
mv autom4te.tmp autom4te.cfg
gmake[3]: Leaving directory `/export/home/larry/projects/autoconf-2.53/lib'
../../tests/autom4te \
--language=m4sugar \
--freeze \
--include=./.. \
--include=.. \
--output=m4sugar.m4f
../../tests/autom4te \
--language=m4sh \
--freeze \
--include=./.. \
--include=.. \
--output=m4sh.m4f
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/m4sugar'
Making all in autoconf
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/autoconf'
../../tests/autom4te \
--language=autoconf \
--freeze \
--include=./.. \
--include=.. \
--output=autoconf.m4f
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/autoconf'
Making all in autotest
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/autotest'
../../tests/autom4te \
--language=autotest \
--freeze \
--include=./.. \
--include=.. \
--output=autotest.m4f
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/autotest'
Making all in autoscan
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/autoscan'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/autoscan'
Making all in emacs
gmake[2]: Entering directory
`/export/home/larry/projects/autoconf-2.53/lib/emacs'
WARNING: Warnings can be ignored. :-)
if test emacs != no; then \
EMACS=emacs /bin/ksh ../../config/elisp-comp autoconf-mode.el; \
else : ; fi
While compiling autoconf-mode in file
/export/home/larry/projects/autoconf-2.53/lib/emacs/elc.19242/autocon
f-mode.el:
** assignment to free variable add-log-current-defun-function
Wrote
/export/home/larry/projects/autoconf-2.53/lib/emacs/elc.19242/autoconf-mode.elc
Done
WARNING: Warnings can be ignored. :-)
if test emacs != no; then \
EMACS=emacs /bin/ksh ../../config/elisp-comp autotest-mode.el; \
else : ; fi
While compiling autotest-mode in file
/export/home/larry/projects/autoconf-2.53/lib/emacs/elc.19249/autotes
t-mode.el:
** assignment to free variable add-log-current-defun-function
Wrote
/export/home/larry/projects/autoconf-2.53/lib/emacs/elc.19249/autotest-mode.elc
Done
gmake[2]: Leaving directory
`/export/home/larry/projects/autoconf-2.53/lib/emacs'
gmake[2]: Entering directory `/export/home/larry/projects/autoconf-2.53/lib'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/export/home/larry/projects/autoconf-2.53/lib'
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/lib'
Making all in config
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/config'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/config'
Making all in man
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/man'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/man'
Making all in doc
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/doc'
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/doc'
${GMAKE} check
+ /usr/local/bin/gmake check
Making check in bin
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/bin'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/bin'
Making check in tests
gmake[1]: Entering directory `/export/home/larry/projects/autoconf-2.53/tests'
/usr/local/bin/gmake autoconf autoheader autoreconf autom4te autoscan
autoupdate ifnames
gmake[2]: Entering directory `/export/home/larry/projects/autoconf-2.53/tests'
gmake[2]: `autoconf' is up to date.
gmake[2]: `autoheader' is up to date.
gmake[2]: `autoreconf' is up to date.
gmake[2]: `autom4te' is up to date.
gmake[2]: `autoscan' is up to date.
gmake[2]: `autoupdate' is up to date.
gmake[2]: `ifnames' is up to date.
gmake[2]: Leaving directory `/export/home/larry/projects/autoconf-2.53/tests'
/usr/local/bin/gmake check-local
gmake[2]: Entering directory `/export/home/larry/projects/autoconf-2.53/tests'
./autom4te --language=autotest -I . suite.at -o testsuite.tmp
mv testsuite.tmp testsuite
/bin/ksh ./testsuite
## ----------------------------- ##
## GNU Autoconf 2.53 test suite. ##
## ----------------------------- ##
Executables (autoheader, autoupdate...).
1: tools.at:47 ok
2: tools.at:92 ok
3: tools.at:122 ok
4: tools.at:211 ok
5: tools.at:242 ok
6: tools.at:268 ok
7: tools.at:312 ok
8: tools.at:360 ok
9: tools.at:478 ok
10: tools.at:512 ok
11: tools.at:539 ok
M4sugar.
12: m4sugar.at:35 ok
13: m4sugar.at:76 ok
14: m4sugar.at:115 ok
M4sh.
15: m4sh.at:29 ok
16: m4sh.at:94 ok
17: m4sh.at:155 ok
18: m4sh.at:212 ok
19: m4sh.at:245 ok
Autoconf base layer.
20: base.at:29 ok
21: base.at:71 ok
22: base.at:115 ok
23: base.at:158 ok
24: base.at:190 ok
25: base.at:209 ok
Testing config.status.
26: torture.at:30 ok
27: torture.at:68 ok
28: torture.at:110 ok
29: torture.at:194 ok
30: torture.at:225 ok
31: torture.at:262 ok
32: torture.at:356 ok
33: torture.at:465 ok
34: torture.at:505 FAILED near `torture.at:514'
35: torture.at:541 ok (skipped near `torture.at:545')
Low level compiling/preprocessing macros.
36: compile.at:32 ok
37: compile.at:78 ok
38: compile.at:114 ok
39: compile.at:151 ok
Testing autoconf/lang macros.
40: aclang.at:7 ok
41: aclang.at:8 ok
42: aclang.at:11 ok
C low level compiling/preprocessing macros.
43: c.at:47 ok
44: c.at:59 ok
45: c.at:87 ok
46: c.at:100 ok
47: c.at:111 ok
48: c.at:141 ok
49: c.at:178 ok
Testing autoconf/c macros.
50: acc.at:7 ok
51: acc.at:8 ok
52: acc.at:9 ok
53: acc.at:10 ok
54: acc.at:11 ok
55: acc.at:12 ok
56: acc.at:13 ok
57: acc.at:16 ok
58: acc.at:17 ok
59: acc.at:18 ok
Fortran low level compiling/preprocessing macros.
60: fortran.at:51 ok
Testing autoconf/fortran macros.
61: acfortran.at:7 ok
62: acfortran.at:8 ok
63: acfortran.at:9 ok
64: acfortran.at:12 ok
Semantics.
65: semantics.at:73 ok
66: semantics.at:86 ok
67: semantics.at:98 ok
68: semantics.at:106 ok
69: semantics.at:141 ok
70: semantics.at:154 ok
71: semantics.at:171 ok
72: semantics.at:189 ok
73: semantics.at:205 ok
74: semantics.at:212 ok
75: semantics.at:257 ok
76: semantics.at:291 ok
77: semantics.at:340 ok
78: semantics.at:378 ok
79: semantics.at:422 ok
80: semantics.at:440 ok
81: semantics.at:441 ok
Testing autoconf/general macros.
82: acgeneral.at:7 ok
83: acgeneral.at:8 ok
84: acgeneral.at:9 ok
85: acgeneral.at:10 ok
86: acgeneral.at:11 ok
87: acgeneral.at:12 ok
88: acgeneral.at:13 ok
89: acgeneral.at:16 ok
90: acgeneral.at:17 ok
91: acgeneral.at:18 ok
92: acgeneral.at:19 ok
93: acgeneral.at:20 ok
Testing autoconf/status macros.
94: acstatus.at:9 ok
Testing autoconf/specific macros.
95: acspecific.at:7 ok
96: acspecific.at:8 ok
97: acspecific.at:9 ok
98: acspecific.at:10 ok
99: acspecific.at:11 ok
100: acspecific.at:12 ok
101: acspecific.at:13 ok
102: acspecific.at:16 ok
103: acspecific.at:17 ok
104: acspecific.at:18 ok
105: acspecific.at:19 ok
106: acspecific.at:20 ok
107: acspecific.at:21 ok
Testing autoconf/programs macros.
108: acprograms.at:7 ok
109: acprograms.at:8 ok
110: acprograms.at:9 ok
111: acprograms.at:10 ok
112: acprograms.at:11 ok
113: acprograms.at:12 ok
114: acprograms.at:13 ok
115: acprograms.at:16 ok
116: acprograms.at:17 ok
117: acprograms.at:18 ok
Testing autoconf/headers macros.
118: acheaders.at:7 ok
119: acheaders.at:8 ok
120: acheaders.at:9 ok
121: acheaders.at:12 ok
122: acheaders.at:13 ok
123: acheaders.at:14 ok
124: acheaders.at:15 ok
Testing autoconf/types macros.
125: actypes.at:7 ok
126: actypes.at:8 ok
127: actypes.at:9 ok
128: actypes.at:10 ok
129: actypes.at:11 ok
130: actypes.at:14 ok
131: actypes.at:15 ok
132: actypes.at:16 ok
133: actypes.at:17 ok
134: actypes.at:18 ok
Testing autoconf/functions macros.
135: acfunctions.at:7 ok
136: acfunctions.at:8 ok
137: acfunctions.at:9 ok
138: acfunctions.at:10 ok
139: acfunctions.at:11 ok
140: acfunctions.at:12 ok
141: acfunctions.at:13 ok
142: acfunctions.at:14 ok
143: acfunctions.at:15 ok
144: acfunctions.at:16 ok
145: acfunctions.at:17 ok
146: acfunctions.at:18 ok
147: acfunctions.at:19 ok
148: acfunctions.at:20 ok
149: acfunctions.at:21 ok
150: acfunctions.at:22 ok
151: acfunctions.at:23 ok
152: acfunctions.at:24 ok
153: acfunctions.at:25 ok
154: acfunctions.at:26 ok
155: acfunctions.at:27 ok
156: acfunctions.at:28 ok
157: acfunctions.at:29 ok
158: acfunctions.at:30 ok
159: acfunctions.at:31 ok
160: acfunctions.at:32 ok
161: acfunctions.at:33 ok
Testing autoconf/libs macros.
162: aclibs.at:9 ok
Compatibility with other tools.
163: foreign.at:27 ok (skipped near `foreign.at:31')
## ------------------------------------------------- ##
## ERROR: Suite unsuccessful, 1 of 163 tests failed. ##
## ------------------------------------------------- ##
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.
Now, failed tests will be executed again, verbosely, and logged
in the file testsuite.log.
## ----------------------------- ##
## GNU Autoconf 2.53 test suite. ##
## ----------------------------- ##
34. torture.at:505: testing Signal handling...
torture.at:513: autoconf
torture.at:514: top_srcdir=$abs_top_srcdir ./configure
stderr:
stdout:
torture.at:514: exit code was 0, expected 1
./../../torture.at:514: config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = africa
uname -m = sun4u
uname -r = 5.7
uname -s = SunOS
uname -v = Generic_106541-20
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = africa
Release = 5.7
KernelID = Generic_106541-20
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /export/home/larry/projects/autoconf-2.53/tests
PATH: /usr/sbin
PATH: /usr/dt/bin
PATH: /usr/openwin/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/SUNWspro/WS6U2/bin
PATH: /usr/ucb
PATH: /usr/local/netscape
PATH: /usr/local/Acrobat4/bin
PATH: /usr/local/bin
PATH: /usr/lib/nis
PATH: /opt/NSCPcom
PATH: /usr/ccs/bin
## ----------- ##
## Core tests. ##
## ----------- ##
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
configure: exit 0
34. torture.at:505: FAILED near `torture.at:514'
## ------------------------- ##
## testsuite.log is created. ##
## ------------------------- ##
Please send `testsuite.log' and all information you think might help:
To: <address@hidden>
Subject: [GNU Autoconf 2.53] testsuite.log: 1 failures
gmake[2]: *** [check-local] Error 1
gmake[2]: Leaving directory `/export/home/larry/projects/autoconf-2.53/tests'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/export/home/larry/projects/autoconf-2.53/tests'
gmake: *** [check-recursive] Error 1
if [[ "x${TESTCOMPILE}" = "x1" ]]
then
exit
fi
+ [[ x1 == x1 ]]
+ exit
--- End Message ---