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: Bug#351693: guile-1.6: builds on ia64, but causes other packages to FTBFS? Date: Fri, 16 Jun 2006 11:14:40 +0100 Message-ID: <87lkrxo19r.fsf@ossau.uklinux.net> References: <20060601010806.GA8248@mauritius.dodds.net> <87r7243bfh.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150452924 8094 80.91.229.2 (16 Jun 2006 10:15:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 10:15:24 +0000 (UTC) Cc: a.rottmann@gmx.at, 351693-forwarded@bugs.debian.org, Steve Langasek , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 16 12:15:19 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 1FrBM6-0007Rc-5E for guile-devel@m.gmane.org; Fri, 16 Jun 2006 12:15:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrBM5-0006OK-HZ for guile-devel@m.gmane.org; Fri, 16 Jun 2006 06:15:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrBM0-0006M0-Ot for guile-devel@gnu.org; Fri, 16 Jun 2006 06:15:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrBM0-0006L8-8B for guile-devel@gnu.org; Fri, 16 Jun 2006 06:15:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrBM0-0006L0-1d for guile-devel@gnu.org; Fri, 16 Jun 2006 06:15:04 -0400 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrBVb-0006gP-8Q for guile-devel@gnu.org; Fri, 16 Jun 2006 06:24:59 -0400 Original-Received: from laruns (host81-129-157-146.range81-129.btcentralplus.com [81.129.157.146]) by mail3.uklinux.net (Postfix) with ESMTP id D9FB540A063; Fri, 16 Jun 2006 10:15:02 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 1C9436FDDB; Fri, 16 Jun 2006 11:14:41 +0100 (BST) Original-To: Rob Browning In-Reply-To: <87r7243bfh.fsf@trouble.defaultvalue.org> (Rob Browning's message of "Sun, 04 Jun 2006 13:36:50 -0700") User-Agent: Gnus/5.1007 (Gnus v5.10.7) 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:5984 Archived-At: Rob Browning writes: > 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. Is anyone already working on this? If not, I'll take a look. Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel