guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Guile 2.9.7 Released [beta]


From: Matt Wette
Subject: Re: GNU Guile 2.9.7 Released [beta]
Date: Fri, 13 Dec 2019 05:50:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2


On 12/13/19 5:30 AM, Andy Wingo wrote:
We are pleased to announce GNU Guile release 2.9.7.  This is the seventh
and hopefully next-to-last pre-release of what will eventually become
the 3.0 release series.


mwette$ uname -a
Linux halibut 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

mwette$ ./configure --prefix=/opt/local
...

mwette$ make
...
wrote `system/vm/frame.go'
  BOOTSTRAP GUILEC system/vm/linker.go
/bin/bash: line 6:  7565 Segmentation fault      (core dumped) GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -Oresolve-primitives -L "/home/mwette/proj/guile/guile-2.9.7/module" -L "/home/mwette/proj/guile/guile-2.9.7/guile-readline" -o "system/vm/linker.go" "../module/system/vm/linker.scm"
Makefile:1930: recipe for target 'system/vm/linker.go' failed

Same happened on 2.9.5.  Also, check this:

mwette$ cd bootstrap

mwette$ GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -Oresolve-primitives -L "/home/mwette/proj/guile/guile-2.9.7/module" -L "/home/mwette/proj/guile/guile-2.9.7/guile-readline" -o "system/vm/linker.go" "../module/system/vm/linker.scm"
Segmentation fault (core dumped)

mwette$ GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -L "/home/mwette/proj/guile/guile-2.9.7/module" -L "/home/mwette/proj/guile/guile-2.9.7/guile-readline" -o "system/vm/linker.go" "../module/system/vm/linker.scm"
wrote `system/vm/linker.go'

In the second case I removed "-Oresolve-primitives".  I could not trace down further.

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]