From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: building and installing Guile Date: Thu, 8 Feb 2018 11:15:08 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="089e082237d8c297b50564b0af51" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejjEe-0003ty-IW for help-guix@gnu.org; Thu, 08 Feb 2018 05:15:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejjEU-00044z-HN for help-guix@gnu.org; Thu, 08 Feb 2018 05:15:20 -0500 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]:43165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejjEU-00043l-Bb for help-guix@gnu.org; Thu, 08 Feb 2018 05:15:10 -0500 Received: by mail-yw0-x229.google.com with SMTP id x190so2215550ywd.10 for ; Thu, 08 Feb 2018 02:15:10 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix --089e082237d8c297b50564b0af51 Content-Type: text/plain; charset="UTF-8" Trying to "make install" Guile into a local folder of mine I am building in ~/guile-src and I'd like to install in ~/guile I fogot which packages I included "ad-hoc" in the environment for building. I had to switch the machine off and later I didn't remember the sequence So with an environment with only guile deps in it this is what I get ... libtool: warning: relinking 'guile-readline.la' libtool: install: (cd /home/catonano/guile-src/guile-readline; /bin/sh "/home/catonano/guile-src/libtool" --silent --tag CC --mode=relink gcc -std=gnu11 -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wswitch-enum -fno-strict-aliasing -fwrapv -I/gnu/store/izagp1i0rvmi8bvn6yrgrgkc6vs09s15-libgc-7.6.0/include -g -O2 -export-dynamic -no-undefined -module -o guile-readline.la -rpath /home/catonano/guile/lib/guile/3.0/extensions readline.lo -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/libgnu.la -lcrypt -lm ) libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems to be moved libtool: warning: '/home/catonano/.guix-profile/lib/libgmp.la' seems to be moved libtool: warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be moved ld-wrapper: error: attempt to use impure library "/home/catonano/guile/lib/ libguile-3.0.so" collect2: error: ld returned 1 exit status libtool: error: error: relink 'guile-readline.la' with the above command before installing it make[4]: *** [Makefile:1729: install-extensionsLTLIBRARIES] Error 1 make[4]: Leaving directory '/home/catonano/guile-src/guile-readline' make[3]: *** [Makefile:1969: install-am] Error 2 make[3]: Leaving directory '/home/catonano/guile-src/guile-readline' make[2]: *** [Makefile:1963: install] Error 2 make[2]: Leaving directory '/home/catonano/guile-src/guile-readline' make[1]: *** [Makefile:1857: install-recursive] Error 1 make[1]: Leaving directory '/home/catonano/guile-src' make: *** [Makefile:2249: install] Error 2 catonano@xps ~/guile-src [env]$ I specifically don't understand this line libtool: warning: '/home/catonano/.guix-profile/lib/libunistring.la' seems to be moved --089e082237d8c297b50564b0af51 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Trying to "make install" Gui= le into a local folder of mine

I am building in

~/guil= e-src

and I'd like to install in

~/guile
=
I fogot which packages I included "ad-hoc" in the = environment for building.

I had to switch the machine off= and later I didn't remember the sequence

So with an = environment with only guile deps in it this is what I get

...
lib= tool: warning: relinking 'guile-re= adline.la'
libtool: install: (cd /home/catonano/guile-src/guile-= readline; /bin/sh "/home/catonano/guile-src/libtool"=C2=A0 --sile= nt --tag CC --mode=3Drelink gcc -std=3Dgnu11 -Wall -Wmissing-prototypes -Wd= eclaration-after-statement -Wpointer-arith -Wswitch-enum -fno-strict-aliasi= ng -fwrapv -I/gnu/store/izagp1i0rvmi8bvn6yrgrgkc6vs09s15-libgc-7.6.0/includ= e -g -O2 -export-dynamic -no-undefined -module -o guile-readline.la -rpath /home/catonano/guile/lib/guile/3.0= /extensions readline.lo -lreadline -lncurses ../libguile/libguile-3.0.la ../lib/li= bgnu.la -lcrypt -lm )
libtool: warning: '/home/catonano/.guix-pr= ofile/lib/libunistring.la' seems= to be moved
libtool: warning: '/home/catonano/.guix-profile/lib/libgmp.la' seems to be moved
libtool: = warning: '/home/catonano/.guix-profile/lib/libltdl.la' seems to be moved
ld-wrapper: error: attempt to us= e impure library "/home/catonano/guile/lib/libguile-3.0.so"
collect2: error: ld returned 1 exit st= atus
libtool:=C2=A0=C2=A0 error: error: relink 'guile-readline.la' with the above command before i= nstalling it
make[4]: *** [Makefile:1729: install-extensionsLTLIBRARIES]= Error 1
make[4]: Leaving directory '/home/catonano/guile-src/guile-= readline'
make[3]: *** [Makefile:1969: install-am] Error 2
make[3= ]: Leaving directory '/home/catonano/guile-src/guile-readline'
m= ake[2]: *** [Makefile:1963: install] Error 2
make[2]: Leaving directory = '/home/catonano/guile-src/guile-readline'
make[1]: *** [Makefile= :1857: install-recursive] Error 1
make[1]: Leaving directory '/home/= catonano/guile-src'
make: *** [Makefile:2249: install] Error 2
ca= tonano@xps ~/guile-src [env]$


I specifically don'= ;t understand this line
libtool: warning: '/home/catonano/.guix-prof= ile/lib/libunistring.la' seems t= o be moved


--089e082237d8c297b50564b0af51--