From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: git head fails to build Date: Wed, 14 Jan 2009 16:01:43 -0500 Message-ID: References: <49dd78620901141205v206f1620j454098d902e42b58@mail.gmail.com> <49dd78620901141254r2cad1945wdc2bc5e03f23dec3@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1231966929 25544 80.91.229.12 (14 Jan 2009 21:02:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2009 21:02:09 +0000 (UTC) Cc: guile-devel@gnu.org To: "Neil Jerram" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 14 22:03:20 2009 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 1LNCtS-00070l-3P for guile-devel@m.gmane.org; Wed, 14 Jan 2009 22:03:18 +0100 Original-Received: from localhost ([127.0.0.1]:52655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNCsB-0002h4-HD for guile-devel@m.gmane.org; Wed, 14 Jan 2009 16:01:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNCs7-0002dX-MM for guile-devel@gnu.org; Wed, 14 Jan 2009 16:01:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNCs6-0002bP-JR for guile-devel@gnu.org; Wed, 14 Jan 2009 16:01:54 -0500 Original-Received: from [199.232.76.173] (port=39191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNCs6-0002bC-FQ for guile-devel@gnu.org; Wed, 14 Jan 2009 16:01:54 -0500 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:60563) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNCs5-000296-IB for guile-devel@gnu.org; Wed, 14 Jan 2009 16:01:54 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 8888653E7; Wed, 14 Jan 2009 16:01:43 -0500 (EST) X-Hashcash: 1:20:090114:neiljerram@googlemail.com::dip5RDDuN2i3k+02:0000000000000000000000000000000000007Odd X-Hashcash: 1:20:090114:guile-devel@gnu.org::htLZn02DbUIRRqWb:0000000000000000000000000000000000000000001RE+ In-Reply-To: <49dd78620901141254r2cad1945wdc2bc5e03f23dec3@mail.gmail.com> (Neil Jerram's message of "Wed, 14 Jan 2009 20:54:00 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (berkeley-unix) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:8011 Archived-At: --=-=-= Content-Transfer-Encoding: quoted-printable (has anyone else built head of git?) Now I get: list gdt 3 ~/BUILD-GUILE-1.9.0 > ./build-guile.sh=20 remote: Counting objects: 8, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 3), reused 0 (delta 0) Unpacking objects: 100% (5/5), done. From=20git://git.sv.gnu.org/guile bf4200c..0a34f39 master -> origin/master Updating bf4200c..0a34f39 Fast forward m4/.gitignore | 1 - m4/localcharset.m4 | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletions(-) create mode 100644 m4/localcharset.m4 KEEPING LOCAL CHANGES cd . && /bin/ksh /home/gdt/BUILD-GUILE-1.9.0/guile/build-aux/missing --run = aclocal-1.10 -I m4 cd . && /bin/ksh /home/gdt/BUILD-GUILE-1.9.0/guile/build-aux/missing --run= automake-1.10 --gnu=20 cd . && /bin/ksh /home/gdt/BUILD-GUILE-1.9.0/guile/build-aux/missing --run = autoconf configure:7956: error: possibly undefined macro: gl_FUNC_MBRLEN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:7961: error: possibly undefined macro: gl_FUNC_MBRTOWC configure:7966: error: possibly undefined macro: gl_FUNC_MBSINIT gmake: *** [configure] Error 1 Adding AB_INIT to configure.in 50957 AH_TOP(/*GUILE_CONFIGURE_COPYRIGHT*/) 50967 autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.in: tracing > Also, autogen.sh is awkward on NetBSD because traditional m4 is in > /usr/bin/m4 and the gnu extended version as /usr/pkg/bin/m4. I think > that's actually fine when it runs because autoconf found it when the > autoconf package was built, but the m4 --version fails because --version > is a gnu extension. That's why autogen.sh honours the M4 environment variable... Sure, but my point is that in this case it's a GNU extension rather than a gratutious renaming (like glibtool on macs), so perhaps autogen should look for gm4 first. But the build script from Ludo doesn't use autogen, so I don't really care. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iEUEARECAAYFAkluUrcACgkQ+vesoDJhHiWW0QCdGWADjTrECXJeWS8nt033ekA5 MRYAmMHJvosTzkBBjC/n/vchs2acVKg= =VgLe -----END PGP SIGNATURE----- --=-=-=--