From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Build Error in Latest Git Date: Fri, 17 Dec 2010 23:06:43 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292623367 14410 80.91.229.12 (17 Dec 2010 22:02:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 22:02:47 +0000 (UTC) Cc: bug-guile@gnu.org To: Noah Lavine Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 17 23:02:42 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTiNs-0001fZ-Ud for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 23:02:41 +0100 Original-Received: from localhost ([127.0.0.1]:38170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTiNs-0001Kx-GL for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 17:02:40 -0500 Original-Received: from [140.186.70.92] (port=54592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTiNn-0001HH-3H for bug-guile@gnu.org; Fri, 17 Dec 2010 17:02:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTiNl-0002jQ-Q0 for bug-guile@gnu.org; Fri, 17 Dec 2010 17:02:34 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:37779 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTiNl-0002j6-Nd for bug-guile@gnu.org; Fri, 17 Dec 2010 17:02:33 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 6F84D3F36; Fri, 17 Dec 2010 17:02:51 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=eqjo4onBFmfkw+i+k7csDgVg550=; b=sDFoxx wOLhN5PZv36dLhFVMvvbgxsD554JgJ2AgQZ/5RIo4fWD2EWD2pv0R2bNfAD51yT3 3eO95bdYmRsQkaPwMOw+2hkUM4HLh19gOv/FpPHCrmR2VrlNoWJJFeSxGQIsxpIT RV4yQs/cjRFTwEhC9QgblP3QwcHQ32zpxkCl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=G83DXB4M9/8ezepAzJqq7TY1FGZjJkcP sq6cum1f1TaBJ7DrQR2HYwRDkGZ8WatcjSgw1DxggZ0WUPMP4v19zUhzttY+bqH9 7cjc5rXmnTSUhZg9GuHrgOhwSOymUlK8r35Uh4gcy5feR192hUrTVi2lLI1YxAbH n141pmDnhbg= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 50B113F34; Fri, 17 Dec 2010 17:02:50 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id A609F3F33; Fri, 17 Dec 2010 17:02:48 -0500 (EST) In-Reply-To: (Noah Lavine's message of "Fri, 17 Dec 2010 12:10:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 63A6CF66-0A29-11E0-AE44-C4BE9B774584-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4918 Archived-At: On Fri 17 Dec 2010 18:10, Noah Lavine writes: > After looking at this a bit more, I think it's an issue with Gnulib, > or possibly the configuration system. I'd like to report it to one of > those projects, but could someone tell me how Guile's configuration > mechanism interacts with Gnulib's? I don't really understand what is > configuring Gnulib, since it has no configure script. Yeah, to be honest I don't really understand it very well either; but given that I can't find the string "iconv" in our configure.ac, I don't think it would be remiss to send a report to bug-gnulib@gnu.org (possibly copying this list too). Cheers, Andy -- http://wingolog.org/