From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 06 16:41:35 2011 Received: (at submit) by debbugs.gnu.org; 6 Aug 2011 20:41:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qpngb-0005cm-PG for submit@debbugs.gnu.org; Sat, 06 Aug 2011 16:41:35 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QpmsR-0004PI-1N for submit@debbugs.gnu.org; Sat, 06 Aug 2011 15:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpmrZ-0003dR-Gy for submit@debbugs.gnu.org; Sat, 06 Aug 2011 15:48:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:53013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpmrZ-0003dJ-E9 for submit@debbugs.gnu.org; Sat, 06 Aug 2011 15:48:49 -0400 Received: from eggs.gnu.org ([140.186.70.92]:44199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpmrY-0000Cy-8D for bug-libtool@gnu.org; Sat, 06 Aug 2011 15:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpmrW-0003d5-Fj for bug-libtool@gnu.org; Sat, 06 Aug 2011 15:48:48 -0400 Received: from denver.dinauz.org ([91.121.7.193]:37269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpmrW-0003d0-BX for bug-libtool@gnu.org; Sat, 06 Aug 2011 15:48:46 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by denver.dinauz.org (Postfix) with ESMTP id D91FF8161 for ; Sat, 6 Aug 2011 21:48:43 +0200 (CEST) Received: from denver.dinauz.org ([127.0.0.1]) by localhost (denver.dinauz.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wjrlmwiAixtF for ; Sat, 6 Aug 2011 21:48:43 +0200 (CEST) Received: from MacBook-Pro-de-Julien-Elie.local (AAubervilliers-552-1-67-40.w83-200.abo.wanadoo.fr [83.200.66.40]) by denver.dinauz.org (Postfix) with ESMTPSA id 78133805F for ; Sat, 6 Aug 2011 21:48:42 +0200 (CEST) Message-ID: <4E3D9A9A.5090208@trigofacile.com> Date: Sat, 06 Aug 2011 21:48:42 +0200 From: =?ISO-8859-1?Q?Julien_=C9LIE?= Organization: TrigoFACILE -- http://www.trigofacile.com/ User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; fr; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: bug-libtool@gnu.org Subject: configure errors after upgrade to libtool 2.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 06 Aug 2011 16:41:32 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Hi, I am trying to upgrade the libtool 2.2.6b shipped with INN to libtool 2.4= . Unfortunately, I do not manage to make it work. It appears that AC_OUTPUT, at the end of configure.ac, generates somethin= g that is not understood when run. Here is the commit that broke INN's configure: http://inn.eyrie.org/trac/changeset/9308 It is only an update from libtool 2.2.6b to 2.4. Here are log files from an attempt to configure INN: http://iulius.dinauz.org/libtool-inn/ You will see at the end of output.console: checking for Unix domain sockets... yes checking log facility for news... LOG_NEWS configure: creating ./config.status Usage: /bin/sed [OPTION]... {script-only-if-no-other-script} [input-file]= ... [...] ./configure: line 20068: /bin/sed -e 1s/^X//: No such file or directory ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: : command not found ./configure: line 20068: i686-pc-linux-gnu: command not found ./configure: line 20068: linux-gnu: command not found ./configure: line 20068: : command not found ./configure: line 20068: i686-pc-linux-gnu: command not found ./configure: line 20068: linux-gnu: command not found Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. ./configure: line 20068: /bin/grep -E: No such file or directory ./configure: line 20068: : command not found ./configure: line 20068: : command not found [...] Do you have any idea about what could trigger these errors? How can they be fixed? If you need other logs, do not hesitate to ask. Thanks beforehand, --=20 Julien =C9LIE =AB La raison du plus fou est toujours la meilleure. =BB (Raymond Devos)