From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from x-mailer.polytechnique.fr (x-mailer.polytechnique.fr [129.104.35.1]) by chiba.3jane.net (Postfix) with ESMTP id 2DAEAABDB5 for ; Mon, 27 May 2002 07:58:43 -0500 (CDT) Received: from madcoder.eleves.polytechnique.fr ([129.104.221.165]) by x-mailer.polytechnique.fr (x.y.z/x.y.z) with ESMTP id OAA03021 for ; Mon, 27 May 2002 14:59:08 +0200 (MET DST) Received: by madcoder.eleves.polytechnique.fr (Postfix, from userid 1000) id A65FFA9A70; Mon, 27 May 2002 14:58:41 +0200 (CEST) From: MadCoder To: gentoo-dev@gentoo.org Date: Mon, 27 May 2002 14:58:41 +0200 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_TDTRWCQ13TOZHU4WTMNI" Message-Id: <200205271458.41317.pierre.habouzit@m4x.org> Subject: [gentoo-dev] autoconf/automake Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 52752111-6bc4-47af-be22-0703e7b7dca9 X-Archives-Hash: 053f395a5ba97a312505963e97ee3e80 --------------Boundary-00=_TDTRWCQ13TOZHU4WTMNI Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I work with gcc 3.1 and the new autoconf wan't compile, I've a curious error (since m4 is intalled and up-to-date) : (complete output with this mail) autom4te: need GNU m4 1.4 or later: /usr/bin/m4 make[2]: *** [m4sugar.m4f] Erreur 1 make[2]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/m4sugar' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' make: *** [all-recursive] Erreur 1 -- MadCoder (53 53) "Pour réussir un examen, un étudiant doit lutter contre toutes les forces centrifuges qui peuvent le distraire de son travail." - T. de Montbrial --------------Boundary-00=_TDTRWCQ13TOZHU4WTMNI Content-Type: text/plain; charset="iso-8859-1"; name="error" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="error" MadLaptop:/home/madcoder# emerge autoconf Calculating dependencies ...done! >>> emerge sys-devel/autoconf-2.53a to / >>> md5 ;-) autoconf-2.53a.tar.bz2 >>> md5 ;-) autoconf-2.13.tar.gz >>> Unpacking source... >>> Unpacking autoconf-2.53a.tar.bz2 >>> Unpacking autoconf-2.13.tar.gz patching file configure patching file configure.in >>> Source unpacked. checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for expr... /usr/bin/expr checking for gm4... no checking for gnum4... no checking for m4... /usr/bin/m4 checking whether m4 supports frozen files... yes checking for perl... /usr/bin/perl checking for emacs... no checking for xemacs... no checking for emacs... 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 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 You are about to use an experimental version of Autoconf. Be sure to read the relevant mailing lists, most importantly . Below you will find information on the status of this version of Autoconf. * Status /*--------------------------. | Sane for full scale use. | `--------------------------*/ Making all in bin make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/bin' rm -f autom4te autom4te.tmp sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,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/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoupdate.in >autoupdate.tmp chmod +x autoupdate.tmp mv autoupdate.tmp autoupdate make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/bin' Making all in tests make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/tests' make[1]: Rien à faire pour `all'. make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/tests' Making all in . make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a' make[1]: Rien à faire pour `all-am'. make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a' Making all in lib make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' Making all in Autom4te make[2]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/Autom4te' make[2]: Rien à faire pour `all'. make[2]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/Autom4te' Making all in m4sugar make[2]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/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.53a])'; \ echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.53a])'; \ echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \ } >version.m4 cd ../../lib && make autom4te.cfg make[3]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' rm -f autom4te.cfg autom4te.tmp sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,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/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.53a,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autom4te.in >autom4te.tmp mv autom4te.tmp autom4te.cfg make[3]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' ../../tests/autom4te \ --language=m4sugar \ --freeze \ --include=./.. \ --include=.. \ --output=m4sugar.m4f autom4te: need GNU m4 1.4 or later: /usr/bin/m4 make[2]: *** [m4sugar.m4f] Erreur 1 make[2]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/m4sugar' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' make: *** [all-recursive] Erreur 1 Making all in bin make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/bin' make[1]: Rien à faire pour `all'. make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/bin' Making all in tests make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/tests' make[1]: Rien à faire pour `all'. make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/tests' Making all in . make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a' make[1]: Rien à faire pour `all-am'. make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a' Making all in lib make[1]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' Making all in Autom4te make[2]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/Autom4te' make[2]: Rien à faire pour `all'. make[2]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/Autom4te' Making all in m4sugar make[2]: Entre dans le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/m4sugar' ../../tests/autom4te \ --language=m4sugar \ --freeze \ --include=./.. \ --include=.. \ --output=m4sugar.m4f autom4te: need GNU m4 1.4 or later: /usr/bin/m4 make[2]: *** [m4sugar.m4f] Erreur 1 make[2]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/m4sugar' make[1]: *** [all-recursive] Erreur 1 make[1]: Quitte le répertoire `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib' make: *** [all-recursive] Erreur 1 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 11, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/sys-devel/autoconf/autoconf-2.53a.ebuild . --------------Boundary-00=_TDTRWCQ13TOZHU4WTMNI--