From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile bailing out with "uncaught throw to wrong-type-arg" on amd64 Linux Date: Wed, 15 Sep 2010 10:03:13 +0200 Message-ID: <87iq27tovy.fsf@delenn.lan> References: <87fwxf6wt1.fsf@delenn.lan> <877hiq6q2b.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284537815 12228 80.91.229.12 (15 Sep 2010 08:03:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 08:03:35 +0000 (UTC) Cc: Guile Bugs To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Sep 15 10:03:31 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 1Ovmxm-0000pq-VM for guile-bugs@m.gmane.org; Wed, 15 Sep 2010 10:03:31 +0200 Original-Received: from localhost ([127.0.0.1]:59582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovmxl-0003XI-W8 for guile-bugs@m.gmane.org; Wed, 15 Sep 2010 04:03:30 -0400 Original-Received: from [140.186.70.92] (port=45804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovmxf-0003XD-Eg for bug-guile@gnu.org; Wed, 15 Sep 2010 04:03:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovmxe-00031R-12 for bug-guile@gnu.org; Wed, 15 Sep 2010 04:03:23 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46678 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Ovmxd-000318-MU for bug-guile@gnu.org; Wed, 15 Sep 2010 04:03:21 -0400 Original-Received: (qmail invoked by alias); 15 Sep 2010 08:03:18 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp004) with SMTP; 15 Sep 2010 10:03:18 +0200 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX184U8hP3Xw4TzHweHtitR+tiLFCfwU5vxYghzRT4P moF/kyq/J0FpHb Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by nathot.lan (Postfix) with ESMTP id 527353A6B1; Wed, 15 Sep 2010 10:03:17 +0200 (CEST) Original-Received: from nathot.lan ([127.0.0.1]) by localhost (nathot.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bfkcYQoXZbV2; Wed, 15 Sep 2010 10:03:13 +0200 (CEST) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id BD9693A6B0; Wed, 15 Sep 2010 10:03:13 +0200 (CEST) Original-Received: by delenn.lan (Postfix, from userid 1000) id 8FC7B74EDA; Wed, 15 Sep 2010 10:03:13 +0200 (CEST) In-Reply-To: (Andy Wingo's message of "Mon, 13 Sep 2010 23:07:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:4813 Archived-At: Andy Wingo writes: > Hi, > > On Mon 13 Sep 2010 09:49, Andreas Rottmann writes: > >> Now I additionally get an "unterminated `#! ... !#' comment error: >> >> GEN guile-procedures.texi >> ERROR: In procedure skip_block_comment: >> ERROR: /home/rotty/src/guile/guile-tools:1:2: unterminated `#! ... !#' comment > > This rings a bell; do you by any chance have a "guile-tools" binary > somewhere other than in meta/ ? Like one in $top_builddir ? > Indeed, I had one in $top_srcdir; I removed that it and this issue is gone. >> Program received signal SIGPWR, Power fail/restart. >> [Switching to Thread 0x7ffff5e2e710 (LWP 7312)] > > This is libgc. Add a line to your .gdbinit: > > source ~/src/guile/gdbinit > I just restarted the build after removing the stale guile-tools script, and it seems to work now; "GUILEC ice-9/psyntax-pp.go" succeeded, still building ATM. Thanks, Rotty -- Andreas Rottmann --