guile-devel
[Top][All Lists]
Advanced

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

Re: bug#38607: unable to build guile 2.9.7 on OS X 10.14.6


From: John Cowan
Subject: Re: bug#38607: unable to build guile 2.9.7 on OS X 10.14.6
Date: Sat, 14 Dec 2019 01:39:04 -0500

That makes three different operating environments exposing this exact build failure:  MacOS, Cygwin, Ubuntu Xenial.

On Sat, Dec 14, 2019 at 1:17 AM Aleix Conchillo Flaqué <address@hidden> wrote:
Hi there!

Trying to build 2.9.7 on OS X and getting the error below.

I'd be happy to try more things if you want.

Aleix

-----
wrote `system/vm/elf.go'
  BOOTSTRAP GUILEC system/vm/frame.go
wrote `system/vm/dwarf.go'
  BOOTSTRAP GUILEC system/vm/linker.go
/bin/sh: line 1: 69110 Abort trap: 6           GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-apple-darwin18.7.0" -O1 -Oresolve-primitives -L "/Users/aleix/guile-2.9.7/module" -L "/Users/aleix/guile-2.9.7/guile-readline" -o "system/vm/linker.go" "../module/system/vm/linker.scm"
make[2]: *** [system/vm/linker.go] Error 134
make[2]: *** Waiting for unfinished jobs....
wrote `system/vm/frame.go'
wrote `system/vm/assembler.go'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


with V=1

GUILE_AUTO_COMPILE=0                    \
        ../meta/build-env                               \
        guild compile --target="x86_64-apple-darwin18.7.0"                \
           -O1 -Oresolve-primitives              \
          -L "/Users/aleix/guile-2.9.7/module"                         \
          -L "/Users/aleix/guile-2.9.7/guile-readline"                  \
          -o "system/vm/linker.go" "../module/system/vm/linker.scm"



reply via email to

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