From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.bugs Subject: Re: Build Error in Latest Git Date: Fri, 17 Dec 2010 17:12:42 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1292623979 17243 80.91.229.12 (17 Dec 2010 22:12:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 22:12:59 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 17 23:12:53 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 1PTiXl-000800-6Y for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 23:12:53 +0100 Original-Received: from localhost ([127.0.0.1]:45117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTiXk-0004NT-Hr for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 17:12:52 -0500 Original-Received: from [140.186.70.92] (port=35269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTiXc-0004MG-Mz for bug-guile@gnu.org; Fri, 17 Dec 2010 17:12:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTiXb-0004ld-KH for bug-guile@gnu.org; Fri, 17 Dec 2010 17:12:44 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:45134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTiXb-0004lQ-GB for bug-guile@gnu.org; Fri, 17 Dec 2010 17:12:43 -0500 Original-Received: by wwb17 with SMTP id 17so1147755wwb.30 for ; Fri, 17 Dec 2010 14:12:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=rqR1RZ9TsQSaRt2bCXSSYfeCJ5SF+Vg4UUGi3Lwe2FM=; b=qyboVBWGDgXAxDco3XR5/yPqgDW7fA8zTDUbGBHI1oIjZbwsR0rXdaOHzRAd+zBtpb HWvaegKC6VSf7TCKsIrSsLsEn7/SI+djBQxpmKjk581pa386tBWWbgy4VQBLYjbeeLZ/ E+xVSLCAB+uGooRw/iFcII1RIiYUcmSOTv5ZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=eoW7+LLrOIYxpq6Oil+16HfmZ2mH0C2g0ewm2UimA5ANg/k+mRCqeA43r3HtukIiJv aN0RoxXDN3SzMDRnMFMqUo7bFpN0LA4jNRT+reUAMsXym4QpClmgZ+7o/IQ67qkxs58l wd+yPUX46FqWqhacfzBkLExxfvc0ILyK6Ltdw= Original-Received: by 10.216.4.2 with SMTP id 2mr1742742wei.51.1292623962586; Fri, 17 Dec 2010 14:12:42 -0800 (PST) Original-Received: by 10.216.156.65 with HTTP; Fri, 17 Dec 2010 14:12:42 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: GttN71WJFk_jzIPe4V7fxCfrpAA X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:4919 Archived-At: Report sent. On Fri, Dec 17, 2010 at 5:06 PM, Andy Wingo wrote: > 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/ >