From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jeremy Korwin-Zmijowski Newsgroups: gmane.lisp.guile.user Subject: Re: Building Guile from git sources stuck during make Date: Sun, 25 Mar 2018 10:04:33 +0200 Message-ID: <5AB75811.1030204@korwin-zmijowski.fr> References: <5AB634A7.6050908@korwin-zmijowski.fr> <20180325002328.KFV9W.148924.root@cdptpa-web07> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1521964985 25902 195.159.176.226 (25 Mar 2018 08:03:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Mar 2018 08:03:05 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Mar 25 10:03:01 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f00cD-0006YW-UI for guile-user@m.gmane.org; Sun, 25 Mar 2018 10:02:58 +0200 Original-Received: from localhost ([::1]:50374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f00eE-00041k-8g for guile-user@m.gmane.org; Sun, 25 Mar 2018 04:05:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f00dt-0003zO-H2 for guile-user@gnu.org; Sun, 25 Mar 2018 04:04:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f00dp-0002Gh-ID for guile-user@gnu.org; Sun, 25 Mar 2018 04:04:41 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:52909) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f00dp-0002G9-BK for guile-user@gnu.org; Sun, 25 Mar 2018 04:04:37 -0400 X-Originating-IP: 37.173.22.117 Original-Received: from [192.168.42.232] (unknown [37.173.22.117]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 591C4E0005 for ; Sun, 25 Mar 2018 10:04:35 +0200 (CEST) In-Reply-To: <20180325002328.KFV9W.148924.root@cdptpa-web07> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.user:14504 Archived-At: Oh yeah sorry guys, I let it work during the whole night and it did it ! I thought it was stuck because from git sources (hours) it took looooonger than from tarball sources (minutes, maybe an hour). But after a 'sudo make install' I got this error when calling 'guile' in the console : guile: error while loading shared libraries: libguile-3.0.so.0: cannot open shared object file: No such file or directory Unless someone knows how to fix it without to recompile everything, I will recompile everything next night haha ! Jeremy On 25/03/2018 01:23, dsmich@roadrunner.com wrote: > ---- Jeremy Korwin-Zmijowski wrote: >> Dears, >> >> I am trying to build Guile from git sources (master branch) but when I >> issue make command, the process is stuck here : >> >> GEN guile-procedures.texi >> make[3]: Leaving directory `/home/jeko/Builds/guile/libguile' >> make[2]: Leaving directory `/home/jeko/Builds/guile/libguile' >> Making all in bootstrap >> make[2]: Entering directory `/home/jeko/Builds/guile/bootstrap' >> BOOTSTRAP GUILEC ice-9/eval.go >> wrote `ice-9/eval.go' >> BOOTSTRAP GUILEC ice-9/psyntax-pp.go > How many days did you wait? (jk) No, it doesn't take days, it just feels like it. > > Depending on the machine, it could take hours.. > > -Dale > >