From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: guile-2.0.11 installation on system with 2.0.5 Date: Mon, 15 Sep 2014 09:50:51 +0200 Message-ID: <87k355jp9g.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1410767484 22516 80.91.229.3 (15 Sep 2014 07:51:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2014 07:51:24 +0000 (UTC) Cc: guile-user@gnu.org To: Federico Beffa Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Sep 15 09:51:18 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XTR47-0002BA-E0 for guile-user@m.gmane.org; Mon, 15 Sep 2014 09:51:15 +0200 Original-Received: from localhost ([::1]:57899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTR47-0005MK-4U for guile-user@m.gmane.org; Mon, 15 Sep 2014 03:51:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTR3q-0005Ib-3W for guile-user@gnu.org; Mon, 15 Sep 2014 03:51:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTR3j-0003yR-V0 for guile-user@gnu.org; Mon, 15 Sep 2014 03:50:58 -0400 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:42901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTR3j-0003yF-P9 for guile-user@gnu.org; Mon, 15 Sep 2014 03:50:51 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 92DA838E9; Mon, 15 Sep 2014 09:50:50 +0200 (CEST) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ykbbkt-9Qp9J; Mon, 15 Sep 2014 09:50:50 +0200 (CEST) Original-Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 61C221041; Mon, 15 Sep 2014 09:50:50 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Fructidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Federico Beffa's message of "Sun, 14 Sep 2014 17:42:58 +0200") User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:474::1 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11505 Archived-At: Federico Beffa skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> It may be that, while /usr/local/bin/guile is indeed from the new >> version, it ends up loading .scm and .go files from the old version. >> >> You could check that by running: >> >> strace -o log /usr/local/bin/guile --version >> >> and grepping for .scm and .go files in =E2=80=98log=E2=80=99. >> >> That could happen, for instance, if there=E2=80=99s a GUILE_LOAD_PATH or >> GUILE_LOAD_COMPILED_PATH environment variable pointing to >> /usr/share/guile/... >> > > Yes, that's what happens. I can see libraries from /usr/share and > /usr/lib/guile being used. > > I do not have any GUILE_LOAD_* environment variable defined. However, I > see in the "log" file generated as suggested that the /etc/ld.so.cache > file gets opened. Should I need somehow to update it? You probably need to run =E2=80=98ldconfig=E2=80=99. HTH, Ludo=E2=80=99.