Skip to content

Instantly share code, notes, and snippets.

@bheesham
Created May 27, 2020 05:56
Show Gist options
  • Save bheesham/655c824894a71c11131a57122c1c2bb8 to your computer and use it in GitHub Desktop.
Save bheesham/655c824894a71c11131a57122c1c2bb8 to your computer and use it in GitHub Desktop.
>>>> building module gambit/prim/bytevector for C
>>>> building module _test/verbose for C
>>>> building module gambit/prim/char for C
/bin/sh: line 1: 64598 Segmentation fault: 11 ../../gsc/gsc -:~~bin=../../bin,~~lib=../../lib,~~include=../../include -f -e "(let ((x (##build-module \"$main_mod\" (quote $target) (quote ((module-ref $modref)))))) (if (not x) (begin (println \"*** module failed to build\") (exit
1))))"
make[2]: *** [modules-pre] Error 139
make[1]: *** [_test] Error 1
make[1]: *** Waiting for unfinished jobs....
>>>> building module gambit/prim/exception for C
>>>> building module gambit/prim/f32vector for C
>>>> building module gambit/prim/f64vector for C
# And on another run:
>>>> building module scheme/char for C
>>>> building module gambit/prim/exception for C
>>>> building module scheme/complex for C
/bin/sh: line 1: 71174 Segmentation fault: 11 ../../../gsc/gsc -:~~bin=../../../bin,~~lib=../../../lib,~~include=../../../include -f -e "(let ((x (##build-module \"$main_mod\" (quote $target) (quote ((module-ref $modref)))))) (if (not x) (begin (println \"*** module failed to bui
ld\") (exit 1))))"
>>>> building module gambit/prim/f32vector for C
>>>> building module scheme/cxr for C
>>>> building module gambit/prim/f64vector for C
>>>> building module scheme/eval for C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment