From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: GNU Guile 1.9.5 released (alpha) Date: Wed, 18 Nov 2009 12:23:29 +0100 Message-ID: <87ocn0rs9a.fsf@gnu.org> References: <87pr7genzj.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1258544429 1885 80.91.229.12 (18 Nov 2009 11:40:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 11:40:29 +0000 (UTC) Cc: guile-devel@gnu.org To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Nov 18 12:40:22 2009 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.50) id 1NAitZ-0000pj-MN for guile-user@m.gmane.org; Wed, 18 Nov 2009 12:40:21 +0100 Original-Received: from localhost ([127.0.0.1]:48289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAitZ-0006Xe-5l for guile-user@m.gmane.org; Wed, 18 Nov 2009 06:40:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAidr-0004Dp-Qz for guile-user@gnu.org; Wed, 18 Nov 2009 06:24:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAidm-0004AH-6u for guile-user@gnu.org; Wed, 18 Nov 2009 06:24:07 -0500 Original-Received: from [199.232.76.173] (port=34781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAidl-0004A9-Rz for guile-user@gnu.org; Wed, 18 Nov 2009 06:24:01 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52582) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAidl-0003A5-9z for guile-user@gnu.org; Wed, 18 Nov 2009 06:24:01 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAidj-0002YW-TP for guile-user@gnu.org; Wed, 18 Nov 2009 12:23:59 +0100 Original-Received: from laptop-147-210-128-170.labri.fr ([147.210.128.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 12:23:59 +0100 Original-Received: from ludo by laptop-147-210-128-170.labri.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 12:23:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.lisp.guile.devel Original-Lines: 51 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: laptop-147-210-128-170.labri.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Brumaire an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:eWwk/A/maD3wnsh1ijO2hPu7oCU= X-detected-operating-system: by monty-python.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:7494 gmane.lisp.guile.devel:9695 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Guilers! Of course, it was not until this morning that I discovered this: =2D-8<---------------cut here---------------start------------->8--- scheme@(guile-user)> %load-compiled-path=20 $1 =3D ("/home/ludo/soft/lib/GNU Guile/1.9/ccache") scheme@(guile-user)> %load-path=20 $2 =3D ("/home/ludo/.nix-profile/share/guile/site" "/home/ludo/soft/share/G= NU Guile/site" "/home/ludo/soft/share/GNU Guile/1.9" "/home/ludo/soft/share= /GNU Guile") $ ls ~/soft/share/GNU\ Guile/1.9/ guile-procedures.txt ice-9/ lang/ language/ oop/ rnrs/ scripts/ srfi= / system/ =2D-8<---------------cut here---------------end--------------->8--- The directory names contain =E2=80=9CGNU Guile=E2=80=9D instead of =E2=80= =9Cguile=E2=80=9D. On GNU/Linux at least, the build system and Guile don=E2=80=99t have any probl= ems dealing with whitespaces in directory names, so it actually works, but it surely wasn=E2=80=99t intended. I fixed it in =E2=80=98master=E2=80=99 and started looking for someone else= to blame: http://git.sv.gnu.org/cgit/guile.git/commit/?id=3D53da7372beca90a58b7401a= 84627815289a53d11 http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/4803 Apologies for the inconvenience, and happy GNU\ Guile hacking nevertheless! Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAksD2TkACgkQd92V4upS7PRyJQCfSfpxsw788W4ZM+x7umI132rj 94EAn1Lz9FkhDp+024ilPVuzgd94iL++ =0hNd -----END PGP SIGNATURE----- --=-=-=--