From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marijn Schouten (hkBst)" Newsgroups: gmane.lisp.guile.devel Subject: Re: what am I doing wrong building 1.8? Date: Sun, 19 Aug 2007 15:17:51 +0200 Message-ID: <46C842FF.6090402@gentoo.org> References: <87absvw325.fsf@pobox.com> <87r6m6zd6y.fsf@laas.fr> <874pj2rwbj.fsf@laas.fr> <87zm0thgxg.fsf@ossau.uklinux.net> <87y7gb3ha0.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187529540 12365 80.91.229.12 (19 Aug 2007 13:19:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2007 13:19:00 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 19 15:18:58 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IMkgC-0003sb-CH for guile-devel@m.gmane.org; Sun, 19 Aug 2007 15:18:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMkgB-0005nv-Vz for guile-devel@m.gmane.org; Sun, 19 Aug 2007 09:18:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMkg6-0005nW-Tp for guile-devel@gnu.org; Sun, 19 Aug 2007 09:18:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMkg5-0005mm-VQ for guile-devel@gnu.org; Sun, 19 Aug 2007 09:18:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMkg5-0005me-RY for guile-devel@gnu.org; Sun, 19 Aug 2007 09:18:49 -0400 Original-Received: from castor.sshunet.nl ([145.97.192.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IMkg5-0002UX-Ir for guile-devel@gnu.org; Sun, 19 Aug 2007 09:18:49 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by castor.sshunet.nl (Postfix) with ESMTP id 79B5657C007 for ; Sun, 19 Aug 2007 15:18:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at castor.sshunet.nl Original-Received: from castor.sshunet.nl ([127.0.0.1]) by localhost (castor.sshunet.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cSKEiVRIjMiW for ; Sun, 19 Aug 2007 15:18:43 +0200 (CEST) Original-Received: from [145.97.223.147] (147pc223.sshunet.nl [145.97.223.147]) by castor.sshunet.nl (Postfix) with ESMTP for ; Sun, 19 Aug 2007 15:18:43 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070802) In-Reply-To: <87y7gb3ha0.fsf@chbouib.org> X-Enigmail-Version: 0.95.3 X-Detected-Kernel: Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6703 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In a similar vein, autogen.sh complains about a missing configure.ac when trying to build head: + set -e + '[' -f GUILE-VERSION ']' + echo '' + autoconf --version autoconf (GNU Autoconf) 2.61 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. + echo '' + automake --version automake (GNU automake) 1.10 Written by Tom Tromey and Alexandre Duret-Lutz . Copyright 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + echo '' + libtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.456 2007/06/24 02:25:32) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + echo '' + /usr/bin/m4 --version m4 (GNU M4) 1.4.10 Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Rene' Seindal. + echo '' + gnulib-tool --version /usr/share/gnulib/gnulib-tool (GNU gnulib) 2007-07-23 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Bruno Haible and Simon Josefsson + echo '' + gnulib-tool --update gnulib-tool: *** cannot find ./configure.ac gnulib-tool: *** Stop. + echo guile-readline... guile-readline... + cd guile-readline + ./autogen.sh configure.in:8: installing `./missing' configure.in:8: installing `./install-sh' Makefile.am: installing `./depcomp' + echo 'Now run configure and make.' Now run configure and make. + echo 'You must pass the `--enable-maintainer-mode'\'' option to configure.' You must pass the `--enable-maintainer-mode' option to configure. - -- Marijn Schouten (hkBst), Gentoo Lisp project , #gentoo-lisp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyEL/p/VmCx0OL2wRAtL9AJ9H3qp/i6epWz4+dTU8GmLX6nG/9QCeIbpT UHhcI0QI3WoQmBTaIHLWGzo= =w1SF -----END PGP SIGNATURE----- _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel