unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Building Guile from git sources stuck during make
@ 2018-03-24 11:21 Jeremy Korwin-Zmijowski
  2018-03-24 19:01 ` Eli Zaretskii
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeremy Korwin-Zmijowski @ 2018-03-24 11:21 UTC (permalink / raw)
  To: guile-user

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

For information :

    $ uname -a
    Linux patch 3.13.0-141-lowlatency #190+7.0trisquel2 SMP PREEMPT Tue
    Jan 23 23:59:12 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


I don't have specific needs, just looking for fun hacking with Guile,
Spacemacs and GNU.

Cheers,
Jeremy


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-24 11:21 Building Guile from git sources stuck during make Jeremy Korwin-Zmijowski
@ 2018-03-24 19:01 ` Eli Zaretskii
  2018-03-24 22:21 ` Matt Wette
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2018-03-24 19:01 UTC (permalink / raw)
  To: Jeremy Korwin-Zmijowski; +Cc: guile-user

> From: Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
> Date: Sat, 24 Mar 2018 12:21:11 +0100
> 
> 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

Are you sure it's stuck?  How long did you wait?  The initial
compilation of Guile files takes a long time, so you should be
patient.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-24 11:21 Building Guile from git sources stuck during make Jeremy Korwin-Zmijowski
  2018-03-24 19:01 ` Eli Zaretskii
@ 2018-03-24 22:21 ` Matt Wette
  2018-03-24 22:38 ` David Pirotte
  2018-03-25  0:23 ` dsmich
  3 siblings, 0 replies; 7+ messages in thread
From: Matt Wette @ 2018-03-24 22:21 UTC (permalink / raw)
  To: guile-user

On 03/24/2018 04:21 AM, Jeremy Korwin-Zmijowski wrote:
> I am trying to build Guile from git sources (master branch) but when I
> issue make command, the process is stuck here :
>        BOOTSTRAP GUILEC ice-9/eval.go
>      wrote `ice-9/eval.go'
>        BOOTSTRAP GUILEC ice-9/psyntax-pp.go
>
Try letting it go a while.  That step can take a long time.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-24 11:21 Building Guile from git sources stuck during make Jeremy Korwin-Zmijowski
  2018-03-24 19:01 ` Eli Zaretskii
  2018-03-24 22:21 ` Matt Wette
@ 2018-03-24 22:38 ` David Pirotte
  2018-03-25  0:23 ` dsmich
  3 siblings, 0 replies; 7+ messages in thread
From: David Pirotte @ 2018-03-24 22:38 UTC (permalink / raw)
  To: Jeremy Korwin-Zmijowski; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

Hi Jeremy,

> I am trying to build Guile from git sources (master branch)

You should consider to checkout and build the stable-2.2 branch instead - unless you
want to help and work on the next (Guile-3.0) release, but did not sound like your
objective, reading your last sentence.

Then as Eli mentioned in his answer, be patient, building from the source can take a
few hours, even more on slow computers ... If you don't want to wait that long, then
grab the latest tarball, it will compile a lot faster (it has some pre-build
'stuff' ...)

David

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-24 11:21 Building Guile from git sources stuck during make Jeremy Korwin-Zmijowski
                   ` (2 preceding siblings ...)
  2018-03-24 22:38 ` David Pirotte
@ 2018-03-25  0:23 ` dsmich
  2018-03-25  8:04   ` Jeremy Korwin-Zmijowski
  3 siblings, 1 reply; 7+ messages in thread
From: dsmich @ 2018-03-25  0:23 UTC (permalink / raw)
  To: guile-user, Jeremy Korwin-Zmijowski

---- Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr> 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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-25  0:23 ` dsmich
@ 2018-03-25  8:04   ` Jeremy Korwin-Zmijowski
  2018-03-25 19:01     ` Mark H Weaver
  0 siblings, 1 reply; 7+ messages in thread
From: Jeremy Korwin-Zmijowski @ 2018-03-25  8:04 UTC (permalink / raw)
  To: guile-user

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 <jeremy@korwin-zmijowski.fr> 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
>
>




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Building Guile from git sources stuck during make
  2018-03-25  8:04   ` Jeremy Korwin-Zmijowski
@ 2018-03-25 19:01     ` Mark H Weaver
  0 siblings, 0 replies; 7+ messages in thread
From: Mark H Weaver @ 2018-03-25 19:01 UTC (permalink / raw)
  To: Jeremy Korwin-Zmijowski; +Cc: guile-user

Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr> writes:

> 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

You probably need to run "ldconfig" now as root, to rebuild your
/etc/ld.so.cache.

       Mark



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-25 19:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-24 11:21 Building Guile from git sources stuck during make Jeremy Korwin-Zmijowski
2018-03-24 19:01 ` Eli Zaretskii
2018-03-24 22:21 ` Matt Wette
2018-03-24 22:38 ` David Pirotte
2018-03-25  0:23 ` dsmich
2018-03-25  8:04   ` Jeremy Korwin-Zmijowski
2018-03-25 19:01     ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).