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 15:12:56 -0500 Message-ID: References: <49dd78620901141205v206f1620j454098d902e42b58@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 1231964138 14829 80.91.229.12 (14 Jan 2009 20:15:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2009 20:15:38 +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 21:16:50 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 1LNCAC-0003ie-Nb for guile-devel@m.gmane.org; Wed, 14 Jan 2009 21:16:33 +0100 Original-Received: from localhost ([127.0.0.1]:44612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNC8w-0003G6-3Q for guile-devel@m.gmane.org; Wed, 14 Jan 2009 15:15:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNC6o-0001Zz-Kg for guile-devel@gnu.org; Wed, 14 Jan 2009 15:13:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNC6l-0001Y6-To for guile-devel@gnu.org; Wed, 14 Jan 2009 15:13:02 -0500 Original-Received: from [199.232.76.173] (port=41247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNC6l-0001Xj-JU for guile-devel@gnu.org; Wed, 14 Jan 2009 15:12:59 -0500 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:60856) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNC6l-00037F-92 for guile-devel@gnu.org; Wed, 14 Jan 2009 15:12:59 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 2F2AD53E7; Wed, 14 Jan 2009 15:12:56 -0500 (EST) X-Hashcash: 1:20:090114:guile-devel@gnu.org::dnPDMws78UK1BSxy:00000000000000000000000000000000000000000024LR X-Hashcash: 1:20:090114:neiljerram@googlemail.com::dnPDMws78UK1BSxy:0000000000000000000000000000000000001XwY In-Reply-To: <49dd78620901141205v206f1620j454098d902e42b58@mail.gmail.com> (Neil Jerram's message of "Wed, 14 Jan 2009 20:05:29 +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:8006 Archived-At: --=-=-= It does a git pull, adds autobuild stuff, and then builds and mails to the server: http://autobuild.josefsson.org/guile/ but I can reproduce this with autoconf -I m4 The issue seems to be that gl_LOCALCHARSET is used but not defined. 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. And, I don't understand how autoreconf knows to look in m4, but perhaps it does and the issue is that even with the m4 subdir things are still undefined. On your system, where do the definitions of the missing macros I listed come from? --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iEYEARECAAYFAkluR0gACgkQ+vesoDJhHiVSPQCfRgvx8muWVi2KfkI2hvIbI/U7 onEAn3U827nJzIfBFD6sRccE46RuijIr =9ASM -----END PGP SIGNATURE----- --=-=-=--