From owner-freebsd-ports Tue Apr 2 9:40:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from sumter.awod.com (sumter.awod.com [208.140.99.1]) by hub.freebsd.org (Postfix) with ESMTP id D67B837B419 for ; Tue, 2 Apr 2002 09:40:23 -0800 (PST) Received: from teddy.fas.com (pcp01010372pcs.mplsnt01.sc.comcast.net [68.58.176.67]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id MAA94355 for ; Tue, 2 Apr 2002 12:40:22 -0500 (EST) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010372pcs.mplsnt01.sc.comcast.net] popped 14 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.35 #1 (Debian)) id 16sSHm-000535-00 for ; Tue, 02 Apr 2002 12:41:34 -0500 Date: Tue, 2 Apr 2002 12:41:34 -0500 From: stan To: freebsd-ports@freebsd.org Subject: Problems with autocinf port Message-ID: <20020402174134.GA19261@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.3.28i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 12:39:11 up 10 days, 17:23, 2 users, load average: 0.12, 0.14, 0.09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On my 4.5 STABLE machine I'm trying to do portupgrade, and autocinf is failing as follows: Script started on Tue Apr 2 12:33:52 2002 brown# runsocks portupgrade autoconf ---> Upgrading 'autoconf-2.52_2' to 'autoconf-2.53' (devel/autoconf) ---> Building '/usr/ports/devel/autoconf' =3D=3D=3D> Cleaning for m4-1.4_1 =3D=3D=3D> Cleaning for autoconf-2.53 =3D=3D=3D> Extracting for autoconf-2.53 >> Checksum OK for autoconf-2.53.tar.bz2. =3D=3D=3D> autoconf-2.53 depends on executable: gm4 - found =3D=3D=3D> Patching for autoconf-2.53 =3D=3D=3D> Configuring for autoconf-2.53 configure: WARNING: you should use --build, --host, --target checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking for expr... /bin/expr checking for gm4... /usr/local/bin/gm4 checking whether m4 supports frozen files... yes checking for perl... /usr/bin/perl checking where .elc files should go... no 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 =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/emacs/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/Autom4te/Makefile =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/autoscan/Makefile =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/m4sugar/Makefile =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/autoconf/Makefile =2E/config.status[585]: cd: bad substitution =2E/config.status[587]: cd: .. ..: [No such file or directory] config.status: creating lib/autotest/Makefile config.status: creating bin/Makefile =2E/config.status[725]: cd: tests: [No such file or directory] =2E/config.status[726]: cd: tests: [No such file or directory] =2E/config.status[727]: cd: tests: [No such file or directory] =2E/config.status[728]: cd: tests: [No such file or directory] config.status: executing tests/atconfig commands =3D=3D=3D> Building for autoconf-2.53 Making all in bin rm -f autom4te autom4te.tmp sed -e 's,@SHELL\@,/bin/ksh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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/bin/perl,g' -e 's,@bin= dir\@,/usr/local/bin,g' -e 's,@datadir\@,/usr/local/share/autoconf,g' -e = 's,@prefix\@,/usr/local,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/bin/gm4,g' -e 's,@AWK\@,awk,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 Making all in tests Making all in . Making all in lib Making all in Autom4te make: don't know how to make ../configure.ac. Stop *** Error code 1 Stop in /usr/ports/devel/autoconf/work/autoconf-2.53/lib. *** Error code 1 Stop in /usr/ports/devel/autoconf/work/autoconf-2.53. *** Error code 1 Stop in /usr/ports/devel/autoconf. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:fai= led) ! devel/autoconf (autoconf-2.52_2) (unknown build error) brown# ^D=08=08exit Script done on Tue Apr 2 12:34:43 2002 Sugestiosn? --=20 "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message