samth
2018-9-13 14:55:28

@mflatt I get this error with make cs: /home/samth/sw/plt/racket/src/build/ChezScheme/ta6le/bin/ta6le/scheme -b /home/samth/sw/plt/racket/src/build/ChezScheme/ta6le/boot/ta6le/petite.boot -b /home/samth/sw/plt/racket/src/build/ChezScheme/ta6le/boot/ta6le/scheme.boot --script <http://compile-file.ss\|compile-file.ss> --unsafe --dest "/home/samth/sw/plt/racket/src/build/cs//" chezpart.sls Exception in compile-file: failed trying `(define-ftype T (function __collect_safe () void))`; probably you need a newer Chez Scheme but that Chez Scheme is the one that just got checked out by the build process


samth
2018-9-13 14:59:49

seems like I needed to re-run make in the chez dir


mflatt
2018-9-13 15:02:30

Is this a checkout where you had run make cs before? It looks like the makefile may not rebuild Chez Scheme if the executable already exists.


mflatt
2018-9-13 15:05:19

And in that case, running make in “/home/samth/sw/plt/racket/src/build/ChezScheme” would let you make progress for now


samth
2018-9-13 15:10:24

yes, that’s the case, and running make did fix things