From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mark damerell Newsgroups: gmane.lisp.guile.user Subject: Install Guile 2.0.11 failed on L-Ubuntu 12.04 Date: Sat, 24 May 2014 22:21:11 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b339db1dd43a904fa2bec21 X-Trace: ger.gmane.org 1400985912 23012 80.91.229.3 (25 May 2014 02:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 May 2014 02:45:12 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun May 25 04:45:06 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 1WoOQs-0006qq-9b for guile-user@m.gmane.org; Sun, 25 May 2014 04:45:06 +0200 Original-Received: from localhost ([::1]:50101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoOQr-00023I-MD for guile-user@m.gmane.org; Sat, 24 May 2014 22:45:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoJNR-0003Ig-74 for guile-user@gnu.org; Sat, 24 May 2014 17:21:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoJNQ-00028j-3G for guile-user@gnu.org; Sat, 24 May 2014 17:21:13 -0400 Original-Received: from mail-ve0-x231.google.com ([2607:f8b0:400c:c01::231]:43124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoJNP-00028f-V7 for guile-user@gnu.org; Sat, 24 May 2014 17:21:12 -0400 Original-Received: by mail-ve0-f177.google.com with SMTP id db11so7706811veb.22 for ; Sat, 24 May 2014 14:21:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=g0AYKbI0YzXQ1mEWEyr0rbLefiPuvkaPx5y5aIbCA2I=; b=CzSrbJ/+csXkG+/aj+YgHV6S/p3hmmhLds3MhcneuChVSCBx8nhNUcPiUe25zrsVzG aXfLnscdEDSDC1lpSzZ/vA8LAT2+uEm6hOge6stFGQcIqunqH1uVBqJJeTADSs1i+200 7KkkdJ8XOSdBMTFl0OxqxiJyL69ZF8bfu2cDKqro+ynWQcvRGuqM+TU0m0Z6/noQPUFk w+ELY49UfsdTx0CrMVW0wP8E/jo7v7XVLSZGo0nHeGD4/Q/u2y5S8nXkoFAuIuSg46n+ +5qJMalM+Xt3O+bXyYCJCimv2Jjs19VtiIzSjVSQm3hrESMWEiO5WY+O2ENQ8WbGhoaR UgVA== X-Received: by 10.58.23.6 with SMTP id i6mr11397263vef.12.1400966471302; Sat, 24 May 2014 14:21:11 -0700 (PDT) Original-Received: by 10.220.136.1 with HTTP; Sat, 24 May 2014 14:21:11 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::231 X-Mailman-Approved-At: Sat, 24 May 2014 22:44:56 -0400 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:11256 Archived-At: --047d7b339db1dd43a904fa2bec21 Content-Type: text/plain; charset=UTF-8 Trying to install guile 2.0.11 on L-ubuntu 12.04. Shell is /bin/bash . Downloaded the tarfile from the Gnu website. configured with no options make check produced warnings and "unresolved" messages and one failure, bug 27450. It said "please report this" but I believe that as this is a known bug, you do not want me to. make install ran with no visible error. make installcheck failed. After several "nothing to do" messages, it said: make[1]: Entering directory `/home/manager/downloads/guile-2.0.11/examples' /bin/mkdir -p box gcc `PATH=/usr/local/bin:$PATH PKG_CONFIG_PATH=/usr/local/lib/pkgconfig /usr/local/bin/guile-config compile` -c box/box.c -o box/box.o /usr/local/bin/guile: error while loading shared libraries: libguile-2.0.so.22: cannot open shared object file: No such file or directory box/box.c:22:22: fatal error: libguile.h: No such file or directory compilation terminated. make[1]: *** [box/box.o] Error 1 The shell command guile produces guile: error while loading shared libraries: libguile-2.0.so.22: cannot open shared object file: No such file or directory find(1) found both files: /usr/local/include/guile/2.0/libguile.h /usr/local/lib/libguile-2.0.so.22 I conjecture that gcc was using incorrect search paths. So I did: printenv | grep -i path and got: XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path I expected to see a CPATH and a LIBRARY_PATH as described in man gcc. Please is this problem known? what should I do about it? Thank you. --047d7b339db1dd43a904fa2bec21 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Trying to install guile 2.0.11 on L-ubuntu 12.04. She= ll is /bin/bash .

Downloaded the tarfile from the Gnu website.= =C2=A0=C2=A0

configured with no options

mak= e check produced warnings and "unresolved" messages and one failu= re,
bug 27450. It said "please report this" but I believe that as thi= s is a known
bug, you do not want me to.


make install ran wit= h no visible error.


make installcheck failed.=C2=A0 After severa= l "nothing to do" messages, it said:

make[1]: Entering directory `/home/manager/downloads/guile-2.0.11/examp= les'
/bin/mkdir -p box
gcc `PATH=3D/usr/local/bin:$PATH PKG_CONFI= G_PATH=3D/usr/local/lib/pkgconfig /usr/local/bin/guile-config compile` -c b= ox/box.c -o box/box.o
/usr/local/bin/guile: error while loading shared libraries: libguile-2.0.so= .22: cannot open shared object file: No such file or directory
box/box.c= :22:22: fatal error: libguile.h: No such file or directory
compilation t= erminated.
make[1]: *** [box/box.o] Error 1


The shell command

guile<= br>
produces

guile: error while loading shared libraries: libguil= e-2.0.so.22: cannot open shared object file: No such file or directory


find(1) found both files:

/usr/local/include/guile/2.0/libgu= ile.h
/usr/local/lib/libguile-2.0.so.22


I conjecture that=C2= =A0 gcc=C2=A0 was using incorrect search paths. So I did: =C2=A0

pr= intenv | grep -i path

and got:

XDG_SESSION_PATH=3D/org/freedesktop/DisplayManager/Ses= sion0
XDG_SEAT_PATH=3D/org/freedesktop/DisplayManager/Seat0
DEFAULTS_= PATH=3D/usr/share/gconf/Lubuntu.default.path
PATH=3D/usr/lib/lightdm/lig= htdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/game= s
MANDATORY_PATH=3D/usr/share/gconf/Lubuntu.mandatory.path


I expec= ted to see a=C2=A0 CPATH=C2=A0 and a=C2=A0 LIBRARY_PATH=C2=A0 as described = in=C2=A0=C2=A0 man gcc.

Please is this problem known? what should I = do about it? Thank you.



--047d7b339db1dd43a904fa2bec21--