From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: building .deb for guile-1.6.8-latest [with debugging symbol] - test-suite failed Date: Tue, 13 Apr 2010 10:58:30 -0300 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20100413105830.308fa954@rascar> References: <20100412122636.39c0ec67@rascar> <87aat847hq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271167260 5186 80.91.229.12 (13 Apr 2010 14:01:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Apr 2010 14:01:00 +0000 (UTC) Cc: guile-user@gnu.org To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 13 16:00:59 2010 Return-path: Envelope-to: guile-user@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 1O1gfc-0000I4-Nr for guile-user@m.gmane.org; Tue, 13 Apr 2010 16:00:53 +0200 Original-Received: from localhost ([127.0.0.1]:54446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1gfc-0007PV-97 for guile-user@m.gmane.org; Tue, 13 Apr 2010 10:00:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1gdi-0006is-FE for guile-user@gnu.org; Tue, 13 Apr 2010 09:58:54 -0400 Original-Received: from [140.186.70.92] (port=59694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1gdd-0006gM-CX for guile-user@gnu.org; Tue, 13 Apr 2010 09:58:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1gdR-0002XW-Rf for guile-user@gnu.org; Tue, 13 Apr 2010 09:58:49 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:48284) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1gdR-0002X2-Kc; Tue, 13 Apr 2010 09:58:37 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 20351A04C13C; Tue, 13 Apr 2010 15:58:36 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id wIp+NFWtxokf; Tue, 13 Apr 2010 15:49:13 +0200 (CEST) Original-Received: from rascar (unknown [189.122.81.40]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 32BDFA04C0FB; Tue, 13 Apr 2010 15:58:32 +0200 (CEST) In-Reply-To: <87aat847hq.fsf@gnu.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.9; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7751 Archived-At: Hi Ludovic, Yes! I didn't think, silly me, that locally building/testing guile would al= so read /usr/share/guile/site/init.scm [which in my case is a symlink to 'my' init.= scm, to simplify admin work and maintain one guile init for all ...] Thank you, David ;; -- Le Tue, 13 Apr 2010 00:43:29 +0200, ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : > Hi David, >=20 > David Pirotte writes: >=20 > > Running import.test > > ERROR: In procedure symbol->string: > > ERROR: Wrong type argument in position 1 (expecting SYMBOLP): #:external >=20 > It looks like the =E2=80=98prefix=E2=80=99 keyword read option is enabled= , leading > =E2=80=98:external=E2=80=99 in imports.test to be read as a keyword inste= ad of a symbol. >=20 > You can try addding =E2=80=98(read-set! keywords #f)=E2=80=99 somewhere b= efore > =E2=80=98:external=E2=80=99. > Thanks, > Ludo=E2=80=99.