From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Re: git head fails to build Date: Wed, 14 Jan 2009 20:54:00 +0000 Message-ID: <49dd78620901141254r2cad1945wdc2bc5e03f23dec3@mail.gmail.com> References: <49dd78620901141205v206f1620j454098d902e42b58@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231966514 23838 80.91.229.12 (14 Jan 2009 20:55:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2009 20:55:14 +0000 (UTC) Cc: guile-devel@gnu.org To: "Greg Troxel" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 14 21:56:24 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 1LNCmZ-0004BA-8d for guile-devel@m.gmane.org; Wed, 14 Jan 2009 21:56:11 +0100 Original-Received: from localhost ([127.0.0.1]:46088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNClI-0008Tz-KT for guile-devel@m.gmane.org; Wed, 14 Jan 2009 15:54:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNCkW-0007yb-Cy for guile-devel@gnu.org; Wed, 14 Jan 2009 15:54:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNCkV-0007y9-L5 for guile-devel@gnu.org; Wed, 14 Jan 2009 15:54:03 -0500 Original-Received: from [199.232.76.173] (port=34046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNCkV-0007y1-DU for guile-devel@gnu.org; Wed, 14 Jan 2009 15:54:03 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:47084) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNCkU-00013l-Vv for guile-devel@gnu.org; Wed, 14 Jan 2009 15:54:03 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so397108fgb.30 for ; Wed, 14 Jan 2009 12:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Of0gFohGnDNe80LWZ6CdFGYWdWUlhhKGvRbw6Dy6DHc=; b=Ye0PLuNgDGWPZQyFuwK5Sh2LwVyqyVH4/DsCA5I+zDu91BupAhsvCCJo3fwihvQ64o 9Xk/nFsYvjAQCUWHpA2w1O7WlWv9TvpNS609yBKG/qLmms3aoLQsuPq0uBUkm8lEYa/O C+LhGfS60WoW/kXHfUurN3xoxU2ccchf+DxVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZQo4zOCQbERagGXpnkDz/EJvkHr9KOYRTO+4fTzZLznt97M8WGM9hAeBNJZB9md+fW E3ZQhuaR4e705G+nUnLBy3Mbtp3ihqFpNnAS3q3Xkc9oWKWa0mUe+KpNgp0G42+EWpCd qxhLMYb0PLMKaGTYMoVsi2uFhMhhIOGGI5Sh4= Original-Received: by 10.86.59.18 with SMTP id h18mr948920fga.5.1231966441256; Wed, 14 Jan 2009 12:54:01 -0800 (PST) Original-Received: by 10.86.74.2 with HTTP; Wed, 14 Jan 2009 12:54:00 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:8009 Archived-At: 2009/1/14 Greg Troxel : > 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. OK, I've now committed m4/localcharset.m4, and modified m4/.gitignore which was incorrectly ignoring that file. Can you try again now? > > 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... Regards, Neil