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 10:02:46 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1410681787 31026 80.91.229.3 (14 Sep 2014 08:03:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2014 08:03:07 +0000 (UTC) Cc: guile-user@gnu.org To: vo2521@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 14 10:03:01 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 1XT4lw-0005pK-2A for guile-user@m.gmane.org; Sun, 14 Sep 2014 10:03:00 +0200 Original-Received: from localhost ([::1]:53237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XT4lv-0007Yj-Je for guile-user@m.gmane.org; Sun, 14 Sep 2014 04:02:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XT4ln-0007Yd-PI for guile-user@gnu.org; Sun, 14 Sep 2014 04:02:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XT4lk-0004Mu-AN for guile-user@gnu.org; Sun, 14 Sep 2014 04:02:51 -0400 Original-Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:62909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XT4lk-0004Mk-2r for guile-user@gnu.org; Sun, 14 Sep 2014 04:02:48 -0400 Original-Received: by mail-lb0-f170.google.com with SMTP id c11so3021843lbj.29 for ; Sun, 14 Sep 2014 01:02:46 -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; bh=7QjHbHCaUBUDAg59dwSP++qYhaa/SCLvarfh+5NGYQY=; b=jnW3DeXrZm1fSpyZRbB+STC4tx3gJmo+Imd4lqlhiAiYLbTROaa4CBEus5MwgzaKLi hPFgbzkitO+1ksh+oEeR8/+fyuiepmUvt0Zjr18kxR2T9YUPWafceMVCOkUbIEzGs7PA kR9KyEnXhhStu2YFCqetaKEWrOC1zv5ns0fLxRfbK4/QVjNMRsZ1rSpDGWlfrNqE++S9 3C8NzMSeL4S1dBMXZaK2OWl8tQV6lrJQ+UbYKQeoMb2NtkTnvGfPgBpul9sOXOmzUdoG 0IH0ulNuOAru35jqoeyrwzHd0AGCpN2P9ODfmGeQxW5+do2yZXrajFo1qz5tOBHaBznz B82w== X-Received: by 10.152.1.6 with SMTP id 6mr20624265lai.22.1410681766111; Sun, 14 Sep 2014 01:02:46 -0700 (PDT) Original-Received: by 10.114.26.101 with HTTP; Sun, 14 Sep 2014 01:02:46 -0700 (PDT) X-Google-Sender-Auth: 1XBEpOuKRiGIvKImO8N4AOXhWGg X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22a 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:11496 Archived-At: > Hi Federico, > That is odd, on my Debian "wheezy" system, the debian packaged guile > is a symbolic link /usr/bin/guile to > /etc/alternatives/guile, which in turn is a symbolic link to > /usr/bin/guile-2.0 . What returns from the command "which guile" on > your system ? With the locally installed guile 2.0.11 `which guile' reports /usr/local/bin/guile. I've now uninstalled it (`make uninstall'). Without the local copy of guile I see the same as you: /usr/bin/guile is a symbolic link to /etc/alternatives/guile which in turn is a symlink to /usr/bin/guile-2.0. Regards, Fede