
Fresh checkout of 0.3-test-6 terminates with the following error: Linking epilogue-form Linking app-resources:lib;release;intrinsics_bitcode_boehm.o warning: Linking two modules of different target triples: /Applications/Clasp/clasp/build/clasp/Contents/Resources/lib/release/intrinsics_bitcode_boehm.o' is 'x86_64-apple-macosx10.7.0' whereas 'image' is 'x86_64-apple-macosx10.9.4' Running link time optimization module pass manager Generating object file /Applications/Clasp/clasp/build/clasp/Contents/Resources/lisp/build/system/cleavir-boehm/image.lbc --> /Applications/Clasp/clasp/build/clasp/Contents/Resources/lisp/build/system/cleavir-boehm/image.o reloc-model: RELOC-MODEL-DEFAULT make cclasp-boehm-asdf make[2]: *** No rule to make target `cclasp-boehm-asdf'. Stop. make[1]: *** [clasp-boehm] Error 2 make: *** [all] Error 2 I don't know if the target tripple difference between x86_64-apple-macosx10.7.0 and x86_64-apple-macosx10.9.4 is meaningful. I rather suspect no. Issue seems to be with ASDF. Predictably, we get an error trying to run the stock boehm target. ╭─chris@fergus /Applications/Clasp/clasp/build/clasp/MacOS ‹317b2e9*› ╰─➤ ./clasp_boehm_o Starting Boehm cclasp 0.3 ... loading image... it takes a few seconds Loading ASDF... Condition of type: SIMPLE-ERROR Module error: Don't know how to REQUIRE asdf. No restarts available. Top level. > (quit) My .clasprc contains a require asdf, by the way.