From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: Bug#351693: guile-1.6: builds on ia64, but causes other packages to FTBFS? Date: Sun, 04 Jun 2006 13:36:50 -0700 Message-ID: <87r7243bfh.fsf@trouble.defaultvalue.org> References: <20060601010806.GA8248@mauritius.dodds.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149453427 5974 80.91.229.2 (4 Jun 2006 20:37:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jun 2006 20:37:07 +0000 (UTC) Cc: a.rottmann@gmx.at, 351693-forwarded@bugs.debian.org, Steve Langasek Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 04 22:37:04 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FmzLL-0006bJ-QZ for guile-devel@m.gmane.org; Sun, 04 Jun 2006 22:37:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmzLL-0006BR-9s for guile-devel@m.gmane.org; Sun, 04 Jun 2006 16:37:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmzLG-00068o-2N for guile-devel@gnu.org; Sun, 04 Jun 2006 16:36:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmzLD-00067J-Eu for guile-devel@gnu.org; Sun, 04 Jun 2006 16:36:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmzLD-00067G-9K for guile-devel@gnu.org; Sun, 04 Jun 2006 16:36:55 -0400 Original-Received: from [70.85.129.156] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmzSC-00081p-SY for guile-devel@gnu.org; Sun, 04 Jun 2006 16:44:09 -0400 Original-Received: from omen.defaultvalue.org (localhost [127.0.0.1]) by defaultvalue.org (Postfix) with ESMTP id BC19790DAD; Sun, 4 Jun 2006 13:36:51 -0700 (PDT) Original-Received: from trouble.defaultvalue.org (omen.defaultvalue.org [192.168.1.1]) by omen.defaultvalue.org (Postfix) with ESMTP id 71D2823CC7; Sun, 4 Jun 2006 13:36:51 -0700 (PDT) Original-Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id 440B641056; Sun, 4 Jun 2006 13:36:50 -0700 (PDT) Original-To: guile-devel@gnu.org In-Reply-To: <20060601010806.GA8248@mauritius.dodds.net> (Steve Langasek's message of "Wed, 31 May 2006 18:08:06 -0700") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:5962 Archived-At: Steve Langasek writes: > I see that guile-1.6 1.6.8-2 has now built successfully on ia64 (congrats!), > but it looks like the first package to try to build *against* it, g-wrap, > now fails with an error that looks like it's also a guile-1.6 problem: [...] > Rob, any ideas on this? Indeed. I can reproduce this in the sid chroot on merulo and after some hacking, I've narrowed it down to a problem with Guile's call-with-current-continuation (which is called by guile-library's unit-test.scm[1]): (define (foo) (call-with-current-continuation (lambda (return) (return #t)))) guile> (foo) Illegal instruction I'm cc'ing upstream. [1] Although Guile certainly needs to fix this bug, it looks like it might be easy to rewrite the unit-test.scm methods without using call-with-current-continuation, and at least with Guile, that should make them notably more efficient. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel