From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Federico Beffa Newsgroups: gmane.lisp.guile.user Subject: Re: guile-2.0.11 installation on system with 2.0.5 Date: Sun, 14 Sep 2014 17:42:58 +0200 Message-ID: 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 1410709396 15396 80.91.229.3 (14 Sep 2014 15:43:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2014 15:43:16 +0000 (UTC) Cc: guile-user@gnu.org To: ludo@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 14 17:43:09 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 1XTBxF-00042R-43 for guile-user@m.gmane.org; Sun, 14 Sep 2014 17:43:09 +0200 Original-Received: from localhost ([::1]:55069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBxE-0007Tc-LF for guile-user@m.gmane.org; Sun, 14 Sep 2014 11:43:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBx7-0007TX-5R for guile-user@gnu.org; Sun, 14 Sep 2014 11:43:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTBx6-0000K7-82 for guile-user@gnu.org; Sun, 14 Sep 2014 11:43:01 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:34926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBx6-0000In-01; Sun, 14 Sep 2014 11:43:00 -0400 Original-Received: by mail-la0-f48.google.com with SMTP id ty20so3421537lab.35 for ; Sun, 14 Sep 2014 08:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H1bvBiA6RjL4RigUmsy2Z7LU5qRp4ncaPVtcuxGavMY=; b=vjzUfJPpoZNQneD/EONl+NZ89bM1nDW2IpJWseeGWQcTQRmGWWsQBnc79zuHoI36fz aGlj8NQFod39n8HJOSUOjOrfv72Vpbfw4fKjBKLKq0ASIkskshD6EGMDfA3Pj12GBO4V q9vdR2bdXTASsYXaX7M4n+lFs1OrGPARoo0d7Akw28UpLB+lQSYvSuXqZ1u5mOAwEsXg 6mRUmk+NbUuCMuUvYcwMcAK8ke4x/UYQBKBf/XUgXRthT6hvJ2C/FnqhZO7sJDRpeVuZ I06J8CIyjTxD9A7OBNcYqbiikSmYx2Qpnj9psquI8pRqc00t4grQyLDVkokscMPo7V8c Wfcg== X-Received: by 10.152.3.130 with SMTP id c2mr3152271lac.72.1410709378491; Sun, 14 Sep 2014 08:42:58 -0700 (PDT) Original-Received: by 10.114.26.101 with HTTP; Sun, 14 Sep 2014 08:42:58 -0700 (PDT) X-Google-Sender-Auth: L7iS91dYMDYpIwlcnqjlHZAW3ek X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:11501 Archived-At: 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? Thanks, Fede