bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2017-03-19 Thread Matt Wette
This should be closed. — Matt

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2017-03-01 Thread Andy Wingo
Hi Matt :) On Fri 11 Nov 2016 02:51, Matt Wette writes: > Here is a patch that gets mine working. Not sure it solves all the Sierra > issues. > > *** libguile/filesys.c-orig 2016-11-05 07:49:09.0 -0700 > --- libguile/filesys.c 2016-11-10 05:38:53.0 -0800 > ***

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-10 Thread Matt Wette
Here is a patch that gets mine working. Not sure it solves all the Sierra issues. *** libguile/filesys.c-orig 2016-11-05 07:49:09.0 -0700 --- libguile/filesys.c 2016-11-10 05:38:53.0 -0800 *** *** 1486,1491 --- 1486,1494 mode_bits = scm_i_mode_b

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-09 Thread Matt Wette
(lldb) n Process 85754 stopped * thread #1: tid = 0xe66f2, 0x00010002c03f guile`scm_i_mkstemp(tmpl=0x000104cd09a0, mode=0x000100ea34c0) + 238 at filesys.c:1490, queue = 'com.apple.main-thread', stop reason = step over frame #0: 0x00010002c03f guile`scm_i_mkstemp(tmpl=0x000

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-07 Thread Matt Wette
Fixed: mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0" -Wunbound-variable -Warity-mismatch -Wformat -L "$DIR/module" -L "$DIR/guile-readline" -o "ice-9/eval.go" "ice-9/eval.scm" wrote `ice-9/eval.go' real0m0.484s user0m0.358s sys 0m0.049s mwette$ echo $

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-07 Thread Matt Wette
Now I see this is broken. I don’ t know why 2.0.13 is showing up :( UGH. > On Nov 7, 2016, at 6:21 PM, Matt Wette wrote: > > Using the same process as above I get the following on guile-2.0.12: > > mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0" > -Wunbound-variable

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-07 Thread Matt Wette
Using the same process as above I get the following on guile-2.0.12: mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0" -Wunbound-variable -Warity-mismatch -Wformat -L "/Users/mwette/proj/scheme/guile/guile-2.0.13/module" -L /Users/mwette/proj/scheme/guile/guile-2.0.13/m

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-07 Thread Matt Wette
I am trying to work this.   I have a MacBook Pro running Sierra (Mac OS 10.12.1).  I have macports installed, and was able to get guile 2.0.12 installed in the macports tree (/opt/local) using a custom macports file.Note: Sierra seems to have issues running gdb.  Apparently the SIP needs to be turn

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2016-11-02 Thread Marius Schamschula
Hi all, While building guile under macOS 10.12 I get a build error. This error has previously been reported by other MacPorts users: https://trac.macports.org/ticket/52613 I’m attaching the entire build log guile-main.log.gz Description: GNU Zip compressed data Marius