From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: Possible infinite loop during compilation in 2.2 Date: Fri, 18 Apr 2014 18:28:19 -0400 Message-ID: References: <87vbu6o36i.fsf@pobox.com> <87vbu648lg.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397860112 7110 80.91.229.3 (18 Apr 2014 22:28:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 22:28:32 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 19 00:28:25 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WbHGi-0001kM-GL for guile-devel@m.gmane.org; Sat, 19 Apr 2014 00:28:24 +0200 Original-Received: from localhost ([::1]:40216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbHGi-0005fu-3v for guile-devel@m.gmane.org; Fri, 18 Apr 2014 18:28:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbHGg-0005fp-0O for guile-devel@gnu.org; Fri, 18 Apr 2014 18:28:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbHGe-0007Mc-V4 for guile-devel@gnu.org; Fri, 18 Apr 2014 18:28:21 -0400 Original-Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:42451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbHGe-0007MW-N3 for guile-devel@gnu.org; Fri, 18 Apr 2014 18:28:20 -0400 Original-Received: by mail-pd0-f181.google.com with SMTP id p10so1810703pdj.12 for ; Fri, 18 Apr 2014 15:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fCMEqveSzyfWsrim5AgoXeY8bpC0yQI30zAc2zAwfQI=; b=BGyMrB3Rhe9m6ZLYqPkBABkHbWleJeNg9KrKGV14abij+dipaWaXPAsb2w+C/7fk6o ItIdVV/INL6GscoKXKHBO0OGtfNr4UWJKLj9AoVcj+8EUQEtavHbWvXz9ntBdwaZIxEU LVHi5wEICMAoow7KdQnQewKVQmeLg57+dkuZNaa8mnJF+wZ2jCFiso79wm1VarMWR0cz 9eOyEpofv5qHf42lReqSBN3NRu02kXLQ5pvS8LnT/9/xUyUUFQu1eWiaeRbIL9osSq09 SKp0Wloc7wLS6h9AGq54aMw49eX18T/9QzIHQyPeyS7bs390pFxePRlMpXign3cCxsCJ HLXA== X-Received: by 10.69.19.139 with SMTP id gu11mr76963pbd.161.1397860099710; Fri, 18 Apr 2014 15:28:19 -0700 (PDT) Original-Received: by 10.70.11.194 with HTTP; Fri, 18 Apr 2014 15:28:19 -0700 (PDT) In-Reply-To: <87vbu648lg.fsf@yeeloong.lan> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::235 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17081 Archived-At: Hey Mark, On Fri, Apr 18, 2014 at 5:43 PM, Mark H Weaver wrote: > Does Guile 2.0.11 or current stable-2.0 compile it correctly? I tested with a 2.0.11 built from source as well as with the stock Ubuntu 13.10 guile-2.0 package (which is 2.0.9, I think) and they both compiled it just fine.