===> Building for racket-8.15nb6 mkdir -p bin clang -O2 -DZUO_LIB_PATH='"'".././zuo/lib"'"' -o bin/zuo ./zuo/zuo.c bin/zuo . all MAKE="/opt/pkg/bin/gmake" cd cs/c/rktio/ && ../../../rktio/configure --sysconfdir=/opt/pkg/etc --with-libiconv-prefix=/opt/pkg --prefix=/opt/pkg --build=aarch64-apple-darwin23 --host=aarch64-apple-darwin23 --mandir=/opt/pkg/share/man build_alias=aarch64-apple-darwin23 host_alias=aarch64-apple-darwin23 CC=clang CFLAGS=-pipe" "-Os" "-I/opt/pkg/include" "-I/opt/pkg/include/freetype2" "-I/opt/pkg/include/glib-2.0" "-I/opt/pkg/include/gio-unix-2.0" "-I/opt/pkg/lib/glib-2.0/include" "-D_REENTRANT" "-I/opt/pkg/include/harfbuzz" "-I/opt/pkg/include/ncurses LDFLAGS=-L/opt/pkg/lib LIBS=-lpthread CPPFLAGS=-DPNG_NO_ASSEMBLER_CODE" "-I/opt/pkg/include" "-I/opt/pkg/include/freetype2" "-I/opt/pkg/include/glib-2.0" "-I/opt/pkg/include/gio-unix-2.0" "-I/opt/pkg/lib/glib-2.0/include" "-D_REENTRANT" "-I/opt/pkg/include/harfbuzz" "-I/opt/pkg/include/ncurses CC=clang CFLAGS=-pipe" "-Os" "-I/opt/pkg/include" "-I/opt/pkg/include/freetype2" "-I/opt/pkg/include/glib-2.0" "-I/opt/pkg/include/gio-unix-2.0" "-I/opt/pkg/lib/glib-2.0/include" "-D_REENTRANT" "-I/opt/pkg/include/harfbuzz" "-I/opt/pkg/include/ncurses LDFLAGS=-L/opt/pkg/lib" "-Wl,-headerpad_max_install_names LIBS=-ldl" "-lm" "-lpthread" "-framework" "CoreFoundation" "-liconv" "-lncurses AR=ar ARFLAGS=rc RANLIB=ranlib WINDRES=windres CPPFLAGS=-DPNG_NO_ASSEMBLER_CODE" "-I/opt/pkg/include" "-I/opt/pkg/include/freetype2" "-I/opt/pkg/include/glib-2.0" "-I/opt/pkg/include/gio-unix-2.0" "-I/opt/pkg/lib/glib-2.0/include" "-D_REENTRANT" "-I/opt/pkg/include/harfbuzz" "-I/opt/pkg/include/ncurses" "-DRACKET_XONX" "-DOS_X --enable-pthread --enable-iconv configure: WARNING: unrecognized options: --with-libiconv-prefix checking build system type... aarch64-apple-darwin23 checking host system type... aarch64-apple-darwin23 checking target system type... aarch64-apple-darwin23 checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for aarch64-apple-darwin23-ranlib... ranlib checking for fmod in -lm... yes checking for dlopen in -ldl... yes checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /Users/pbulk/build/lang/racket/work/.tools/bin/grep checking for egrep... /Users/pbulk/build/lang/racket/work/.tools/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for struct dirent.d_namelen... no checking for struct dirent.d_namlen... yes checking for xlocale.h... yes checking for xlocale functions... yes checking for getaddrinfo... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking iconv is usable... yes checking for nl_langinfo (CODESET)... yes checking for mbsrtowcs... yes checking for kqueue... yes checking whether O_CLOEXEC is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating rktio_config.h configure: WARNING: unrecognized options: --with-libiconv-prefix cd cs/c/ChezScheme/pb/zlib && ./configure Checking for shared library support... Building shared library libz.1.2.13.dylib with clang. Checking for size_t... Yes. Checking for off64_t... No. Checking for fseeko... Yes. Checking for strerror... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. cd cs/c/ChezScheme/pb/zlib && /opt/pkg/bin/gmake static gmake[1]: Entering directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/pb/zlib' clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -I. -c -o example.o test/example.c test/example.c:88:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_compress(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:114:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_gzio(fname, uncompr, uncomprLen) ^ test/example.c:200:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_deflate(compr, comprLen) ^ test/example.c:238:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:279:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_large_deflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:334:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_large_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:375:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_flush(compr, comprLen) ^ test/example.c:413:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_sync(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:456:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_dict_deflate(compr, comprLen) ^ test/example.c:493:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:544:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 11 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o adler32.o adler32.c adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o crc32.o crc32.c crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ crc32.c:622:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 9 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o deflate.o deflate.c deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o infback.o infback.c infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inffast.o inffast.c inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inflate.o inflate.c inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inftrees.o inftrees.c inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o trees.o trees.c trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o zutil.o zutil.c zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o compress.o compress.c compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o uncompr.o uncompr.c uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzclose.o gzclose.c gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzlib.o gzlib.c gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzread.o gzread.c gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. /usr/bin/libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -o example example.o -L/opt/pkg/lib -Wl,-headerpad_max_install_names -L. libz.a clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c test/minigzip.c:351:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void error(msg) ^ test/minigzip.c:362:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gz_compress(in, out) ^ test/minigzip.c:430:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gz_uncompress(in, out) ^ test/minigzip.c:457:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void file_compress(file, mode) ^ test/minigzip.c:496:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void file_uncompress(file) ^ test/minigzip.c:556:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 6 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -o minigzip minigzip.o -L/opt/pkg/lib -Wl,-headerpad_max_install_names -L. libz.a gmake[1]: Leaving directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/pb/zlib' cd cs/c/ChezScheme/pb/lz4/lib && /opt/pkg/bin/gmake liblz4.a gmake[1]: Entering directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/pb/lz4/lib' compiling static library gmake[1]: Leaving directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/pb/lz4/lib' clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/statics.o -c ChezScheme/c/statics.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/segment.o -c ChezScheme/c/segment.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/alloc.o -c ChezScheme/c/alloc.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/symbol.o -c ChezScheme/c/symbol.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/intern.o -c ChezScheme/c/intern.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/gcwrapper.o -c ChezScheme/c/gcwrapper.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/gc-011.o -c ChezScheme/c/gc-011.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/gc-par.o -c ChezScheme/c/gc-par.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/gc-ocd.o -c ChezScheme/c/gc-ocd.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/gc-oce.o -c ChezScheme/c/gc-oce.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/number.o -c ChezScheme/c/number.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/schsig.o -c ChezScheme/c/schsig.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/io.o -c ChezScheme/c/io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/new-io.o -c ChezScheme/c/new-io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/print.o -c ChezScheme/c/print.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/fasl.o -c ChezScheme/c/fasl.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/vfasl.o -c ChezScheme/c/vfasl.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/stats.o -c ChezScheme/c/stats.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/foreign.o -c ChezScheme/c/foreign.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/prim.o -c ChezScheme/c/prim.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/prim5.o -c ChezScheme/c/prim5.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/flushcache.o -c ChezScheme/c/flushcache.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/schlib.o -c ChezScheme/c/schlib.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/thread.o -c ChezScheme/c/thread.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/expeditor.o -c ChezScheme/c/expeditor.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/scheme.o -c ChezScheme/c/scheme.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/compress-io.o -c ChezScheme/c/compress-io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/random.o -c ChezScheme/c/random.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/ffi.o -c ChezScheme/c/ffi.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/self-exe.o -c ChezScheme/c/self-exe.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/c/pb.o -c ChezScheme/c/pb.c ar rc cs/c/ChezScheme/pb/boot/pb/libkernel.a cs/c/ChezScheme/pb/c/statics.o cs/c/ChezScheme/pb/c/segment.o cs/c/ChezScheme/pb/c/alloc.o cs/c/ChezScheme/pb/c/symbol.o cs/c/ChezScheme/pb/c/intern.o cs/c/ChezScheme/pb/c/gcwrapper.o cs/c/ChezScheme/pb/c/gc-011.o cs/c/ChezScheme/pb/c/gc-par.o cs/c/ChezScheme/pb/c/gc-ocd.o cs/c/ChezScheme/pb/c/gc-oce.o cs/c/ChezScheme/pb/c/number.o cs/c/ChezScheme/pb/c/schsig.o cs/c/ChezScheme/pb/c/io.o cs/c/ChezScheme/pb/c/new-io.o cs/c/ChezScheme/pb/c/print.o cs/c/ChezScheme/pb/c/fasl.o cs/c/ChezScheme/pb/c/vfasl.o cs/c/ChezScheme/pb/c/stats.o cs/c/ChezScheme/pb/c/foreign.o cs/c/ChezScheme/pb/c/prim.o cs/c/ChezScheme/pb/c/prim5.o cs/c/ChezScheme/pb/c/flushcache.o cs/c/ChezScheme/pb/c/schlib.o cs/c/ChezScheme/pb/c/thread.o cs/c/ChezScheme/pb/c/expeditor.o cs/c/ChezScheme/pb/c/scheme.o cs/c/ChezScheme/pb/c/compress-io.o cs/c/ChezScheme/pb/c/random.o cs/c/ChezScheme/pb/c/ffi.o cs/c/ChezScheme/pb/c/self-exe.o cs/c/ChezScheme/pb/c/pb.o clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPORTABLE_BYTECODE -Ics/c/ChezScheme/pb/boot/pb -Ics/c/ChezScheme/pb/c -IChezScheme/c/ -Ics/c/ChezScheme/pb/zlib -Ics/c/ChezScheme/pb/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/boot/pb/main.o -c ChezScheme/c/main.c clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/pb/bin/pb/scheme cs/c/ChezScheme/pb/boot/pb/main.o cs/c/ChezScheme/pb/boot/pb/libkernel.a cs/c/ChezScheme/pb/zlib/libz.a cs/c/ChezScheme/pb/lz4/lib/liblz4.a -L/opt/pkg/lib -Wl,-headerpad_max_install_names -ldl -lm -lpthread -framework CoreFoundation -liconv -lncurses building boot files for tarm64osx using pb running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cmacros.so compiling ChezScheme/s/cmacros.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cmacros.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/priminfo.so compiling ChezScheme/s/priminfo.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/priminfo.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/primvars.so compiling ChezScheme/s/primvars.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/primvars.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/env.so compiling ChezScheme/s/env.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/env.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/setup.so compiling ChezScheme/s/setup.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/setup.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/nanopass.so compiling ChezScheme/nanopass/nanopass.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass.so compiling ChezScheme/nanopass/nanopass/language.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/language.so compiling ChezScheme/nanopass/nanopass/helpers.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/helpers.so compiling ChezScheme/nanopass/nanopass/implementation-helpers.chezscheme.sls with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/implementation-helpers.chezscheme.so compiling ChezScheme/nanopass/nanopass/language-helpers.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/language-helpers.so compiling ChezScheme/nanopass/nanopass/records.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/records.so compiling ChezScheme/nanopass/nanopass/syntaxconvert.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/syntaxconvert.so compiling ChezScheme/nanopass/nanopass/unparser.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/unparser.so compiling ChezScheme/nanopass/nanopass/meta-parser.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/meta-parser.so compiling ChezScheme/nanopass/nanopass/meta-syntax-dispatch.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/meta-syntax-dispatch.so compiling ChezScheme/nanopass/nanopass/parser.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/parser.so compiling ChezScheme/nanopass/nanopass/nano-syntax-dispatch.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/nano-syntax-dispatch.so compiling ChezScheme/nanopass/nanopass/language-node-counter.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/language-node-counter.so compiling ChezScheme/nanopass/nanopass/pass.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/nanopass/pass.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/patch.patch compiling ChezScheme/s/patch.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/patch.patch (time (compile-file "ChezScheme/s/patch.ss" ...)) no collections 0.007136666s elapsed cpu time 0.007139000s elapsed real time 773184 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpnanopass.patch compiling ChezScheme/s/cpnanopass.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpnanopass.patch (time (compile-file "ChezScheme/s/cpnanopass.ss" ...)) 135 collections 23.838755417s elapsed cpu time, including 1.008026000s collecting 24.028172000s elapsed real time, including 1.012101000s collecting 2268858352 bytes allocated, including 2110343712 bytes reclaimed 334036992 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpprim.patch compiling ChezScheme/s/cpprim.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpprim.patch (time (compile-file "ChezScheme/s/cpprim.ss" ...)) 107 collections 18.844649082s elapsed cpu time, including 0.672905000s collecting 18.934983000s elapsed real time, including 0.677859000s collecting 1806473232 bytes allocated, including 1667866032 bytes reclaimed 268304384 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cprep.patch compiling ChezScheme/s/cprep.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cprep.patch (time (compile-file "ChezScheme/s/cprep.ss" ...)) 5 collections 0.785337749s elapsed cpu time, including 0.012759000s collecting 0.787897000s elapsed real time, including 0.012799000s collecting 81126528 bytes allocated, including 74483920 bytes reclaimed 55525376 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpcheck.patch compiling ChezScheme/s/cpcheck.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpcheck.patch (time (compile-file "ChezScheme/s/cpcheck.ss" ...)) 2 collections 0.388084501s elapsed cpu time, including 0.005059000s collecting 0.389682000s elapsed real time, including 0.005067000s collecting 42354672 bytes allocated, including 26991776 bytes reclaimed 49086464 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cp0.patch compiling ChezScheme/s/cp0.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cp0.patch (time (compile-file "ChezScheme/s/cp0.ss" ...)) 33 collections 4.900775668s elapsed cpu time, including 0.180253000s collecting 4.916854000s elapsed real time, including 0.180609000s collecting 552775168 bytes allocated, including 510896064 bytes reclaimed 130646016 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpvalid.patch compiling ChezScheme/s/cpvalid.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpvalid.patch (time (compile-file "ChezScheme/s/cpvalid.ss" ...)) 3 collections 0.527823250s elapsed cpu time, including 0.011002000s collecting 0.528971000s elapsed real time, including 0.011053000s collecting 58052960 bytes allocated, including 43739280 bytes reclaimed 55525376 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cptypes.patch compiling ChezScheme/s/cptypes.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cptypes.patch (time (compile-file "ChezScheme/s/cptypes.ss" ...)) 16 collections 2.425364833s elapsed cpu time, including 0.062704000s collecting 2.439295000s elapsed real time, including 0.063415000s collecting 269780736 bytes allocated, including 248487888 bytes reclaimed 89866240 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpcommonize.patch compiling ChezScheme/s/cpcommonize.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpcommonize.patch (time (compile-file "ChezScheme/s/cpcommonize.ss" ...)) 6 collections 0.940776791s elapsed cpu time, including 0.015189000s collecting 0.943356000s elapsed real time, including 0.015238000s collecting 98436352 bytes allocated, including 88781200 bytes reclaimed 55525376 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/cpletrec.patch compiling ChezScheme/s/cpletrec.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpletrec.patch (time (compile-file "ChezScheme/s/cpletrec.ss" ...)) 3 collections 0.474288458s elapsed cpu time, including 0.010743000s collecting 0.478252000s elapsed real time, including 0.010855000s collecting 51715824 bytes allocated, including 43489408 bytes reclaimed 55525376 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/reloc.patch compiling ChezScheme/s/reloc.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/reloc.patch (time (compile-file "ChezScheme/s/reloc.ss" ...)) no collections 0.022610083s elapsed cpu time 0.022770000s elapsed real time 2799984 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/compile.patch compiling ChezScheme/s/compile.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/compile.patch (time (compile-file "ChezScheme/s/compile.ss" ...)) 10 collections 1.409839791s elapsed cpu time, including 0.032368000s collecting 1.421232000s elapsed real time, including 0.033474000s collecting 165591968 bytes allocated, including 146995040 bytes reclaimed 61964288 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/fasl.patch compiling ChezScheme/s/fasl.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/fasl.patch (time (compile-file "ChezScheme/s/fasl.ss" ...)) 3 collections 0.403570709s elapsed cpu time, including 0.008109000s collecting 0.404311000s elapsed real time, including 0.008141000s collecting 46835328 bytes allocated, including 44627504 bytes reclaimed 51232768 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/vfasl.patch compiling ChezScheme/s/vfasl.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/vfasl.patch (time (compile-file "ChezScheme/s/vfasl.ss" ...)) 3 collections 0.428966250s elapsed cpu time, including 0.008917000s collecting 0.431073000s elapsed real time, including 0.009043000s collecting 49445600 bytes allocated, including 44430352 bytes reclaimed 51232768 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/pbchunk.patch compiling ChezScheme/s/pbchunk.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/pbchunk.patch (time (compile-file "ChezScheme/s/pbchunk.ss" ...)) no collections 0.013538084s elapsed cpu time 0.013826000s elapsed real time 803216 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/syntax.patch compiling ChezScheme/s/syntax.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/syntax.patch (time (compile-file "ChezScheme/s/syntax.ss" ...)) 39 collections 5.685629501s elapsed cpu time, including 0.178241000s collecting 5.729681000s elapsed real time, including 0.178998000s collecting 660623616 bytes allocated, including 633528240 bytes reclaimed 117768192 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/env.patch compiling ChezScheme/s/env.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/env.patch (time (compile-file "ChezScheme/s/env.ss" ...)) no collections 0.001369375s elapsed cpu time 0.001554000s elapsed real time 131760 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/read.patch compiling ChezScheme/s/read.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/read.patch (time (compile-file "ChezScheme/s/read.ss" ...)) 8 collections 1.257735000s elapsed cpu time, including 0.028537000s collecting 1.269720000s elapsed real time, including 0.028865000s collecting 141891712 bytes allocated, including 121301360 bytes reclaimed 64110592 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/interpret.patch compiling ChezScheme/s/interpret.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/interpret.patch (time (compile-file "ChezScheme/s/interpret.ss" ...)) 5 collections 0.741074084s elapsed cpu time, including 0.012839000s collecting 0.746982000s elapsed real time, including 0.013274000s collecting 78484416 bytes allocated, including 74413248 bytes reclaimed 55525376 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/ftype.patch compiling ChezScheme/s/ftype.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/ftype.patch (time (compile-file "ChezScheme/s/ftype.ss" ...)) 8 collections 1.177716751s elapsed cpu time, including 0.030391000s collecting 1.218558000s elapsed real time, including 0.031429000s collecting 132403392 bytes allocated, including 118949248 bytes reclaimed 68403200 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/strip.patch compiling ChezScheme/s/strip.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/strip.patch (time (compile-file "ChezScheme/s/strip.ss" ...)) 7 collections 1.136183041s elapsed cpu time, including 0.021809000s collecting 1.164283000s elapsed real time, including 0.022230000s collecting 124853232 bytes allocated, including 106479184 bytes reclaimed 59817984 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/ubify.patch compiling ChezScheme/s/ubify.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/ubify.patch (time (compile-file "ChezScheme/s/ubify.ss" ...)) no collections 0.009554667s elapsed cpu time 0.009669000s elapsed real time 1059872 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/back.patch compiling ChezScheme/s/back.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/back.patch (time (compile-file "ChezScheme/s/back.ss" ...)) no collections 0.055221917s elapsed cpu time 0.055371000s elapsed real time 7170144 bytes allocated 44564480 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build all at once loading tarm64osx cross compiler compiling ChezScheme/s/library.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/library.tarm64osx compiling ChezScheme/s/prims.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/prims.tarm64osx compiling ChezScheme/s/mathprims.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/mathprims.tarm64osx compiling ChezScheme/s/record.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/record.tarm64osx compiling ChezScheme/s/5_1.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_1.tarm64osx compiling ChezScheme/s/5_2.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_2.tarm64osx compiling ChezScheme/s/5_3.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_3.tarm64osx compiling ChezScheme/s/strnum.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/strnum.tarm64osx compiling ChezScheme/s/bytevector.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/bytevector.tarm64osx compiling ChezScheme/s/5_4.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_4.tarm64osx compiling ChezScheme/s/5_6.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_6.tarm64osx compiling ChezScheme/s/5_7.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/5_7.tarm64osx compiling ChezScheme/s/event.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/event.tarm64osx compiling ChezScheme/s/4.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/4.tarm64osx compiling ChezScheme/s/front.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/front.tarm64osx compiling ChezScheme/s/foreign.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/foreign.tarm64osx compiling ChezScheme/s/6.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/6.tarm64osx compiling ChezScheme/s/print.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/print.tarm64osx compiling ChezScheme/s/newhash.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/newhash.tarm64osx compiling ChezScheme/s/format.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/format.tarm64osx compiling ChezScheme/s/date.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/date.tarm64osx compiling ChezScheme/s/7.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/7.tarm64osx compiling ChezScheme/s/cafe.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cafe.tarm64osx compiling ChezScheme/s/trace.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/trace.tarm64osx compiling ChezScheme/s/engine.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/engine.tarm64osx compiling ChezScheme/s/interpret.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/interpret.tarm64osx compiling ChezScheme/s/cprep.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cprep.tarm64osx compiling ChezScheme/s/cpcheck.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpcheck.tarm64osx compiling ChezScheme/s/cp0.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cp0.tarm64osx compiling ChezScheme/s/cpvalid.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpvalid.tarm64osx compiling ChezScheme/s/cptypes.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cptypes.tarm64osx compiling ChezScheme/s/cpcommonize.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpcommonize.tarm64osx compiling ChezScheme/s/cpletrec.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpletrec.tarm64osx compiling ChezScheme/s/inspect.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/inspect.tarm64osx compiling ChezScheme/s/enum.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/enum.tarm64osx compiling ChezScheme/s/io.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/io.tarm64osx compiling ChezScheme/s/read.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/read.tarm64osx compiling ChezScheme/s/primvars.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/primvars.tarm64osx compiling ChezScheme/s/syntax.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/syntax.tarm64osx compiling ChezScheme/s/costctr.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/costctr.tarm64osx compiling ChezScheme/s/expeditor.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/expeditor.tarm64osx compiling ChezScheme/s/exceptions.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/exceptions.tarm64osx compiling ChezScheme/s/pretty.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/pretty.tarm64osx compiling ChezScheme/s/env.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/env.tarm64osx compiling ChezScheme/s/fasl.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/fasl.tarm64osx compiling ChezScheme/s/vfasl.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/vfasl.tarm64osx compiling ChezScheme/s/pbchunk.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/pbchunk.tarm64osx compiling ChezScheme/s/reloc.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/reloc.tarm64osx compiling ChezScheme/s/pdhtml.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/pdhtml.tarm64osx compiling ChezScheme/s/strip.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/strip.tarm64osx compiling ChezScheme/s/ftype.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/ftype.tarm64osx compiling ChezScheme/s/back.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/back.tarm64osx compiling ChezScheme/s/cpnanopass.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpnanopass.tarm64osx compiling ChezScheme/s/cpprim.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cpprim.tarm64osx compiling ChezScheme/s/compile.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/compile.tarm64osx compiling ChezScheme/s/cback.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/cback.tarm64osx (time (let () ...)) 546 collections 84.315406917s elapsed cpu time, including 2.545137000s collecting 85.396934000s elapsed real time, including 2.577265000s collecting 8744749840 bytes allocated, including 8595079400 bytes reclaimed 384696320 bytes peak memory use running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/mkheader.so compiling ChezScheme/s/mkheader.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/mkheader.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/scheme.h running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/equates.h running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/s/mkgc.so compiling ChezScheme/s/mkgc.ss with output to cs/c/ChezScheme/xc-tarm64osx/s/mkgc.so running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/gc-ocd.inc running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/gc-oce.inc running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/gc-par.inc running cs/c/ChezScheme/pb/bin/pb/scheme to build cs/c/ChezScheme/xc-tarm64osx/boot/tarm64osx/heapcheck.inc cd cs/c/ChezScheme/tarm64osx/zlib && ./configure Checking for shared library support... Building shared library libz.1.2.13.dylib with clang. Checking for size_t... Yes. Checking for off64_t... No. Checking for fseeko... Yes. Checking for strerror... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. cd cs/c/ChezScheme/tarm64osx/zlib && /opt/pkg/bin/gmake static gmake[1]: Entering directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/tarm64osx/zlib' clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -I. -c -o example.o test/example.c test/example.c:88:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_compress(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:114:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_gzio(fname, uncompr, uncomprLen) ^ test/example.c:200:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_deflate(compr, comprLen) ^ test/example.c:238:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:279:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_large_deflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:334:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_large_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:375:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_flush(compr, comprLen) ^ test/example.c:413:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_sync(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:456:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_dict_deflate(compr, comprLen) ^ test/example.c:493:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) ^ test/example.c:544:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 11 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o adler32.o adler32.c adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o crc32.o crc32.c crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ crc32.c:622:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 9 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o deflate.o deflate.c deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o infback.o infback.c infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inffast.o inffast.c inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inflate.o inflate.c inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o inftrees.o inftrees.c inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o trees.o trees.c trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o zutil.o zutil.c zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o compress.o compress.c compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o uncompr.o uncompr.c uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzclose.o gzclose.c gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzlib.o gzlib.c gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzread.o gzread.c gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. /usr/bin/libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -o example example.o -L/opt/pkg/lib -Wl,-headerpad_max_install_names -L. libz.a clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c test/minigzip.c:351:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void error(msg) ^ test/minigzip.c:362:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gz_compress(in, out) ^ test/minigzip.c:430:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gz_uncompress(in, out) ^ test/minigzip.c:457:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void file_compress(file, mode) ^ test/minigzip.c:496:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void file_uncompress(file) ^ test/minigzip.c:556:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 6 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DHAVE_HIDDEN -o minigzip minigzip.o -L/opt/pkg/lib -Wl,-headerpad_max_install_names -L. libz.a gmake[1]: Leaving directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/tarm64osx/zlib' cd cs/c/ChezScheme/tarm64osx/lz4/lib && /opt/pkg/bin/gmake liblz4.a gmake[1]: Entering directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/tarm64osx/lz4/lib' compiling static library gmake[1]: Leaving directory '/Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/ChezScheme/tarm64osx/lz4/lib' clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/statics.o -c ChezScheme/c/statics.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/segment.o -c ChezScheme/c/segment.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/alloc.o -c ChezScheme/c/alloc.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/symbol.o -c ChezScheme/c/symbol.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/intern.o -c ChezScheme/c/intern.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/gcwrapper.o -c ChezScheme/c/gcwrapper.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/gc-011.o -c ChezScheme/c/gc-011.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/gc-par.o -c ChezScheme/c/gc-par.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/gc-ocd.o -c ChezScheme/c/gc-ocd.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/gc-oce.o -c ChezScheme/c/gc-oce.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/number.o -c ChezScheme/c/number.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/schsig.o -c ChezScheme/c/schsig.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/io.o -c ChezScheme/c/io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/new-io.o -c ChezScheme/c/new-io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/print.o -c ChezScheme/c/print.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/fasl.o -c ChezScheme/c/fasl.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/vfasl.o -c ChezScheme/c/vfasl.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/stats.o -c ChezScheme/c/stats.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/foreign.o -c ChezScheme/c/foreign.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/prim.o -c ChezScheme/c/prim.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/prim5.o -c ChezScheme/c/prim5.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/flushcache.o -c ChezScheme/c/flushcache.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/schlib.o -c ChezScheme/c/schlib.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/thread.o -c ChezScheme/c/thread.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/expeditor.o -c ChezScheme/c/expeditor.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/scheme.o -c ChezScheme/c/scheme.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/compress-io.o -c ChezScheme/c/compress-io.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/random.o -c ChezScheme/c/random.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/ffi.o -c ChezScheme/c/ffi.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/self-exe.o -c ChezScheme/c/self-exe.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/c/clearcache.o -c ChezScheme/c/clearcache.c ar rc cs/c/ChezScheme/tarm64osx/boot/tarm64osx/libkernel.a cs/c/ChezScheme/tarm64osx/c/statics.o cs/c/ChezScheme/tarm64osx/c/segment.o cs/c/ChezScheme/tarm64osx/c/alloc.o cs/c/ChezScheme/tarm64osx/c/symbol.o cs/c/ChezScheme/tarm64osx/c/intern.o cs/c/ChezScheme/tarm64osx/c/gcwrapper.o cs/c/ChezScheme/tarm64osx/c/gc-011.o cs/c/ChezScheme/tarm64osx/c/gc-par.o cs/c/ChezScheme/tarm64osx/c/gc-ocd.o cs/c/ChezScheme/tarm64osx/c/gc-oce.o cs/c/ChezScheme/tarm64osx/c/number.o cs/c/ChezScheme/tarm64osx/c/schsig.o cs/c/ChezScheme/tarm64osx/c/io.o cs/c/ChezScheme/tarm64osx/c/new-io.o cs/c/ChezScheme/tarm64osx/c/print.o cs/c/ChezScheme/tarm64osx/c/fasl.o cs/c/ChezScheme/tarm64osx/c/vfasl.o cs/c/ChezScheme/tarm64osx/c/stats.o cs/c/ChezScheme/tarm64osx/c/foreign.o cs/c/ChezScheme/tarm64osx/c/prim.o cs/c/ChezScheme/tarm64osx/c/prim5.o cs/c/ChezScheme/tarm64osx/c/flushcache.o cs/c/ChezScheme/tarm64osx/c/schlib.o cs/c/ChezScheme/tarm64osx/c/thread.o cs/c/ChezScheme/tarm64osx/c/expeditor.o cs/c/ChezScheme/tarm64osx/c/scheme.o cs/c/ChezScheme/tarm64osx/c/compress-io.o cs/c/ChezScheme/tarm64osx/c/random.o cs/c/ChezScheme/tarm64osx/c/ffi.o cs/c/ChezScheme/tarm64osx/c/self-exe.o cs/c/ChezScheme/tarm64osx/c/clearcache.o clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -DAARCH64 -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Ics/c/ChezScheme/tarm64osx/c -IChezScheme/c/ -Ics/c/ChezScheme/tarm64osx/zlib -Ics/c/ChezScheme/tarm64osx/lz4/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/boot/tarm64osx/main.o -c ChezScheme/c/main.c clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme cs/c/ChezScheme/tarm64osx/boot/tarm64osx/main.o cs/c/ChezScheme/tarm64osx/boot/tarm64osx/libkernel.a cs/c/ChezScheme/tarm64osx/zlib/libz.a cs/c/ChezScheme/tarm64osx/lz4/lib/liblz4.a -L/opt/pkg/lib -Wl,-headerpad_max_install_names -ldl -lm -lpthread -framework CoreFoundation -liconv -lncurses running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/cmacros.so compiling ChezScheme/s/cmacros.ss with output to cs/c/ChezScheme/tarm64osx/s/cmacros.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/priminfo.so compiling ChezScheme/s/priminfo.ss with output to cs/c/ChezScheme/tarm64osx/s/priminfo.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/primvars.so compiling ChezScheme/s/primvars.ss with output to cs/c/ChezScheme/tarm64osx/s/primvars.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/env.so compiling ChezScheme/s/env.ss with output to cs/c/ChezScheme/tarm64osx/s/env.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/setup.so compiling ChezScheme/s/setup.ss with output to cs/c/ChezScheme/tarm64osx/s/setup.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/nanopass.so compiling ChezScheme/nanopass/nanopass.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass.so compiling ChezScheme/nanopass/nanopass/language.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/language.so compiling ChezScheme/nanopass/nanopass/helpers.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/helpers.so compiling ChezScheme/nanopass/nanopass/implementation-helpers.chezscheme.sls with output to cs/c/ChezScheme/tarm64osx/s/nanopass/implementation-helpers.chezscheme.so compiling ChezScheme/nanopass/nanopass/language-helpers.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/language-helpers.so compiling ChezScheme/nanopass/nanopass/records.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/records.so compiling ChezScheme/nanopass/nanopass/syntaxconvert.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/syntaxconvert.so compiling ChezScheme/nanopass/nanopass/unparser.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/unparser.so compiling ChezScheme/nanopass/nanopass/meta-parser.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/meta-parser.so compiling ChezScheme/nanopass/nanopass/meta-syntax-dispatch.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/meta-syntax-dispatch.so compiling ChezScheme/nanopass/nanopass/parser.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/parser.so compiling ChezScheme/nanopass/nanopass/nano-syntax-dispatch.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/nano-syntax-dispatch.so compiling ChezScheme/nanopass/nanopass/language-node-counter.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/language-node-counter.so compiling ChezScheme/nanopass/nanopass/pass.ss with output to cs/c/ChezScheme/tarm64osx/s/nanopass/pass.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build all at once compiling ChezScheme/s/library.ss with output to cs/c/ChezScheme/tarm64osx/s/library.tarm64osx compiling ChezScheme/s/prims.ss with output to cs/c/ChezScheme/tarm64osx/s/prims.tarm64osx compiling ChezScheme/s/mathprims.ss with output to cs/c/ChezScheme/tarm64osx/s/mathprims.tarm64osx compiling ChezScheme/s/record.ss with output to cs/c/ChezScheme/tarm64osx/s/record.tarm64osx compiling ChezScheme/s/5_1.ss with output to cs/c/ChezScheme/tarm64osx/s/5_1.tarm64osx compiling ChezScheme/s/5_2.ss with output to cs/c/ChezScheme/tarm64osx/s/5_2.tarm64osx compiling ChezScheme/s/5_3.ss with output to cs/c/ChezScheme/tarm64osx/s/5_3.tarm64osx compiling ChezScheme/s/strnum.ss with output to cs/c/ChezScheme/tarm64osx/s/strnum.tarm64osx compiling ChezScheme/s/bytevector.ss with output to cs/c/ChezScheme/tarm64osx/s/bytevector.tarm64osx compiling ChezScheme/s/5_4.ss with output to cs/c/ChezScheme/tarm64osx/s/5_4.tarm64osx compiling ChezScheme/s/5_6.ss with output to cs/c/ChezScheme/tarm64osx/s/5_6.tarm64osx compiling ChezScheme/s/5_7.ss with output to cs/c/ChezScheme/tarm64osx/s/5_7.tarm64osx compiling ChezScheme/s/event.ss with output to cs/c/ChezScheme/tarm64osx/s/event.tarm64osx compiling ChezScheme/s/4.ss with output to cs/c/ChezScheme/tarm64osx/s/4.tarm64osx compiling ChezScheme/s/front.ss with output to cs/c/ChezScheme/tarm64osx/s/front.tarm64osx compiling ChezScheme/s/foreign.ss with output to cs/c/ChezScheme/tarm64osx/s/foreign.tarm64osx compiling ChezScheme/s/6.ss with output to cs/c/ChezScheme/tarm64osx/s/6.tarm64osx compiling ChezScheme/s/print.ss with output to cs/c/ChezScheme/tarm64osx/s/print.tarm64osx compiling ChezScheme/s/newhash.ss with output to cs/c/ChezScheme/tarm64osx/s/newhash.tarm64osx compiling ChezScheme/s/format.ss with output to cs/c/ChezScheme/tarm64osx/s/format.tarm64osx compiling ChezScheme/s/date.ss with output to cs/c/ChezScheme/tarm64osx/s/date.tarm64osx compiling ChezScheme/s/7.ss with output to cs/c/ChezScheme/tarm64osx/s/7.tarm64osx compiling ChezScheme/s/cafe.ss with output to cs/c/ChezScheme/tarm64osx/s/cafe.tarm64osx compiling ChezScheme/s/trace.ss with output to cs/c/ChezScheme/tarm64osx/s/trace.tarm64osx compiling ChezScheme/s/engine.ss with output to cs/c/ChezScheme/tarm64osx/s/engine.tarm64osx compiling ChezScheme/s/interpret.ss with output to cs/c/ChezScheme/tarm64osx/s/interpret.tarm64osx compiling ChezScheme/s/cprep.ss with output to cs/c/ChezScheme/tarm64osx/s/cprep.tarm64osx compiling ChezScheme/s/cpcheck.ss with output to cs/c/ChezScheme/tarm64osx/s/cpcheck.tarm64osx compiling ChezScheme/s/cp0.ss with output to cs/c/ChezScheme/tarm64osx/s/cp0.tarm64osx compiling ChezScheme/s/cpvalid.ss with output to cs/c/ChezScheme/tarm64osx/s/cpvalid.tarm64osx compiling ChezScheme/s/cptypes.ss with output to cs/c/ChezScheme/tarm64osx/s/cptypes.tarm64osx compiling ChezScheme/s/cpcommonize.ss with output to cs/c/ChezScheme/tarm64osx/s/cpcommonize.tarm64osx compiling ChezScheme/s/cpletrec.ss with output to cs/c/ChezScheme/tarm64osx/s/cpletrec.tarm64osx compiling ChezScheme/s/inspect.ss with output to cs/c/ChezScheme/tarm64osx/s/inspect.tarm64osx compiling ChezScheme/s/enum.ss with output to cs/c/ChezScheme/tarm64osx/s/enum.tarm64osx compiling ChezScheme/s/io.ss with output to cs/c/ChezScheme/tarm64osx/s/io.tarm64osx compiling ChezScheme/s/read.ss with output to cs/c/ChezScheme/tarm64osx/s/read.tarm64osx compiling ChezScheme/s/primvars.ss with output to cs/c/ChezScheme/tarm64osx/s/primvars.tarm64osx compiling ChezScheme/s/syntax.ss with output to cs/c/ChezScheme/tarm64osx/s/syntax.tarm64osx compiling ChezScheme/s/costctr.ss with output to cs/c/ChezScheme/tarm64osx/s/costctr.tarm64osx compiling ChezScheme/s/expeditor.ss with output to cs/c/ChezScheme/tarm64osx/s/expeditor.tarm64osx compiling ChezScheme/s/exceptions.ss with output to cs/c/ChezScheme/tarm64osx/s/exceptions.tarm64osx compiling ChezScheme/s/pretty.ss with output to cs/c/ChezScheme/tarm64osx/s/pretty.tarm64osx compiling ChezScheme/s/env.ss with output to cs/c/ChezScheme/tarm64osx/s/env.tarm64osx compiling ChezScheme/s/fasl.ss with output to cs/c/ChezScheme/tarm64osx/s/fasl.tarm64osx compiling ChezScheme/s/vfasl.ss with output to cs/c/ChezScheme/tarm64osx/s/vfasl.tarm64osx compiling ChezScheme/s/pbchunk.ss with output to cs/c/ChezScheme/tarm64osx/s/pbchunk.tarm64osx compiling ChezScheme/s/reloc.ss with output to cs/c/ChezScheme/tarm64osx/s/reloc.tarm64osx compiling ChezScheme/s/pdhtml.ss with output to cs/c/ChezScheme/tarm64osx/s/pdhtml.tarm64osx compiling ChezScheme/s/strip.ss with output to cs/c/ChezScheme/tarm64osx/s/strip.tarm64osx compiling ChezScheme/s/ftype.ss with output to cs/c/ChezScheme/tarm64osx/s/ftype.tarm64osx compiling ChezScheme/s/back.ss with output to cs/c/ChezScheme/tarm64osx/s/back.tarm64osx compiling ChezScheme/s/cpnanopass.ss with output to cs/c/ChezScheme/tarm64osx/s/cpnanopass.tarm64osx compiling ChezScheme/s/cpprim.ss with output to cs/c/ChezScheme/tarm64osx/s/cpprim.tarm64osx compiling ChezScheme/s/compile.ss with output to cs/c/ChezScheme/tarm64osx/s/compile.tarm64osx compiling ChezScheme/s/cback.ss with output to cs/c/ChezScheme/tarm64osx/s/cback.tarm64osx (time (let () ...)) 559 collections 5.677834541s elapsed cpu time, including 1.536898000s collecting 5.727275000s elapsed real time, including 1.554203000s collecting 8895753456 bytes allocated, including 8892916768 bytes reclaimed 738000896 bytes peak memory use running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build fixpoint check done (unchanged after rebuild) running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/mkheader.so compiling ChezScheme/s/mkheader.ss with output to cs/c/ChezScheme/tarm64osx/s/mkheader.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.h running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/equates.h running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/s/mkgc.so compiling ChezScheme/s/mkgc.ss with output to cs/c/ChezScheme/tarm64osx/s/mkgc.so running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/gc-ocd.inc running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/gc-oce.inc running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/gc-par.inc running cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme to build cs/c/ChezScheme/tarm64osx/boot/tarm64osx/heapcheck.inc cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/same-boot.ss cs/c/ChezScheme/boot/tarm64osx/petite.boot cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot Boot file "cs/c/ChezScheme/boot/tarm64osx/petite.boot" was correctly created as a fixpoint cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/same-boot.ss cs/c/ChezScheme/boot/tarm64osx/scheme.boot cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot Boot file "cs/c/ChezScheme/boot/tarm64osx/scheme.boot" was correctly created as a fixpoint cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/chezpart.sls cs/c/chezpart.so compiling cs/chezpart.sls with output to cs/c/chezpart.so (time (compile-it)) 1 collection 0.008158084s elapsed cpu time, including 0.000354000s collecting 0.008190000s elapsed real time, including 0.000357000s collecting 5799840 bytes allocated, including 7844928 bytes reclaimed 51871744 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/rumble.sls cs/c/rumble.so cs/c/chezpart.so compiling cs/rumble.sls with output to cs/c/rumble.so (time (compile-it)) 329 collections 3.374546668s elapsed cpu time, including 1.490548000s collecting 3.400970000s elapsed real time, including 1.501951000s collecting 2771248512 bytes allocated, including 2587102224 bytes reclaimed 353533952 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/thread.sls cs/c/thread.so cs/c/chezpart.so cs/c/rumble.so compiling cs/thread.sls with output to cs/c/thread.so (time (compile-it)) 110 collections 0.920694208s elapsed cpu time, including 0.412032000s collecting 0.928594000s elapsed real time, including 0.415911000s collecting 929575024 bytes allocated, including 856262880 bytes reclaimed 134021120 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/io.sls cs/c/io.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so compiling cs/io.sls with output to cs/c/io.so (time (compile-it)) 297 collections 3.312226917s elapsed cpu time, including 1.683112000s collecting 3.362252000s elapsed real time, including 1.708511000s collecting 2522396560 bytes allocated, including 2367015992 bytes reclaimed 351961088 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/regexp.sls cs/c/regexp.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so cs/c/io.so compiling cs/regexp.sls with output to cs/c/regexp.so (time (compile-it)) 55 collections 0.394213999s elapsed cpu time, including 0.151361000s collecting 0.397425000s elapsed real time, including 0.153093000s collecting 462756704 bytes allocated, including 427174928 bytes reclaimed 103006208 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/schemify.sls cs/c/schemify.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so cs/c/io.so cs/c/regexp.so compiling cs/schemify.sls with output to cs/c/schemify.so (time (compile-it)) 285 collections 3.366841417s elapsed cpu time, including 1.769486000s collecting 3.454650000s elapsed real time, including 1.815058000s collecting 2416378656 bytes allocated, including 2277858752 bytes reclaimed 356270080 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/linklet.sls cs/c/linklet.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so cs/c/io.so cs/c/regexp.so cs/c/schemify.so compiling cs/linklet.sls with output to cs/c/linklet.so (time (compile-it)) 26 collections 0.189969416s elapsed cpu time, including 0.066717000s collecting 0.192862000s elapsed real time, including 0.067696000s collecting 221329040 bytes allocated, including 197491664 bytes reclaimed 87982080 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/expander.sls cs/c/expander.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so cs/c/io.so cs/c/regexp.so cs/c/schemify.so cs/c/linklet.so compiling cs/expander.sls with output to cs/c/expander.so (time (compile-it)) 525 collections 5.859989668s elapsed cpu time, including 2.947631000s collecting 5.884189000s elapsed real time, including 2.961297000s collecting 4480701504 bytes allocated, including 4358293752 bytes reclaimed 448036864 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --src cs/ --dest cs/c cs/main.sps cs/c/main.so cs/c/chezpart.so cs/c/rumble.so cs/c/thread.so cs/c/io.so cs/c/regexp.so cs/c/schemify.so cs/c/linklet.so cs/c/expander.so compiling cs/main.sps with output to cs/c/main.so (time (compile-it)) 12 collections 0.108911167s elapsed cpu time, including 0.038172000s collecting 0.110570000s elapsed real time, including 0.038581000s collecting 111548448 bytes allocated, including 77018608 bytes reclaimed 81543168 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/compile-file.ss --unsafe --compress --whole-program --src cs/ --dest cs/c cs/c/main.so cs/c/racket.so cs/c/main.wpo Whole-program optimization for Racket core... [If this step runs out of memory, try configuring with `--disable-wpo`] (time (compile-it)) 918 collections 12.549534250s elapsed cpu time, including 7.201581000s collecting 12.711943000s elapsed real time, including 7.302209000s collecting 7836842208 bytes allocated, including 7000779360 bytes reclaimed 1434632192 bytes peak memory use cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/convert-to-boot.ss cs/c/racket.so cs/c/racket.boot tarm64osx clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c -Ics/c/ -DINITIAL_COLLECTS_DIRECTORY='"'/Users/pbulk/build/lang/racket/work/racket-8.15/collects'"' -DINITIAL_CONFIG_DIRECTORY='"'/Users/pbulk/build/lang/racket/work/racket-8.15/etc'"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/main.o -c cs/c/main.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/ChezScheme/tarm64osx/boot/tarm64osx -Irktio -Ics/c/rktio -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/boot.o -c cs/c/boot.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_fs.o -c rktio/rktio_fs.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_fd.o -c rktio/rktio_fd.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_file.o -c rktio/rktio_file.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_poll_set.o -c rktio/rktio_poll_set.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_ltps.o -c rktio/rktio_ltps.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_sleep.o -c rktio/rktio_sleep.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_network.o -c rktio/rktio_network.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_pipe.o -c rktio/rktio_pipe.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_process.o -c rktio/rktio_process.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_signal.o -c rktio/rktio_signal.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_envvars.o -c rktio/rktio_envvars.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_fs_change.o -c rktio/rktio_fs_change.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_flock.o -c rktio/rktio_flock.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_shellex.o -c rktio/rktio_shellex.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_time.o -c rktio/rktio_time.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_cpu.o -c rktio/rktio_cpu.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_syslog.o -c rktio/rktio_syslog.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_convert.o -c rktio/rktio_convert.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_sha1.o -c rktio/rktio_sha1.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_sha2.o -c rktio/rktio_sha2.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_dll.o -c rktio/rktio_dll.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_error.o -c rktio/rktio_error.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_hash.o -c rktio/rktio_hash.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_wide.o -c rktio/rktio_wide.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_console.o -c rktio/rktio_console.c clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c/rktio/ -Irktio/ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/rktio/rktio_main.o -c rktio/rktio_main.c ar rc cs/c/rktio/librktio.a cs/c/rktio/rktio_fs.o cs/c/rktio/rktio_fd.o cs/c/rktio/rktio_file.o cs/c/rktio/rktio_poll_set.o cs/c/rktio/rktio_ltps.o cs/c/rktio/rktio_sleep.o cs/c/rktio/rktio_network.o cs/c/rktio/rktio_pipe.o cs/c/rktio/rktio_process.o cs/c/rktio/rktio_signal.o cs/c/rktio/rktio_envvars.o cs/c/rktio/rktio_fs_change.o cs/c/rktio/rktio_flock.o cs/c/rktio/rktio_shellex.o cs/c/rktio/rktio_time.o cs/c/rktio/rktio_cpu.o cs/c/rktio/rktio_syslog.o cs/c/rktio/rktio_convert.o cs/c/rktio/rktio_sha1.o cs/c/rktio/rktio_sha2.o cs/c/rktio/rktio_dll.o cs/c/rktio/rktio_error.o cs/c/rktio/rktio_hash.o cs/c/rktio/rktio_wide.o cs/c/rktio/rktio_console.o cs/c/rktio/rktio_main.o clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/raw_racketcs cs/c/main.o cs/c/boot.o cs/c/ChezScheme/tarm64osx/boot/tarm64osx/libkernel.a cs/c/ChezScheme/tarm64osx/zlib/libz.a cs/c/ChezScheme/tarm64osx/lz4/lib/liblz4.a cs/c/rktio/librktio.a -L/opt/pkg/lib -Wl,-headerpad_max_install_names -ldl -lm -lpthread -framework CoreFoundation -liconv -lncurses cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/to-vfasl.ss cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot cs/c/petite-v.boot cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/to-vfasl.ss cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot cs/c/scheme-v.boot petite cs/c/ChezScheme/tarm64osx/bin/tarm64osx/scheme -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/petite.boot -B cs/c/ChezScheme/tarm64osx/boot/tarm64osx/scheme.boot --script cs/c/to-vfasl.ss cs/c/racket.boot cs/c/racket-v.boot petite scheme cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot setup-go.rkt cs/c/compiled ignored cs/c/ignored.d cs/c/embed-boot.rkt --target tarm64osx cs/c/raw_racketcs cs/c/racketcs cs/c/petite-v.boot cs/c/scheme-v.boot cs/c/racket-v.boot raw_racketcs: ignoring compiled files, rebuilding from source... triggered by use of non-".zo" file path: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/base.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/base.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/pre-base.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stx.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qq-and-or.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-et-al.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/member.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cond.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/gen-temp.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/letstx-scheme.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/ellipses.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sc.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/template.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/performance-hint.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/with-stx.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxloc.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase-scheme.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qqstx.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/norm-define.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/case.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/fixnum.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sort.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/logger.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/misc.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/old-path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path-list.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/executable-path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reading-param.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/repl.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/procedure-alias.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-prop-key.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/name.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/immediate-default.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-struct.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparam.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparamkey.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam-exptime.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-methods.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-info.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-util.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/require-lift.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/phase+space.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/provide-transform.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/modbeg.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/for.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reverse.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/promise.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/map.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kernstruct.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/top-int.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/collect.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/runtime-config.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/hash.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/string.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-file.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/namespace.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cert.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/submodule.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-interfaces.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/print-value-columns.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-binding.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-serialize.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/module-reader.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/readerr.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modcode-noctc.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/list.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list-predicates.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/choose-file-to-load.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/modread.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/private/dirs.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/promise.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/for-body.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/config.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/file.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/dirs.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/winutf16.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/mach-o.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/cross-system.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-to-relative.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-relativize.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/config.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/private/define-config.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/pkg/path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/portlines.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/sha1.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/compilation-path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/dep.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main-collects.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/string.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/unsafe/undefined.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-util.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-dep.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modresolve-noctc.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modhelp.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-path.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collects.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collection-name.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-file.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-security.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-log.rkt compiler/cm: loading /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-hash.rkt compiler/cm: start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/setup-go.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/base.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/base.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/pre-base.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stx.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stx.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qq-and-or.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qq-and-or.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-et-al.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/member.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cond.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/gen-temp.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/gen-temp.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cond.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/member.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-et-al.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/letstx-scheme.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/ellipses.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/ellipses.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sc.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sc.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/template.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/performance-hint.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/performance-hint.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/template.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/with-stx.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxloc.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxloc.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/with-stx.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/letstx-scheme.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase-scheme.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxcase-scheme.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qqstx.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/qqstx.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/norm-define.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/norm-define.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/case.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/fixnum.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/fixnum.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sort.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/sort.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/case.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/logger.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/logger.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/misc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/old-path.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/old-path.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path-list.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/path-list.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/executable-path.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/executable-path.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reading-param.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reading-param.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/repl.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/repl.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/misc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/procedure-alias.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-prop-key.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-prop-key.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/procedure-alias.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/name.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/name.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/immediate-default.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/immediate-default.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-struct.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparam.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparamkey.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparamkey.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/stxparam.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam-exptime.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam-exptime.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/stxparam.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-methods.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-methods.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-info.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-info.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-util.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct-util.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/define-struct.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/require-lift.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/require-lift.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/phase+space.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/phase+space.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/provide-transform.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/provide-transform.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/modbeg.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/modbeg.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/for.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reverse.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reverse.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/promise.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/struct.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/promise.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/for.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/map.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/map.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kernstruct.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kernstruct.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/top-int.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/top-int.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/collect.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/collect.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/pre-base.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/runtime-config.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/runtime-config.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/hash.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/hash.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/string.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/string.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-file.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-file.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/namespace.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/namespace.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cert.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/cert.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/submodule.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/submodule.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-interfaces.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic-interfaces.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/print-value-columns.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/print-value-columns.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-binding.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-binding.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-serialize.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/kw-syntax-serialize.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/base.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/module-reader.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/readerr.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/readerr.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/module-reader.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/base.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/depend.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/compilation-path.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/compilation-path.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/dep.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main-collects.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/dirs.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/promise.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/for-body.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/for-body.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/promise.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/config.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/config.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/winutf16.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/winutf16.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/mach-o.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/mach-o.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/cross-system.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/private/dirs.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/private/dirs.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/cross-system.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/dirs.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-relativize.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-relativize.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main-collects.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/string.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/list.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list-predicates.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/list-predicates.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/list.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/unsafe/undefined.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/unsafe/undefined.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/string.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/dep.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collects.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collection-name.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collection-name.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/pkg/path.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/pkg/path.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/collects.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/depend.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modcode-noctc.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/path.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/path.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/choose-file-to-load.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/choose-file-to-load.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/modread.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/modread.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modcode-noctc.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/file.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-to-relative.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/config.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/private/define-config.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/private/define-config.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/planet/config.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/path-to-relative.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/portlines.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/portlines.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/file.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/sha1.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/sha1.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-util.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-util.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-dep.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modresolve-noctc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modhelp.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modhelp.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/modresolve-noctc.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-path.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-path.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-file.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-security.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-security.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-log.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-log.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-file.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-dep.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-hash.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-hash.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt compiler/cm: finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/setup-go.rkt compiler/cm: start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/embed-boot.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/cmdline.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/cmdline.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/pe-rsrc.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/base.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-common.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/blame.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/srcloc.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/srcloc.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/pretty.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/port.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/port.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/flonum.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/vector-wraps.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/unsafe/ops.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/unsafe/ops.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/vector-wraps.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/flonum.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/fixnum.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/fixnum.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/treelist.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/hash-code.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/hash-code.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/treelist.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/mutable-treelist.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/mutable-treelist.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/pretty.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/blame.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/guts.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/prop.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/generate-base.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/rand.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/rand.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/math-predicates.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/math-predicates.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/generate-base.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/prop.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/collapsible-common.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/merge-cache.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/merge-cache.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/collapsible-common.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/helpers.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/struct-info.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/struct-info.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/boundmap.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/boundmap.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/helpers.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/guts.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-common.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/case-arrow.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/name.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/name.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/misc.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-util.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/application-arity-checking.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/application-arity-checking.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-util.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/generate.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/generate.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/misc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-val-first.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/kwd-info-struct.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/kwd-info-struct.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-higher-order.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arity-checking.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/list.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/location.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/location.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/list.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arity-checking.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-collapsible.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-collapsible.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-higher-order.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arrow-val-first.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/case-arrow.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-i.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opt.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/base.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/base.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opt-guts.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opt-guts.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opt.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-i-parse.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-i-parse.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-i.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-d.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/arr-d.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/unconstrained-domain-arrow.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/unconstrained-domain-arrow.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/box.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/box.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/hash.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/hash.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector-common.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector-common.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector-collapsible.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector-collapsible.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/vector.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/struct-dc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/ds-helpers.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/ds-helpers.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/stx.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/stx.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/top-sort.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/top-sort.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/struct-dc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/struct-prop.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/struct-prop.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/provide.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/module-boundary-ctc.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/module-boundary-ctc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/in-out.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/exists.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/exists.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/in-out.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/provide.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/in.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/in.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opters.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/orc.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/orc.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/opters.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/basic-opters.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/basic-opters.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/out.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/out.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/treelist.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/treelist.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/and.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/and.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/property.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/property.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/base.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/combinator.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/combinator.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/parametric.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/parametric.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/parametric.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/parametric.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/region.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/define.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/define.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/kerncase.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/kerncase.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/pre.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/sc.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/lazy-require.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/cm-accomplice.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/cm-accomplice.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/runtime-path.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/link-path.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/link-path.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/so-search.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/so-search.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/share-search.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/share-search.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/this-expression-source-directory.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/this-expression-source-directory.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/runtime-path-table.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/runtime-path-table.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/runtime-path.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/lazy-require.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/keywords.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/keywords.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/residual.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/minimatch.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/minimatch.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/residual.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/residual-interp.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/syntax.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/syntax.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-patterns.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-attrs.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/id-table.rkt compiler/cm: | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/dict.rkt compiler/cm: | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic.rkt compiler/cm: | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/local.rkt compiler/cm: | | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/transformer.rkt compiler/cm: | | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/transformer.rkt compiler/cm: | | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/local.rkt compiler/cm: | | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/intdef-util.rkt compiler/cm: | | | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/intdef.rkt compiler/cm: | | | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/intdef.rkt compiler/cm: | | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/intdef-util.rkt compiler/cm: | | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/local.rkt compiler/cm: | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/local.rkt compiler/cm: | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/arity.rkt compiler/cm: | | | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/norm-arity.rkt compiler/cm: | | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/norm-arity.rkt compiler/cm: | | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/arity.rkt compiler/cm: | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/generic.rkt compiler/cm: | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/vector.rkt compiler/cm: | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/vector.rkt compiler/cm: | | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/mutability.rkt compiler/cm: | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/mutability.rkt compiler/cm: | | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/dict.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/id-table.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-attrs.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/tree-util.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/tree-util.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-patterns.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/runtime-reflect.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/kws.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/kws.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/runtime-reflect.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/residual-interp.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/keyword.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/dict.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/keyword-apply-dict.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/keyword-apply-dict.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/custom-hash.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/custom-hash.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/dict.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/keyword.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/private/keyword.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/keyword.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/datum-to-expr.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/datum-to-expr.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-data.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep-data.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/runtime.rkt compiler/cm: | | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/strip-context.rkt compiler/cm: | | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/strip-context.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/runtime.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/txlift.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/txlift.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/rep.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/const-expr.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/const-expr.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse-classic.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/opt.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/opt.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse-classic.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse-interp.rkt compiler/cm: | | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/opt-interp.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/opt-interp.rkt compiler/cm: | | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse-interp.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/parse.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/sc.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/litconv.rkt compiler/cm: | | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/lib.rkt compiler/cm: | | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/lib.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/private/litconv.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/parse/pre.rkt compiler/cm: | | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/splicing.rkt compiler/cm: | | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/splicing.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/region.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/legacy.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/legacy.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/ds.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract/private/ds.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/contract.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/pe-rsrc.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/elf.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/elf.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/adjust-compress.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/system.rkt compiler/cm: | | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/streams.rkt compiler/cm: | | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/streams.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/system.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/gzip.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/gzip.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/gunzip.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/file/gunzip.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/adjust-compress.rkt compiler/cm: finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/embed-boot.rkt cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot setup-go.rkt cs/c/compiled ignored cs/c/ignored.d mac/codesign.rkt -s - --entitlements mac/entitlements.plist cs/c/racketcs compiler/cm: start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/mac/codesign.rkt compiler/cm: finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/mac/codesign.rkt cs/c/racketcs -O info'@'compiler/cm -l- setup --boot setup-go.rkt cs/c/compiled ignored cs/c/ignored.d cs/known.rkt cs/ compiler/cm: start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/known.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/include.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/path-spec.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/path-spec.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/increader.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/increader.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/include.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/extflonum.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/extflonum.rkt compiler/cm: | start-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/schemify/known.rkt compiler/cm: | finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/schemify/known.rkt compiler/cm: finish-compile: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/known.rkt Checking primitive arity information clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -Ics/c -Ics/c/ -DINITIAL_COLLECTS_DIRECTORY='"'/Users/pbulk/build/lang/racket/work/racket-8.15/collects'"' -DINITIAL_CONFIG_DIRECTORY='"'/Users/pbulk/build/lang/racket/work/racket-8.15/etc'"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/grmain.o -c cs/c/grmain.c clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -o cs/c/raw_gracketcs cs/c/grmain.o cs/c/boot.o cs/c/ChezScheme/tarm64osx/boot/tarm64osx/libkernel.a cs/c/ChezScheme/tarm64osx/zlib/libz.a cs/c/ChezScheme/tarm64osx/lz4/lib/liblz4.a cs/c/rktio/librktio.a -L/opt/pkg/lib -Wl,-headerpad_max_install_names -ldl -lm -lpthread -framework CoreFoundation -liconv -lncurses cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot setup-go.rkt cs/c/compiled ignored cs/c/ignored.d cs/c/embed-boot.rkt --target tarm64osx cs/c/raw_gracketcs cs/c/gracketcs cs/c/petite-v.boot cs/c/scheme-v.boot cs/c/racket-v.boot cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot setup-go.rkt cs/c/compiled ignored cs/c/ignored.d mac/codesign.rkt -s - --entitlements mac/entitlements.plist cs/c/gracketcs clang -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -DRACKET_XONX -DOS_X -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -o cs/c/starter start/ustart.c -L/opt/pkg/lib -Wl,-headerpad_max_install_names -ldl -lm -lpthread -framework CoreFoundation -liconv -lncurses cs/c/racketcs -X /Users/pbulk/build/lang/racket/work/racket-8.15/collects -G /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/etc -R /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled -N raco -l- setup --no-user --no-launcher --no-foreign-libs --no-install --no-post-install --no-pkg-deps raco setup: version: 8.15 raco setup: platform: aarch64-darwin [cs] raco setup: target machine: tarm64osx raco setup: installation name: 8.15 raco setup: variants: raco setup: main collects: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ raco setup: collects paths: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ raco setup: main pkgs: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs raco setup: pkgs paths: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs raco setup: /Users/pbulk/build/lang/racket/work/.home/.local/share/racket/8.15/pkgs raco setup: links files: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/links.rktd raco setup: /Users/pbulk/build/lang/racket/work/.home/.local/share/racket/8.15/links.rktd raco setup: compiled-file roots: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled raco setup: main docs: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc raco setup: --- updating info-domain tables --- [8:04:57] raco setup: updating: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/info-domain/Users/pbulk/build/lang/racket/work/racket-8.15/share/info-cache.rktd raco setup: updating: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/info-domain/Users/pbulk/build/lang/racket/work/racket-8.15/collects/info-domain/compiled/cache.rktd raco setup: --- compiling collections --- [8:04:57] raco setup: making: /racket raco setup: in /racket raco setup: in /syntax raco setup: in /racket/private raco setup: in /racket/private/unit raco setup: in /racket/private/unit/exptime raco setup: in /syntax/parse/experimental raco setup: in /syntax/private raco setup: in /ffi raco setup: in /ffi/unsafe raco setup: --- parallel build using 8 jobs --- [8:05:02] raco setup: 7 making: /compiler raco setup: 6 making: /cext-lib/compiler raco setup: 5 making: /compiler-lib/compiler raco setup: 4 making: /mzscheme-lib/compiler raco setup: 3 making: /zo-lib/compiler raco setup: 2 making: /raco raco setup: 1 making: /compiler-lib/raco raco setup: 0 making: /racket raco setup: 1 making: /class-iop-lib/racket/class raco setup: 0 making: /racket/base/lang raco setup: 0 making: /racket/contract raco setup: 0 making: /racket/contract/private raco setup: 2 making: /compatibility-lib/racket raco setup: 0 making: /racket/gui raco setup: 0 making: /racket/kernel raco setup: 4 making: /distributed-places-lib/racket/place raco setup: 0 making: /racket/lang raco setup: 0 making: /racket/load/lang raco setup: 0 making: /racket/match raco setup: 7 making: /compiler/private raco setup: 1 making: /class-iop-lib/racket/class/private raco setup: 1 making: /draw-lib/racket raco setup: 2 making: /gui-lib/racket raco setup: 0 making: /racket/place raco setup: 0 making: /racket/place/private raco setup: 0 making: /racket/private raco setup: 7 making: /option-contract-lib/racket/contract raco setup: 6 making: /cext-lib/compiler/commands raco setup: 0 making: /racket/private/unit raco setup: 0 making: /racket/private/unit/exptime raco setup: 0 making: /racket/signature raco setup: 7 making: /sandbox-lib/racket raco setup: 0 making: /racket/signature/lang raco setup: 0 making: /racket/unit raco setup: 0 making: /racket/unit/lang raco setup: 6 making: /snip-lib/racket raco setup: 0 making: /racket/unsafe raco setup: 0 making: /unix-socket-lib/racket raco setup: 7 making: /sandbox-lib/racket/private raco setup: 0 making: /unix-socket-lib/racket/private raco setup: 0 making: /acks raco setup: 0 making: /data raco setup: 7 making: /db/private raco setup: 7 making: /db/private/generic raco setup: 7 making: /db/private/sqlite3 raco setup: 7 making: /dynext raco setup: 7 making: /ffi raco setup: 4 making: /distributed-places-lib/racket/place/distributed raco setup: 0 making: /file raco setup: 4 making: /info raco setup: 4 making: /json raco setup: 4 making: /launcher raco setup: 4 making: /net raco setup: 3 making: /zo-lib/compiler/private raco setup: 3 making: /openssl raco setup: 0 making: /file/private raco setup: 0 making: /pkg raco setup: 3 making: /openssl/private raco setup: 3 making: /planet raco setup: 3 making: /planet/private raco setup: 3 making: /reader/lang raco setup: 3 making: /s-exp/lang raco setup: 3 making: /setup raco setup: 5 making: /compiler-lib/compiler/commands raco setup: 4 making: /syntax raco setup: 3 making: /setup/commands raco setup: 3 making: /setup/infotab/lang raco setup: 3 making: /setup/private raco setup: 3 making: /version raco setup: 3 making: /xml raco setup: 0 making: /pkg/private raco setup: 0 making: /2d-doc raco setup: 3 making: /xml/private raco setup: 3 making: /2d-lib raco setup: 7 making: /ffi/unsafe raco setup: 7 making: /ffi/unsafe/define raco setup: 7 making: /ffi/unsafe/private raco setup: 7 making: /algol60 raco setup: 5 making: /compiler-lib/compiler/demodularizer raco setup: 4 making: /syntax/parse raco setup: 4 making: /syntax/parse/experimental raco setup: 5 making: /compiler-lib/compiler/private raco setup: 5 making: /at-exp-lib/at-exp/lang raco setup: 5 making: /at-exp-lib/scribble raco setup: 5 making: /at-exp-lib/scribble/base raco setup: 5 making: /compatibility-doc/mzlib raco setup: 5 making: /compatibility-doc/mzlib/scribblings raco setup: 4 making: /syntax/parse/lib raco setup: 4 making: /syntax/parse/private raco setup: 4 making: /syntax/private raco setup: 4 making: /syntax/private/util raco setup: 4 making: /syntax/unsafe raco setup: 4 making: /compatibility-lib/compatibility raco setup: 4 making: /compatibility-lib/lazy raco setup: 4 making: /compatibility-lib/mzlib raco setup: 3 making: /2d-lib/lang raco setup: 3 making: /2d-lib/private raco setup: 3 making: /compatibility-lib/mzscheme raco setup: 3 making: /compatibility-lib/mzscheme/lang raco setup: 3 making: /compatibility-lib/mzscheme/private raco setup: 3 making: /compatibility-lib/net raco setup: 4 making: /compatibility-lib/mzlib/private raco setup: 4 making: /compatibility-lib/scheme raco setup: 4 making: /compiler-lib/launcher raco setup: 1 making: /draw-lib/racket/draw raco setup: 4 making: /compiler-lib/setup raco setup: 1 making: /draw-lib/racket/draw/private raco setup: 1 making: /draw-lib/racket/draw/unsafe raco setup: 1 making: /contract-profile raco setup: 4 making: /data-doc/data raco setup: 3 making: /data-enumerate-lib/data raco setup: 6 making: /snip-lib/racket/snip/private raco setup: 6 making: /data-lib/data raco setup: 0 making: /datalog raco setup: 6 making: /data-lib/data/heap raco setup: 6 making: /data-lib/data/private raco setup: 6 making: /db-doc/db raco setup: 0 making: /datalog/lang raco setup: 0 making: /datalog/private raco setup: 0 making: /datalog/scribblings raco setup: 0 making: /datalog/sexp raco setup: 0 making: /datalog/sexp/lang raco setup: 0 making: /datalog/tool raco setup: 0 making: /db-lib/db raco setup: 0 making: /db-lib/db/private/cassandra raco setup: 0 making: /db-lib/db/private/generic raco setup: 6 making: /db-doc/db/scribblings raco setup: 6 making: /deinprogramm-signature/deinprogramm/quickcheck (DeinProgramm - QuickCheck) raco setup: 0 making: /db-lib/db/private/mysql raco setup: 0 making: /db-lib/db/private/odbc raco setup: 0 making: /db-lib/db/private/postgresql raco setup: 0 making: /db-lib/db/private/sqlite3 raco setup: 0 making: /db-lib/db/unsafe raco setup: 0 making: /db-lib/db/util raco setup: 0 making: /db-lib/db/util/private raco setup: 0 making: /deinprogramm/deinprogramm (DeinProgramm) raco setup: 6 making: /deinprogramm-signature/deinprogramm/signature (DeinProgramm - Signatures) raco setup: 0 making: /deinprogramm/deinprogramm/private raco setup: 0 making: /deinprogramm/deinprogramm/scribblings raco setup: 2 making: /gui-lib/racket/gui raco setup: 2 making: /gui-lib/racket/gui/lang raco setup: 7 making: /algol60/lang raco setup: 2 making: /gui-lib/racket/gui/private raco setup: 2 making: /deinprogramm/teachpack/deinprogramm/sdp raco setup: 5 making: /distributed-places-doc/scribblings/distributed-places raco setup: 7 making: /algol60/tests raco setup: 5 making: /draw-doc/scribblings/draw raco setup: 7 making: /draw-lib/file raco setup: 0 making: /deinprogramm/deinprogramm/sdp raco setup: 7 making: /draw-lib/file/private raco setup: 7 making: /draw-lib/net raco setup: 7 making: /ds-store raco setup: 7 making: /ds-store-doc raco setup: 7 making: /ds-store-lib raco setup: 7 making: /dynext-lib/dynext raco setup: 7 making: /dynext-lib/dynext/private raco setup: 7 making: /eli-tester/tests raco setup: 7 making: /eopl raco setup: 7 making: /eopl/lang raco setup: 7 making: /eopl/private raco setup: 7 making: /eopl/tests/chapter1 raco setup: 7 making: /eopl/tests/chapter2 raco setup: 5 making: /errortrace-doc/errortrace/scribblings raco setup: 7 making: /eopl/tests/chapter3/let-lang raco setup: 5 making: /errortrace-lib/errortrace raco setup: 5 making: /errortrace-lib/errortrace/lang raco setup: 5 making: /errortrace-lib/errortrace/private raco setup: 5 making: /expeditor-doc raco setup: 7 making: /eopl/tests/chapter3/letrec-lang raco setup: 7 making: /eopl/tests/chapter3/lexaddr-lang raco setup: 7 making: /eopl/tests/chapter3/proc-lang/ds-rep raco setup: 5 making: /expeditor-lib raco setup: 5 making: /expeditor-lib/private raco setup: 5 making: /frtime (FrTime) raco setup: 7 making: /eopl/tests/chapter3/proc-lang/proc-rep raco setup: 0 making: /deinprogramm/deinprogramm/sdp/advanced/lang raco setup: 0 making: /deinprogramm/deinprogramm/sdp/beginner/lang raco setup: 0 making: /deinprogramm/deinprogramm/sdp/lang raco setup: 0 making: /deinprogramm/deinprogramm/sdp/private raco setup: 2 making: /future-visualizer-pict/future-visualizer raco setup: 7 making: /eopl/tests/chapter4/call-by-need raco setup: 2 making: /future-visualizer-pict/future-visualizer/private raco setup: 2 making: /future-visualizer-typed/future-visualizer raco setup: 7 making: /eopl/tests/chapter4/call-by-reference raco setup: 7 making: /eopl/tests/chapter4/explicit-refs raco setup: 7 making: /eopl/tests/chapter4/implicit-refs raco setup: 7 making: /eopl/tests/chapter4/mutable-pairs raco setup: 7 making: /eopl/tests/chapter5/exceptions raco setup: 7 making: /eopl/tests/chapter5/letrec-lang raco setup: 7 making: /eopl/tests/chapter5/thread-lang raco setup: 7 making: /eopl/tests/chapter6/cps-lang raco setup: 7 making: /eopl/tests/chapter6/cps-side-effects-lang raco setup: 7 making: /eopl/tests/chapter7/checked raco setup: 7 making: /eopl/tests/chapter7/inferred raco setup: 7 making: /eopl/tests/chapter8/abstract-types-lang raco setup: 7 making: /eopl/tests/chapter8/full-system raco setup: 7 making: /eopl/tests/chapter8/simplemodules raco setup: 7 making: /eopl/tests/chapter9/classes raco setup: 7 making: /eopl/tests/chapter9/typed-oo raco setup: 7 making: /eopl/tests/private raco setup: 7 making: /eopl/tests/sllgen raco setup: 7 making: /future-visualizer/future-visualizer raco setup: 6 making: /games raco setup: 2 making: /gui-doc/embedded-gui raco setup: 7 making: /future-visualizer/future-visualizer/private raco setup: 7 making: /future-visualizer/future-visualizer/scribblings raco setup: 7 making: /future-visualizer/future-visualizer/tests raco setup: 7 making: /gui-doc/mrlib raco setup: 7 making: /gui-doc/mrlib/scribblings ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler ... raco setup: 0 making: /deinprogramm/deinprogramm/sdp/tests raco setup: 0 making: /deinprogramm/deinprogramm/sdp/vanilla/lang raco setup: 0 making: /gui-doc/scribblings/framework raco setup: 5 making: /frtime/animation raco setup: 5 making: /frtime/core raco setup: 5 making: /frtime/frlibs raco setup: 5 making: /frtime/gui raco setup: 3 making: /data-enumerate-lib/data/enumerate raco setup: 5 making: /frtime/lang raco setup: 5 making: /frtime/opt raco setup: 5 making: /frtime/opt/lang raco setup: 5 making: /frtime/reactive/lang raco setup: 5 making: /frtime/tool (FrTime Tool) raco setup: 2 making: /gui-doc/embedded-gui/scribblings raco setup: 2 making: /gui-lib/embedded-gui raco setup: 2 making: /gui-lib/embedded-gui/private raco setup: 5 making: /gui-lib/framework raco setup: 2 making: /gui-lib/hierlist raco setup: 2 making: /gui-lib/mred raco setup: 2 making: /gui-lib/mred/lang raco setup: 2 making: /gui-lib/mred/private raco setup: 2 making: /gui-lib/mred/private/wx raco setup: 2 making: /gui-lib/mred/private/wx/cocoa raco setup: 5 making: /gui-lib/framework/private raco setup: 5 making: /gui-lib/mrlib raco setup: 5 making: /gui-lib/mrlib/hierlist raco setup: 5 making: /gui-lib/mrlib/private raco setup: 5 making: /gui-lib/mrlib/private/aligned-pasteboard raco setup: 5 making: /gui-lib/scheme raco setup: 5 making: /gui-lib/scheme/gui raco setup: 7 making: /gui-doc/mrlib/scribblings/aligned-pasteboard raco setup: 7 making: /gui-doc/mrlib/scribblings/graph raco setup: 7 making: /gui-lib/scribble/private raco setup: 5 making: /gui-lib/scheme/gui/lang raco setup: 5 making: /gui-pkg-manager-lib/pkg raco setup: 7 making: /htdp-doc/graphics/scribblings raco setup: 5 making: /gui-pkg-manager-lib/pkg/gui/private raco setup: 5 making: /htdp-doc/htdp raco setup: 0 making: /gui-doc/scribblings/gui raco setup: 7 making: /htdp-doc/scribblings/htdp-langs raco setup: 5 making: /htdp-doc/stepper raco setup: 5 making: /htdp-doc/teachpack raco setup: 2 making: /gui-lib/mred/private/wx/common raco setup: 2 making: /gui-lib/mred/private/wx/gtk raco setup: 7 making: /htdp-doc/test-engine raco setup: 7 making: /htdp-lib/2htdp (HtDP/2e Teachpacks) raco setup: 7 making: /htdp-lib/2htdp/planetcute raco setup: 2 making: /gui-lib/mred/private/wx/win32 raco setup: 7 making: /htdp-lib/2htdp/private raco setup: 7 making: /htdp-lib/2htdp/private/csv raco setup: 5 making: /htdp-doc/teachpack/2htdp/scribblings raco setup: 7 making: /htdp-lib/2htdp/uchat raco setup: 5 making: /htdp-doc/teachpack/htdp/scribblings raco setup: 5 making: /htdp-lib/graphics raco setup: 5 making: /htdp-lib/graphics/private raco setup: 5 making: /htdp-lib/graphics/tests raco setup: 5 making: /htdp-lib/htdp (HtDP Teachpacks) raco setup: 7 making: /htdp-lib/lang (HtDP Languages) raco setup: 7 making: /htdp-lib/lang/private ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 7 making: /htdp-lib/stepper raco setup: 0 making: /htdp-lib/teachpack raco setup: 2 making: /gui-lib/mred/private/wxme raco setup: 2 making: /htdp-lib/test-engine raco setup: 2 making: /htdp-lib/typed/test-engine raco setup: 2 making: /htdp-lib/xml raco setup: 0 making: /htdp-lib/teachpack/2htdp raco setup: 0 making: /htdp-lib/teachpack/2htdp/scribblings raco setup: 0 making: /htdp-lib/teachpack/htdp raco setup: 3 making: /data-enumerate-lib/data/enumerate/lib raco setup: 3 making: /data-enumerate-lib/data/enumerate/private raco setup: 3 making: /html-doc/html ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler ... raco setup: 5 making: /htdp-lib/htdp/asl/lang raco setup: 5 making: /htdp-lib/htdp/bsl raco setup: 5 making: /htdp-lib/htdp/bsl/lang raco setup: 5 making: /htdp-lib/htdp/bsl+/lang raco setup: 5 making: /htdp-lib/htdp/isl/lang raco setup: 5 making: /htdp-lib/htdp/isl+/lang raco setup: 5 making: /html-lib/html raco setup: 5 making: /icons raco setup: 5 making: /images-doc/images raco setup: 0 making: /htdp-lib/teachpack/tests raco setup: 2 making: /images-gui-lib/images raco setup: 0 making: /images-lib/images raco setup: 3 making: /lazy raco setup: 2 making: /macro-debugger-text-lib/macro-debugger raco setup: 7 making: /htdp-lib/stepper/examples raco setup: 7 making: /htdp-lib/stepper/private raco setup: 3 making: /lazy/base/lang raco setup: 3 making: /lazy/lang raco setup: 3 making: /lazy/tests ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /games/aces raco setup: 6 making: /games/blackjack ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 7 making: /macro-debugger/macro-debugger raco setup: 6 making: /games/cards raco setup: 6 making: /games/chat-noir (Chat Noir) raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/analysis raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/analysis/private raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/model raco setup: 3 making: /macro-debugger/tests/macro-debugger raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/syntax-browser raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/util raco setup: 2 making: /macro-debugger-text-lib/macro-debugger/view raco setup: 2 making: /make raco setup: 6 making: /games/checkers raco setup: 6 making: /games/crazy8s (Crazy 8s) raco setup: 2 making: /math-doc/math raco setup: 6 making: /games/doors raco setup: 6 making: /games/doors/private raco setup: 6 making: /games/gcalc (GCalc) ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler ... ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 3 making: /macro-debugger/tests/macro-debugger/check-requires raco setup: 3 making: /macro-debugger/tests/macro-debugger/helper raco setup: 3 making: /macro-debugger/tests/macro-debugger/tests raco setup: 6 making: /games/ginrummy (Rummy) raco setup: 3 making: /math-lib/math raco setup: 6 making: /games/gl-board-game ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 7 making: /macro-debugger/macro-debugger/model raco setup: 7 making: /macro-debugger/macro-debugger/syntax-browser raco setup: 6 making: /games/gobblet raco setup: 7 making: /macro-debugger/macro-debugger/syntax-browser/icons raco setup: 7 making: /macro-debugger/macro-debugger/tests raco setup: 7 making: /macro-debugger/macro-debugger/util raco setup: 7 making: /macro-debugger/macro-debugger/view raco setup: 6 making: /games/gofish (Go Fish) ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /games/jewel raco setup: 7 making: /mysterx raco setup: 6 making: /games/lights-out raco setup: 7 making: /mysterx/scribblings raco setup: 7 making: /mysterx/tests raco setup: 7 making: /mzcom raco setup: 6 making: /games/memory raco setup: 7 making: /mzscheme-doc/mzscheme raco setup: 6 making: /games/mines (Minesweeper) raco setup: 7 making: /mzscheme-lib/mzscheme raco setup: 7 making: /mzscheme-lib/setup raco setup: 7 making: /net-cookies-doc/net/cookies raco setup: 6 making: /games/paint-by-numbers raco setup: 7 making: /net-cookies-lib/net raco setup: 7 making: /net-cookies-lib/net/cookies raco setup: 7 making: /net-doc/net/scribblings raco setup: 6 making: /games/paint-by-numbers/raw-problems raco setup: 6 making: /games/parcheesi raco setup: 7 making: /net-lib/net raco setup: 7 making: /net-lib/net/private raco setup: 7 making: /optimization-coach/optimization-coach raco setup: 0 making: /images-lib/images/icons ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 7 making: /option-contract-doc/scribblings raco setup: 0 making: /images-lib/images/private raco setup: 0 making: /images-lib/images/private/latent-contract raco setup: 0 making: /parser-tools-doc/parser-tools raco setup: 7 making: /parser-tools-lib/parser-tools raco setup: 7 making: /parser-tools-lib/parser-tools/examples raco setup: 6 making: /games/parcheesi/test raco setup: 0 making: /pconvert-lib/mzlib raco setup: 0 making: /pict-doc/pict raco setup: 7 making: /parser-tools-lib/parser-tools/private-lex raco setup: 7 making: /parser-tools-lib/parser-tools/private-yacc raco setup: 7 making: /pict-lib/pict ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* ... raco setup: 5 making: /pict-lib/texpict raco setup: 6 making: /games/pousse raco setup: 5 making: /pict-snip-doc/scribblings raco setup: 5 making: /pict-snip-lib/pict raco setup: 5 making: /picturing-programs/picturing-programs raco setup: 6 making: /games/same raco setup: 6 making: /games/scribblings raco setup: 6 making: /games/slidey raco setup: 7 making: /pict-lib/pict/private raco setup: 7 making: /picturing-programs/teachpack raco setup: 5 making: /picturing-programs/picturing-programs/private raco setup: 5 making: /plai-doc raco setup: 7 making: /plai-lib raco setup: 0 making: /pict-doc/pict/scribblings raco setup: 0 making: /planet-doc/planet (PLaneT) raco setup: 7 making: /plai-lib/collector/lang raco setup: 7 making: /plai-lib/gc2 raco setup: 6 making: /games/spider raco setup: 6 making: /games/tally-maze raco setup: 6 making: /games/tests raco setup: 6 making: /planet-lib/planet (PLaneT) raco setup: 7 making: /plai-lib/gc2/collector/lang raco setup: 7 making: /plai-lib/gc2/mutator/lang raco setup: 7 making: /plai-lib/gc2/private raco setup: 6 making: /planet-lib/planet/lang raco setup: 6 making: /planet-lib/planet/private raco setup: 6 making: /plot-compat/plot raco setup: 7 making: /plai-lib/lang raco setup: 7 making: /plai-lib/mutator/lang raco setup: 7 making: /plai-lib/private raco setup: 0 making: /plot-doc/plot raco setup: 5 making: /plai-doc/scribblings raco setup: 5 making: /plot-gui-lib/plot raco setup: 7 making: /plai-lib/tests raco setup: 7 making: /plai-lib/tests/gc raco setup: 7 making: /plai-lib/tests/gc/good-collectors raco setup: 7 making: /plai-lib/tests/gc/good-mutators raco setup: 7 making: /plai-lib/tests/gc2 raco setup: 7 making: /plai-lib/tests/gc2/good-collectors raco setup: 7 making: /plai-lib/tests/gc2/good-mutators raco setup: 7 making: /plai-lib/tests/pr raco setup: 7 making: /plai-lib/web/lang raco setup: 7 making: /plot-lib/plot raco setup: 3 making: /math-lib/math/private raco setup: 3 making: /math-lib/math/private/array raco setup: 1 making: /contract-profile/scribblings raco setup: 3 making: /math-lib/math/private/base raco setup: 3 making: /math-lib/math/private/bigfloat raco setup: 1 making: /preprocessor raco setup: 1 making: /profile-doc/profile/scribblings raco setup: 1 making: /profile-lib raco setup: 1 making: /quickscript (Quickscript) raco setup: 3 making: /math-lib/math/private/distributions raco setup: 3 making: /math-lib/math/private/distributions/impl raco setup: 3 making: /math-lib/math/private/flonum raco setup: 3 making: /math-lib/math/private/flonum/expansion raco setup: 3 making: /math-lib/math/private/functions raco setup: 3 making: /math-lib/math/private/functions/incomplete-gamma raco setup: 3 making: /math-lib/math/private/matrix raco setup: 3 making: /math-lib/math/private/number-theory raco setup: 3 making: /math-lib/math/private/polynomial raco setup: 3 making: /math-lib/math/private/statistics raco setup: 3 making: /math-lib/math/private/utils raco setup: 3 making: /math-lib/math/private/vector raco setup: 3 making: /r5rs-doc/r5rs raco setup: 3 making: /r5rs-lib/r5rs raco setup: 3 making: /r5rs-lib/r5rs/lang raco setup: 3 making: /r5rs-lib/r5rs/private raco setup: 3 making: /r6rs-doc/r6rs/scribblings raco setup: 3 making: /r6rs-doc/r6rs/tests raco setup: 3 making: /r6rs-lib/r6rs raco setup: 3 making: /r6rs-lib/r6rs/lang raco setup: 3 making: /r6rs-lib/r6rs/private raco setup: 3 making: /r6rs-lib/rnrs raco setup: 3 making: /r6rs-lib/rnrs/arithmetic raco setup: 3 making: /r6rs-lib/rnrs/io raco setup: 3 making: /r6rs-lib/rnrs/records raco setup: 3 making: /racket-cheat ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler ... raco setup: 1 making: /quickscript/tests raco setup: 1 making: /racket-doc/compatibility ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 3 making: /racket-doc/dynext raco setup: 3 making: /racket-doc/ffi/examples raco setup: 1 making: /racket-doc/file raco setup: 1 making: /racket-doc/file/scribblings raco setup: 3 making: /racket-doc/help raco setup: 3 making: /racket-doc/json raco setup: 3 making: /racket-doc/openssl raco setup: 1 making: /racket-doc/pkg raco setup: 3 making: /racket-doc/scribblings (Documentation Sources) raco setup: 3 making: /racket-doc/scribblings/foreign raco setup: 1 making: /racket-doc/pkg/scribblings raco setup: 1 making: /racket-doc/syntax raco setup: 3 making: /racket-doc/scribblings/getting-started raco setup: 3 making: /racket-doc/scribblings/guide raco setup: 1 making: /racket-doc/syntax/scribblings raco setup: 1 making: /racket-doc/syntax/scribblings/parse raco setup: 1 making: /racket-doc/version raco setup: 1 making: /racket-doc/xml raco setup: 1 making: /racket-index/rackunit raco setup: 1 making: /racket-index/scribblings/main raco setup: 1 making: /racket-index/scribblings/main/private raco setup: 1 making: /racket-index/scribblings/main/user raco setup: 1 making: /racket-index/setup raco setup: 1 making: /racket-index/setup/private raco setup: 1 making: /racklog raco setup: 1 making: /racklog/lang raco setup: 1 making: /racklog/tests raco setup: 3 making: /racket-doc/scribblings/guide/contracts raco setup: 3 making: /racket-doc/scribblings/guide/contracts/examples raco setup: 3 making: /racket-doc/scribblings/inside raco setup: 3 making: /racket-doc/scribblings/more raco setup: 3 making: /racket-doc/scribblings/private raco setup: 3 making: /racket-doc/scribblings/raco raco setup: 3 making: /racket-doc/scribblings/reference raco setup: 1 making: /racklog/tests/lang raco setup: 1 making: /racklog/tests/pr raco setup: 1 making: /rackunit-doc/rackunit raco setup: 1 making: /rackunit-doc/rackunit/scribblings raco setup: 1 making: /rackunit-gui/rackunit raco setup: 1 making: /rackunit-gui/rackunit/private/gui raco setup: 1 making: /rackunit-lib/rackunit raco setup: 1 making: /rackunit-lib/rackunit/private raco setup: 1 making: /rackunit-plugin-lib/rackunit raco setup: 1 making: /rackunit-typed raco setup: 1 making: /rackunit-typed/rackunit raco setup: 1 making: /readline-doc/readline raco setup: 1 making: /readline-lib/readline raco setup: 1 making: /realm (Realm of Racket Source Code) raco setup: 1 making: /realm/chapter10 raco setup: 1 making: /realm/chapter12 raco setup: 1 making: /realm/chapter13 raco setup: 1 making: /realm/chapter14 raco setup: 1 making: /realm/chapter2 raco setup: 1 making: /realm/chapter5 raco setup: 1 making: /realm/chapter6 raco setup: 1 making: /realm/chapter8 raco setup: 1 making: /redex-benchmark/redex raco setup: 1 making: /redex-benchmark/redex/benchmark raco setup: 1 making: /redex-benchmark/redex/benchmark/models raco setup: 1 making: /redex-benchmark/redex/benchmark/models/delim-cont raco setup: 1 making: /redex-benchmark/redex/benchmark/models/let-poly raco setup: 3 making: /racket-doc/scribblings/style raco setup: 3 making: /redex-doc/redex raco setup: 4 making: /data-doc/data/scribblings raco setup: 4 making: /redex-examples/redex/examples (Reduction Semantics examples) raco setup: 7 making: /plot-lib/plot/private raco setup: 7 making: /plot-lib/plot/private/common raco setup: 7 making: /plot-lib/plot/private/deprecated raco setup: 7 making: /plot-lib/plot/private/no-gui raco setup: 7 making: /plot-lib/plot/private/plot2d raco setup: 7 making: /plot-lib/plot/private/plot3d raco setup: 7 making: /plot-lib/plot/typed raco setup: 1 making: /redex-benchmark/redex/benchmark/models/list-machine raco setup: 7 making: /redex-gui-lib/redex raco setup: 7 making: /redex-gui-lib/redex/private raco setup: 7 making: /redex-lib/redex (PLT Redex) raco setup: 7 making: /redex-lib/redex/private raco setup: 7 making: /redex-pict-lib/redex raco setup: 7 making: /redex-pict-lib/redex/private raco setup: 7 making: /sandbox-lib/scheme raco setup: 7 making: /sasl raco setup: 7 making: /sasl-doc raco setup: 7 making: /sasl-lib raco setup: 7 making: /sasl-lib/private raco setup: 7 making: /scheme-doc/scribblings/scheme raco setup: 7 making: /scheme-lib/scheme raco setup: 7 making: /scheme-lib/scheme/base/lang raco setup: 7 making: /scheme-lib/scheme/exists raco setup: 7 making: /scheme-lib/scheme/exists/lang raco setup: 7 making: /scheme-lib/scheme/gui raco setup: 7 making: /scheme-lib/scheme/lang raco setup: 7 making: /scheme-lib/scheme/load/lang raco setup: 7 making: /scheme-lib/scheme/private raco setup: 7 making: /scheme-lib/scheme/private/provider raco setup: 7 making: /scheme-lib/scheme/private/provider/lang raco setup: 7 making: /scheme-lib/scheme/signature/lang raco setup: 7 making: /scheme-lib/scheme/unit raco setup: 7 making: /scheme-lib/scheme/unit/lang raco setup: 7 making: /scheme-lib/scheme/unsafe raco setup: 7 making: /schemeunit raco setup: 7 making: /scribble-doc/scribblings/scribble raco setup: 1 making: /redex-benchmark/redex/benchmark/models/poly-stlc raco setup: 6 making: /plot-compat/plot/private raco setup: 6 making: /scribble-doc/scriblib/scribblings raco setup: 3 making: /redex-doc/redex/scribblings raco setup: 3 making: /redex-doc/redex/scribblings/extended-exercises raco setup: 6 making: /scribble-html-lib/scribble raco setup: 5 making: /plot-gui-lib/plot/private/gui raco setup: 6 making: /scribble-html-lib/scribble/html raco setup: 6 making: /scribble-html-lib/scribble/html/lang raco setup: 6 making: /scribble-lib/help raco setup: 6 making: /scribble-lib/scribble raco setup: 5 making: /scribble-lib/scriblib raco setup: 5 making: /scribble-lib/scriblib/private raco setup: 5 making: /scribble-text-lib/scribble raco setup: 5 making: /scribble-text-lib/scribble/text raco setup: 5 making: /scribble-text-lib/scribble/text/lang raco setup: 5 making: /serialize-cstruct-lib/ffi raco setup: 5 making: /sgl raco setup: 6 making: /scribble-lib/scribble/acmart raco setup: 6 making: /scribble-lib/scribble/acmart/lang raco setup: 6 making: /scribble-lib/scribble/base raco setup: 6 making: /scribble-lib/scribble/base/lang raco setup: 6 making: /scribble-lib/scribble/book raco setup: 5 making: /sgl/scribblings raco setup: 5 making: /shell-completion raco setup: 4 making: /redex-examples/redex/examples/cont-mark-transform raco setup: 5 making: /simple-tree-text-markup-doc/scribblings/simple-tree-text-markup raco setup: 6 making: /scribble-lib/scribble/book/lang raco setup: 6 making: /scribble-lib/scribble/elsarticle raco setup: 6 making: /scribble-lib/scribble/elsarticle/lang raco setup: 6 making: /scribble-lib/scribble/jfp raco setup: 6 making: /scribble-lib/scribble/jfp/lang raco setup: 6 making: /scribble-lib/scribble/lncs raco setup: 6 making: /scribble-lib/scribble/lncs/lang raco setup: 6 making: /scribble-lib/scribble/lp/lang raco setup: 6 making: /scribble-lib/scribble/manual raco setup: 6 making: /scribble-lib/scribble/manual/lang raco setup: 6 making: /scribble-lib/scribble/private raco setup: 5 making: /simple-tree-text-markup-lib/simple-tree-text-markup raco setup: 5 making: /simple-tree-text-markup-lib/simple-tree-text-markup/private raco setup: 5 making: /slatex raco setup: 6 making: /scribble-lib/scribble/report raco setup: 6 making: /scribble-lib/scribble/report/lang raco setup: 6 making: /scribble-lib/scribble/sigplan raco setup: 6 making: /scribble-lib/scribble/sigplan/lang raco setup: 6 making: /slideshow-doc/scribblings/quick raco setup: 3 making: /redex-doc/redex/scribblings/long-tut raco setup: 3 making: /redex-doc/redex/scribblings/long-tut/code raco setup: 5 making: /slatex/private raco setup: 5 making: /slatex/tests raco setup: 2 making: /math-doc/math/scribblings raco setup: 5 making: /slatex/tests/slatex raco setup: 2 making: /slideshow-exe/slideshow raco setup: 5 making: /slideshow-lib/slideshow raco setup: 6 making: /slideshow-doc/scribblings/slideshow raco setup: 2 making: /slideshow-lib/texpict raco setup: 0 making: /plot-doc/plot/scribblings raco setup: 0 making: /slideshow-plugin/slideshow raco setup: 2 making: /slideshow-plugin/texpict raco setup: 2 making: /source-syntax raco setup: 2 making: /srfi-doc/srfi/scribblings raco setup: 5 making: /slideshow-lib/slideshow/fullscreen raco setup: 5 making: /slideshow-lib/slideshow/lang raco setup: 5 making: /slideshow-lib/slideshow/private raco setup: 5 making: /slideshow-lib/slideshow/widescreen raco setup: 5 making: /srfi-lib/srfi raco setup: 0 making: /srfi-lite-lib/srfi raco setup: 4 making: /redex-examples/redex/examples/define-judgment-form raco setup: 0 making: /srfi-lite-lib/srfi/1 raco setup: 0 making: /srfi-lite-lib/srfi/13 raco setup: 0 making: /srfi-lite-lib/srfi/14 raco setup: 0 making: /srfi-lite-lib/srfi/19 raco setup: 0 making: /srfi-lite-lib/srfi/29 raco setup: 0 making: /srfi-lite-lib/srfi/8 raco setup: 0 making: /string-constants-doc/string-constants raco setup: 0 making: /string-constants-lib/string-constants raco setup: 0 making: /string-constants-lib/string-constants/private raco setup: 0 making: /swindle raco setup: 6 making: /syntax-color-doc/syntax-color raco setup: 1 making: /redex-benchmark/redex/benchmark/models/rbtrees raco setup: 2 making: /syntax-color-lib/syntax-color raco setup: 2 making: /syntax-color-lib/syntax-color/private raco setup: 2 making: /testing-util-lib/rackunit raco setup: 2 making: /tex-table raco setup: 2 making: /trace (Calltrace) raco setup: 2 making: /trace/scribblings raco setup: 2 making: /typed-racket-compatibility/typed raco setup: 6 making: /typed-racket-compatibility/typed-scheme raco setup: 2 making: /typed-racket-compatibility/typed/scheme raco setup: 4 making: /redex-examples/redex/examples/delim-cont raco setup: 6 making: /typed-racket-compatibility/typed-scheme/lang raco setup: 6 making: /typed-racket-compatibility/typed-scheme/no-check/lang raco setup: 6 making: /typed-racket-doc/source-syntax raco setup: 2 making: /typed-racket-compatibility/typed/scheme/base raco setup: 6 making: /typed-racket-doc/typed-racket raco setup: 2 making: /typed-racket-compatibility/typed/scheme/base/lang raco setup: 0 making: /swindle/lang raco setup: 0 making: /typed-racket-lib/typed raco setup: 0 making: /typed-racket-lib/typed/file raco setup: 2 making: /typed-racket-compatibility/typed/scheme/base/no-check/lang raco setup: 2 making: /typed-racket-compatibility/typed/scheme/lang raco setup: 2 making: /typed-racket-compatibility/typed/scheme/no-check/lang raco setup: 2 making: /typed-racket-lib/typed-racket raco setup: 2 making: /typed-racket-lib/typed-racket/base-env raco setup: 2 making: /typed-racket-lib/typed-racket/env raco setup: 2 making: /typed-racket-lib/typed-racket/infer raco setup: 2 making: /typed-racket-lib/typed-racket/logic raco setup: 2 making: /typed-racket-lib/typed-racket/minimal/lang raco setup: 2 making: /typed-racket-lib/typed-racket/optimizer raco setup: 2 making: /typed-racket-lib/typed-racket/private raco setup: 2 making: /typed-racket-lib/typed-racket/rep raco setup: 2 making: /typed-racket-lib/typed-racket/static-contracts raco setup: 2 making: /typed-racket-lib/typed-racket/static-contracts/combinators raco setup: 2 making: /typed-racket-lib/typed-racket/typecheck raco setup: 2 making: /typed-racket-lib/typed-racket/typecheck/tc-app raco setup: 2 making: /typed-racket-lib/typed-racket/types raco setup: 2 making: /typed-racket-lib/typed-racket/utils raco setup: 2 making: /typed-racket-more/typed raco setup: 0 making: /typed-racket-lib/typed/private raco setup: 0 making: /typed-racket-lib/typed/racket raco setup: 7 making: /unix-socket-doc/scribblings/socket raco setup: 7 making: /web-server-doc/web-server raco setup: 4 making: /redex-examples/redex/examples/list-machine raco setup: 1 making: /redex-benchmark/redex/benchmark/models/rvm raco setup: 0 making: /typed-racket-lib/typed/racket/base raco setup: 0 making: /typed-racket-lib/typed/racket/base/deep/lang raco setup: 0 making: /typed-racket-lib/typed/racket/base/lang raco setup: 0 making: /typed-racket-lib/typed/racket/base/no-check/lang raco setup: 0 making: /typed-racket-lib/typed/racket/base/optional/lang raco setup: 0 making: /typed-racket-lib/typed/racket/base/shallow/lang raco setup: 0 making: /typed-racket-lib/typed/racket/deep/lang raco setup: 0 making: /typed-racket-lib/typed/racket/lang raco setup: 0 making: /typed-racket-lib/typed/racket/no-check/lang raco setup: 0 making: /typed-racket-lib/typed/racket/optional/lang raco setup: 4 making: /redex-examples/redex/examples/r6rs raco setup: 0 making: /typed-racket-lib/typed/racket/shallow/lang raco setup: 0 making: /web-server-lib/web-server raco setup: 3 making: /redex-doc/redex/scribblings/long-tut/exercise raco setup: 3 making: /redex-doc/redex/scribblings/ref raco setup: 3 making: /wxme-lib/wxme raco setup: 3 making: /wxme-lib/wxme/private raco setup: 3 making: /xrepl-doc/xrepl (eXtended REPL) raco setup: 3 making: /xrepl-lib/xrepl (eXtended REPL) raco setup: 3 making: /drracket-plugin-lib/drracket raco setup: 3 making: /drracket-plugin-lib/drracket/private raco setup: 3 making: /drracket-plugin-lib/drscheme raco setup: 3 making: /drracket-plugin-lib/lang raco setup: 3 making: /drracket-tool-doc/scribblings/drracket-tools raco setup: 5 making: /srfi-lib/srfi/%3a1 raco setup: 3 making: /drracket-tool-lib/drracket raco setup: 5 making: /srfi-lib/srfi/%3a11 raco setup: 3 making: /drracket-tool-lib/drracket/private raco setup: 5 making: /srfi-lib/srfi/%3a13 raco setup: 3 making: /drracket-tool-text-lib/drracket raco setup: 3 making: /drracket-tool-text-lib/drracket/private/syncheck raco setup: 3 making: /drracket/browser raco setup: 5 making: /srfi-lib/srfi/%3a14 raco setup: 5 making: /srfi-lib/srfi/%3a16 raco setup: 5 making: /srfi-lib/srfi/%3a17 raco setup: 5 making: /srfi-lib/srfi/%3a18 raco setup: 5 making: /srfi-lib/srfi/%3a19 raco setup: 5 making: /srfi-lib/srfi/%3a2 raco setup: 5 making: /srfi-lib/srfi/%3a23 raco setup: 5 making: /srfi-lib/srfi/%3a25 raco setup: 5 making: /srfi-lib/srfi/%3a26 raco setup: 5 making: /srfi-lib/srfi/%3a27 raco setup: 5 making: /srfi-lib/srfi/%3a28 raco setup: 5 making: /srfi-lib/srfi/%3a29 raco setup: 5 making: /srfi-lib/srfi/%3a31 raco setup: 5 making: /srfi-lib/srfi/%3a38 raco setup: 5 making: /srfi-lib/srfi/%3a39 raco setup: 5 making: /srfi-lib/srfi/%3a41 raco setup: 5 making: /srfi-lib/srfi/%3a42 raco setup: 5 making: /srfi-lib/srfi/%3a43 raco setup: 4 making: /redex-examples/redex/examples/racket-machine raco setup: 5 making: /srfi-lib/srfi/%3a45 raco setup: 5 making: /srfi-lib/srfi/%3a48 raco setup: 5 making: /srfi-lib/srfi/%3a5 raco setup: 5 making: /srfi-lib/srfi/%3a54 raco setup: 5 making: /srfi-lib/srfi/%3a57 raco setup: 5 making: /srfi-lib/srfi/%3a59 raco setup: 5 making: /srfi-lib/srfi/%3a6 raco setup: 5 making: /srfi-lib/srfi/%3a60 raco setup: 5 making: /srfi-lib/srfi/%3a61 raco setup: 5 making: /srfi-lib/srfi/%3a63 raco setup: 5 making: /srfi-lib/srfi/%3a64 raco setup: 5 making: /srfi-lib/srfi/%3a66 raco setup: 5 making: /srfi-lib/srfi/%3a67 raco setup: 5 making: /srfi-lib/srfi/%3a69 raco setup: 5 making: /srfi-lib/srfi/%3a71 raco setup: 5 making: /srfi-lib/srfi/%3a74 raco setup: 5 making: /srfi-lib/srfi/%3a78 raco setup: 5 making: /srfi-lib/srfi/%3a8 raco setup: 5 making: /srfi-lib/srfi/%3a86 raco setup: 5 making: /srfi-lib/srfi/%3a87 raco setup: 5 making: /srfi-lib/srfi/%3a9 raco setup: 5 making: /srfi-lib/srfi/%3a98 raco setup: 5 making: /srfi-lib/srfi/17 raco setup: 5 making: /srfi-lib/srfi/2 raco setup: 5 making: /srfi-lib/srfi/25 raco setup: 5 making: /srfi-lib/srfi/26 raco setup: 5 making: /srfi-lib/srfi/27 raco setup: 5 making: /srfi-lib/srfi/31 raco setup: 5 making: /srfi-lib/srfi/32 raco setup: 5 making: /srfi-lib/srfi/34 raco setup: 5 making: /srfi-lib/srfi/35 raco setup: 5 making: /srfi-lib/srfi/38 raco setup: 5 making: /srfi-lib/srfi/40 raco setup: 5 making: /srfi-lib/srfi/41 raco setup: 5 making: /srfi-lib/srfi/42 raco setup: 5 making: /srfi-lib/srfi/42ref raco setup: 4 making: /drracket/drracket raco setup: 6 making: /typed-racket-doc/typed-racket/scribblings raco setup: 6 making: /typed-racket-doc/typed-racket/scribblings/reference raco setup: 6 making: /drracket/drscheme raco setup: 5 making: /srfi-lib/srfi/43 raco setup: 5 making: /srfi-lib/srfi/45 raco setup: 5 making: /srfi-lib/srfi/48 raco setup: 5 making: /srfi-lib/srfi/5 raco setup: 5 making: /srfi-lib/srfi/54 raco setup: 5 making: /srfi-lib/srfi/57 raco setup: 5 making: /srfi-lib/srfi/59 raco setup: 5 making: /srfi-lib/srfi/60 raco setup: 5 making: /srfi-lib/srfi/61 raco setup: 5 making: /srfi-lib/srfi/63 raco setup: 5 making: /srfi-lib/srfi/64 raco setup: 5 making: /srfi-lib/srfi/67 raco setup: 5 making: /srfi-lib/srfi/69 raco setup: 5 making: /srfi-lib/srfi/7 raco setup: 5 making: /srfi-lib/srfi/71 raco setup: 5 making: /srfi-lib/srfi/74 raco setup: 5 making: /srfi-lib/srfi/78 raco setup: 5 making: /srfi-lib/srfi/86 raco setup: 5 making: /srfi-lib/srfi/87 raco setup: 5 making: /srfi-lib/srfi/9 raco setup: 5 making: /drracket/gui-debugger ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /drracket/drscheme/private ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 5 making: /drracket/help ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /drracket/macro-debugger raco setup: 3 making: /drracket/browser/private raco setup: 3 making: /drracket/browser/tests ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 ... raco setup: 4 making: /drracket/drracket/private raco setup: 3 making: /drracket/repo-time-stamp ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /drracket/scribble/tools raco setup: 3 making: /drracket/scribblings/drracket ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 6 making: /drracket/scribble/tools/private raco setup: 6 making: /drracket/setup raco setup: 5 making: /drracket/help/private raco setup: 5 making: /drracket/version ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* ... raco setup: 3 making: /drracket/scribblings/tools ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/scribble-lib/scribble/extract.rkt:8:0: do-include-extracted /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/scribble-lib/scribble/extract.rkt:40:0 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 2 making: /typed-racket-more/typed/db raco setup: 2 making: /typed-racket-more/typed/file ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 ... raco setup: 2 making: /typed-racket-more/typed/framework raco setup: 2 making: /typed-racket-more/typed/images ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/typed-racket-lib/typed-racket/tc-setup.rkt:71:0: tc-setup /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/typed-racket-lib/typed-racket/typed-racket.rkt:22:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 2 making: /typed-racket-more/typed/mred raco setup: 2 making: /typed-racket-more/typed/mrlib ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:145:4: compilation-manager-load-handler /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 ... ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 2 making: /typed-racket-more/typed/mzlib raco setup: 2 making: /typed-racket-more/typed/net raco setup: 1 making: /redex-benchmark/redex/benchmark/models/stlc+lists ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:700:0: compile-zo* /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:634:0: compile-zo*/cross-compile /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:450:15 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:436:12: build /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:407:0: maybe-compile-zo /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:210:0: compile-root /Users/pbulk/build/lang/racket/work/racket-8.15/collects/compiler/private/cm-minimal.rkt:105:4 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-build.rkt:385:9 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:471:25 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:457:20: loop raco setup: 4 making: /drracket/drracket/private/syncheck raco setup: 7 making: /web-server-doc/web-server/scribblings raco setup: 7 making: /web-server-doc/web-server/scribblings/tutorial raco setup: 2 making: /typed-racket-more/typed/net/cookies raco setup: 2 making: /typed-racket-more/typed/openssl raco setup: 2 making: /typed-racket-more/typed/syntax raco setup: 2 making: /typed-racket-more/typed/web-server raco setup: --- building documentation --- [8:16:06] raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/scribble.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/scribble-style.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/racket.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/manual-style.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/manual-racket.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/manual-racket.js raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/manual-fonts.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/scribble-common.js raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/doc-site.css raco setup: installing: /Users/pbulk/build/lang/racket/work/racket-8.15/src/cs/c/compiled/doc/doc-site.js raco setup: running: /racket-doc/scribblings/reference/reference.scrbl raco setup: 6 running: /2d-doc/scribblings/2d.scrbl raco setup: 5 running: /racket-index/scribblings/main/acks.scrbl raco setup: 2 running: /drracket/help/bug-report.scrbl raco setup: 4 running: /algol60/algol60.scrbl raco setup: 0 running: /racket-doc/compatibility/scribblings/compatibility.scrbl raco setup: 3 running: /drracket/browser/browser.scrbl raco setup: 1 running: /games/cards/cards.scrbl raco setup: 7 running: /racket-doc/scribblings/guide/guide.scrbl raco setup: 5 running: /web-server-doc/web-server/scribblings/tutorial/continue.scrbl raco setup: 4 running: /contract-profile/scribblings/contract-profile.scrbl raco setup: 0 running: /net-cookies-doc/net/cookies/scribblings/cookies.scrbl raco setup: 1 running: /data-doc/data/scribblings/data.scrbl raco setup: 6 running: /datalog/scribblings/datalog.scrbl raco setup: 3 running: /db-doc/db/scribblings/db.scrbl raco setup: 4 running: /deinprogramm/deinprogramm/scribblings/deinprogramm.scrbl raco setup: 2 running: /scribble-doc/scribblings/scribble/demo-m1.scrbl raco setup: 2 running: /scribble-doc/scribblings/scribble/demo-m2.scrbl raco setup: 2 running: /scribble-doc/scribblings/scribble/demo-manual-m1.scrbl raco setup: 0 running: /scribble-doc/scribblings/scribble/demo-manual-m2.scrbl raco setup: 2 running: /scribble-doc/scribblings/scribble/demo-manual-s1.scrbl raco setup: 6 running: /scribble-doc/scribblings/scribble/demo-manual-s2.scrbl raco setup: 2 running: /scribble-doc/scribblings/scribble/demo-s1.scrbl raco setup: 0 running: /scribble-doc/scribblings/scribble/demo-s2.scrbl raco setup: 6 running: /distributed-places-doc/scribblings/distributed-places/distributed-places.scrbl raco setup: 0 running: /draw-doc/scribblings/draw/draw.scrbl raco setup: 2 running: /drracket/scribblings/drracket/drracket.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 0 running: /drracket-tool-doc/scribblings/drracket-tools/drracket-tools.scrbl raco setup: 3 running: /ds-store-doc/ds-store.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 2 running: /racket-doc/dynext/dynext.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 1 running: /gui-doc/embedded-gui/scribblings/embedded-gui.scrbl raco setup: 4 running: /eopl/eopl.scrbl raco setup: 3 running: /errortrace-doc/errortrace/scribblings/errortrace.scrbl raco setup: 6 running: /expeditor-doc/expeditor.scrbl raco setup: 5 running: /racket-doc/file/scribblings/file.scrbl raco setup: 0 running: /racket-doc/scribblings/foreign/foreign.scrbl raco setup: 3 running: /gui-doc/scribblings/framework/framework.scrbl raco setup: 2 running: /frtime/scribblings/frtime.scrbl raco setup: 6 running: /future-visualizer/future-visualizer/scribblings/future-visualizer.scrbl raco setup: 1 running: /games/scribblings/games.scrbl raco setup: 5 running: /racket-doc/scribblings/getting-started/getting-started.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 1 running: /games/gl-board-game/gl-board-game.scrbl raco setup: 4 running: /htdp-doc/graphics/scribblings/graphics.scrbl raco setup: 5 running: /gui-doc/scribblings/gui/gui.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 5 running: /racket-doc/help/help.scrbl raco setup: 1 running: /htdp-doc/htdp/htdp.scrbl raco setup: 2 running: /htdp-doc/scribblings/htdp-langs/htdp-langs.scrbl raco setup: 6 running: /htdp-doc/scribblings/htdp-langs/htdp-ptr.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 6 running: /images-doc/images/scribblings/images.scrbl raco setup: 7 running: /racket-doc/scribblings/inside/inside.scrbl raco setup: 5 running: /html-doc/html/html.scrbl raco setup: 4 running: /racket-doc/json/json.scrbl raco setup: 4 running: /lazy/lazy.scrbl raco setup: 1 running: /racket-index/scribblings/main/license.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 6 running: /macro-debugger/macro-debugger/macro-debugger.scrbl raco setup: 1 running: /make/make.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 6 running: /math-doc/math/scribblings/math.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" body of top-level /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 6 running: /racket-doc/scribblings/more/more.scrbl raco setup: 1 running: /gui-doc/mrlib/scribblings/mrlib.scrbl raco setup: 0 running: /mysterx/scribblings/mysterx.scrbl raco setup: 5 running: /mzcom/mzcom.scrbl raco setup: 6 running: /compatibility-doc/mzlib/scribblings/mzlib.scrbl raco setup: 7 running: /mzscheme-doc/mzscheme/mzscheme.scrbl raco setup: 4 running: /net-doc/net/scribblings/net.scrbl raco setup: 0 running: /racket-doc/openssl/openssl.scrbl raco setup: 5 running: /optimization-coach/optimization-coach/scribblings/optimization-coach.scrbl raco setup: 7 running: /option-contract-doc/scribblings/option-contract.scrbl raco setup: 1 running: /net-doc/net/scribblings/osx-ssl.scrbl raco setup: 5 running: /parser-tools-doc/parser-tools/parser-tools.scrbl raco setup: 1 running: /pict-snip-doc/scribblings/pict-snip/pict-snip.scrbl raco setup: 3 running: /pict-doc/pict/scribblings/pict.scrbl raco setup: 0 running: /picturing-programs/picturing-programs/picturing-programs.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 3 running: /plai-doc/scribblings/plai.scrbl raco setup: 1 running: /racket-doc/pkg/scribblings/pkg.scrbl raco setup: 7 running: /planet-doc/planet/planet.scrbl raco setup: 1 running: /plot-doc/plot/scribblings/plot.scrbl raco setup: 0 running: /drracket/setup/plt-installer.scrbl raco setup: 5 running: /preprocessor/scribblings/preprocessor.scrbl raco setup: 6 running: /profile-doc/profile/scribblings/profile.scrbl raco setup: 7 running: /slideshow-doc/scribblings/quick/quick.scrbl raco setup: 3 running: /quickscript/scribblings/quickscript.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" body of top-level /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 7 running: /r5rs-doc/r5rs/r5rs.scrbl raco setup: 4 running: /r6rs-doc/r6rs/scribblings/r6rs.scrbl raco setup: 5 running: /racket-cheat/racket-cheat.scrbl raco setup: 0 running: /racklog/racklog.scrbl raco setup: 6 running: /rackunit-doc/rackunit/scribblings/rackunit.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 1 running: /racket-doc/scribblings/raco/raco.scrbl raco setup: 7 running: /readline-doc/readline/readline.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 3 running: /redex-doc/redex/redex.scrbl raco setup: 7 running: /racket-index/scribblings/main/release.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 5 running: /sasl-doc/sasl.scrbl raco setup: 7 running: /scheme-doc/scribblings/scheme/scheme.scrbl raco setup: 0 running: /scribble-doc/scribblings/scribble/scribble.scrbl raco setup: 4 running: /scribble-doc/scribblings/scribble/scribble-pp.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 0 running: /scribble-doc/scriblib/scribblings/scriblib.scrbl raco setup: 5 running: /sgl/scribblings/sgl.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:754:18 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:726:0: evaluate-program /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:895:5 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 3 running: /simple-tree-text-markup-doc/scribblings/simple-tree-text-markup/simple-tree-text-markup.scrbl raco setup: 6 running: /slatex/slatex-wrap.scrbl raco setup: 0 running: /slideshow-doc/scribblings/slideshow/slideshow.scrbl raco setup: 3 running: /typed-racket-doc/source-syntax/scribblings/source-syntax.scrbl raco setup: 4 running: /srfi-doc/srfi/scribblings/srfi.scrbl raco setup: 6 running: /racket-index/scribblings/main/start.scrbl raco setup: 3 running: /htdp-doc/stepper/scribblings/stepper.scrbl raco setup: 3 running: /string-constants-doc/string-constants/string-constants.scrbl raco setup: 0 running: /racket-doc/scribblings/style/style.scrbl raco setup: 6 running: /swindle/swindle.scrbl raco setup: 1 running: /racket-doc/syntax/scribblings/syntax.scrbl raco setup: 7 running: /syntax-color-doc/syntax-color/syntax-color.scrbl raco setup: 3 running: /htdp-doc/teachpack/teachpack.scrbl raco setup: 6 running: /htdp-doc/test-engine/test-engine.scrbl raco setup: 4 running: /drracket/version/tool.scrbl raco setup: 0 running: /drracket/scribblings/tools/tools.scrbl raco setup: 4 running: /trace/scribblings/trace.scrbl raco setup: 7 running: /typed-racket-doc/typed-racket/scribblings/ts-guide.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 4 running: /typed-racket-doc/typed-racket/scribblings/ts-reference.scrbl raco setup: 6 running: /htdp-doc/graphics/scribblings/turtles.scrbl raco setup: 0 running: /unix-socket-doc/scribblings/socket/unix-socket.scrbl raco setup: 5 running: /racket-doc/version/version.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: 4 running: /web-server-doc/web-server/scribblings/web-server.scrbl raco setup: 5 running: /web-server-doc/web-server/scribblings/web-server-internal.scrbl raco setup: 0 running: /net-doc/net/scribblings/win32-ssl.scrbl raco setup: 6 running: /racket-doc/xml/xml.scrbl raco setup: 0 running: /xrepl-doc/xrepl/xrepl.scrbl raco setup: 0 running: /racket-index/scribblings/main/local-redirect.scrbl raco setup: 6 running: /racket-index/scribblings/main/search.scrbl ffi-lib: could not load foreign library path: libfontconfig.1.dylib system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" body of top-level /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process context...: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:344:4: work-done method in list-queue% /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:292:17 /Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/parallel-do.rkt:246:4 /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:139:0: setup-scribblings body of "/Users/pbulk/build/lang/racket/work/racket-8.15/collects/setup/main.rkt" raco setup: WARNING: undefined tag in /racket-doc/scribblings/reference/reference.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "contracts")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "JIT")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (mod-path "racket/gui/interactive") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-syntax")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-require")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "match")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "lambda")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "package")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "classes")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "effective-places")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "apply")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-runtime-config")) raco setup: (mod-path "racket/gui/base") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "phases")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "bytestrings")) raco setup: (tech ("(lib scribblings/gui/gui.scrbl)" "eventspace")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "keywords")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "datatypes")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "application")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "stx-obj")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-languages")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "effective-futures")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "boxes")) raco setup: (mod-path "racket/gui") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "when+unless")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "define-struct")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "stx-certs")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "symbols")) raco setup: (mod-path "racket/gui/init") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "regexp")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-tables")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "conditionals")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-paths")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "s-exp")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "binding")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "scripts")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "numbers")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "func-call-performance")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "fixnums+flonums")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "namespaces")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "reflection")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "and+or")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "concurrency")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "bc")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "quote")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "code-inspectors+protect")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "strings")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "begin")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "virtual-machines")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "lists-and-syntax")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "cond")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "exns")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-reader")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "macros")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "language-get-info")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "define")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "let")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "pairs")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "conts")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "set!")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-provide")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "sequences")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "characters")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang reader")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "qq")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "submodules")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "vectors")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "i/o")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "for")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "syntax-notation")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "units")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "parameterize")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "main-and-test")) raco setup: ((lib "racket/gui.rkt") make-gui-namespace) raco setup: ((lib "racket/gui/base.rkt") application-file-handler) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") graphical-read-eval-print-loop) raco setup: ((lib "racket/gui/base.rkt") textual-read-eval-print-loop) raco setup: ((lib "racket/gui/dynamic.rkt") gui-available?) raco setup: WARNING: undefined tag in /algol60/algol60.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (mod-path "at-exp") raco setup: WARNING: undefined tag in /games/cards/cards.scrbl: raco setup: (mod-path "games/show-scribbling") raco setup: (mod-path "games/show-help") raco setup: ((lib "racket/gui/base.rkt") area-container<%>) raco setup: ((lib "racket/gui/base.rkt") bitmap%) raco setup: ((lib "racket/gui/base.rkt") dc<%>) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") pane%) raco setup: WARNING: undefined tag in /2d-doc/scribblings/2d.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /drracket/browser/browser.scrbl: raco setup: ((lib "racket/gui/base.rkt") area-container<%>) raco setup: ((lib "racket/gui/base.rkt") editor-canvas%) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") horizontal-panel%) raco setup: ((lib "racket/gui/base.rkt") image-snip%) raco setup: ((lib "racket/gui/base.rkt") keymap%) raco setup: ((lib "racket/gui/base.rkt") panel%) raco setup: ((lib "racket/gui/base.rkt") snip%) raco setup: ((lib "racket/gui/base.rkt") style-delta%) raco setup: ((lib "racket/gui/base.rkt") style<%>) raco setup: ((lib "racket/gui/base.rkt") text%) raco setup: ((lib "racket/gui/base.rkt") top-level-window<%>) raco setup: ((lib "racket/gui/base.rkt") vertical-panel%) raco setup: WARNING: undefined tag in /contract-profile/scribblings/contract-profile.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "contracts")) raco setup: WARNING: undefined tag in /scribble-doc/scribblings/scribble/demo-manual-m1.scrbl: raco setup: (mod-path "scribble/base") raco setup: ((lib "racket/draw.rkt") bitmap-dc%) raco setup: ((lib "racket/draw.rkt") dc<%>) raco setup: ((lib "scribble/manual.rkt") defform) raco setup: ((lib "scribble/manual.rkt") defsubform) raco setup: ((lib "scribble/manual.rkt") deftogether) raco setup: ((lib "scribble/manual.rkt") filebox) raco setup: ((lib "scribble/manual.rkt") inset-flow) raco setup: ((lib "scribble/manual.rkt") specsubform) raco setup: WARNING: undefined tag in /datalog/scribblings/datalog.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /scribble-doc/scribblings/scribble/demo-manual-s1.scrbl: raco setup: (mod-path "scribble/base") raco setup: ((lib "racket/draw.rkt") bitmap-dc%) raco setup: ((lib "racket/draw.rkt") dc<%>) raco setup: ((lib "scribble/manual.rkt") defform) raco setup: ((lib "scribble/manual.rkt") defsubform) raco setup: ((lib "scribble/manual.rkt") deftogether) raco setup: ((lib "scribble/manual.rkt") filebox) raco setup: ((lib "scribble/manual.rkt") inset-flow) raco setup: ((lib "scribble/manual.rkt") specsubform) raco setup: WARNING: undefined tag in /scribble-doc/scribblings/scribble/demo-manual-m2.scrbl: raco setup: (mod-path "scribble/base") raco setup: ((lib "racket/draw.rkt") bitmap-dc%) raco setup: ((lib "racket/draw.rkt") dc<%>) raco setup: ((lib "scribble/manual.rkt") defform) raco setup: ((lib "scribble/manual.rkt") defsubform) raco setup: ((lib "scribble/manual.rkt") deftogether) raco setup: ((lib "scribble/manual.rkt") filebox) raco setup: ((lib "scribble/manual.rkt") inset-flow) raco setup: ((lib "scribble/manual.rkt") specsubform) raco setup: WARNING: undefined tag in /scribble-doc/scribblings/scribble/demo-manual-s2.scrbl: raco setup: (mod-path "scribble/base") raco setup: ((lib "racket/draw.rkt") bitmap-dc%) raco setup: ((lib "racket/draw.rkt") dc<%>) raco setup: ((lib "scribble/manual.rkt") defform) raco setup: ((lib "scribble/manual.rkt") defsubform) raco setup: ((lib "scribble/manual.rkt") deftogether) raco setup: ((lib "scribble/manual.rkt") filebox) raco setup: ((lib "scribble/manual.rkt") inset-flow) raco setup: ((lib "scribble/manual.rkt") specsubform) raco setup: WARNING: undefined tag in /db-doc/db/scribblings/db.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /distributed-places-doc/scribblings/distributed-places/distributed-places.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "distributed-places")) raco setup: WARNING: undefined tag in /web-server-doc/web-server/scribblings/tutorial/continue.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /drracket-tool-doc/scribblings/drracket-tools/drracket-tools.scrbl: raco setup: (mod-path "racket/gui") raco setup: (part ("(lib scribblings/drracket/drracket.scrbl)" "color-scheme")) raco setup: WARNING: undefined tag in /expeditor-doc/expeditor.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /gui-doc/embedded-gui/scribblings/embedded-gui.scrbl: raco setup: ((lib "embedded-gui/scribblings/common.rkt") check-box%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") editor-snip%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") editor<%>) raco setup: ((lib "embedded-gui/scribblings/common.rkt") event%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") horizontal-panel%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") pasteboard%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") snip%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") text%) raco setup: ((lib "embedded-gui/scribblings/common.rkt") vertical-panel%) raco setup: WARNING: undefined tag in /eopl/eopl.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /racket-doc/scribblings/getting-started/getting-started.scrbl: raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "repl")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "other-editors")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: WARNING: undefined tag in /games/gl-board-game/gl-board-game.scrbl: raco setup: ((lib "racket/gui/base.rkt") canvas%) raco setup: WARNING: undefined tag in /frtime/scribblings/frtime.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: ((lib "racket/gui/base.rkt") bitmap%) raco setup: ((lib "racket/gui/base.rkt") button%) raco setup: ((lib "racket/gui/base.rkt") check-box%) raco setup: ((lib "racket/gui/base.rkt") choice%) raco setup: ((lib "racket/gui/base.rkt") control<%>) raco setup: ((lib "racket/gui/base.rkt") dialog%) raco setup: ((lib "racket/gui/base.rkt") font%) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") label-string?) raco setup: ((lib "racket/gui/base.rkt") list-box%) raco setup: ((lib "racket/gui/base.rkt") message%) raco setup: ((lib "racket/gui/base.rkt") normal-control-font) raco setup: ((lib "racket/gui/base.rkt") pane%) raco setup: ((lib "racket/gui/base.rkt") panel%) raco setup: ((lib "racket/gui/base.rkt") radio-box%) raco setup: ((lib "racket/gui/base.rkt") slider%) raco setup: ((lib "racket/gui/base.rkt") text-field%) raco setup: ((lib "racket/gui/base.rkt") top-level-window<%>) raco setup: ((lib "racket/gui/base.rkt") view-control-font) raco setup: WARNING: undefined tag in /future-visualizer/future-visualizer/scribblings/future-visualizer.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "effective-futures")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: WARNING: undefined tag in /racket-doc/help/help.scrbl: raco setup: (mod-path "scribble/xref") raco setup: WARNING: undefined tag in /htdp-doc/graphics/scribblings/graphics.scrbl: raco setup: (mod-path "racket/gui") raco setup: ((lib "graphics/scribblings/common.rkt") dc<%>) raco setup: ((lib "graphics/scribblings/common.rkt") key-event%) raco setup: ((lib "graphics/scribblings/common.rkt") snip%) raco setup: WARNING: undefined tag in /htdp-doc/htdp/htdp.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "modules")) raco setup: (mod-path "htdp/image") raco setup: (mod-path "racket/gui/base") raco setup: ((lib "2htdp/image.rkt") image-color?) raco setup: ((lib "racket/gui/base.rkt") image-snip%) raco setup: WARNING: undefined tag in /racket-doc/scribblings/foreign/foreign.scrbl: raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "cgc")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "c")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "bc")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (mod-path "racket/gui/base") raco setup: WARNING: undefined tag in /racket-doc/scribblings/more/more.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "parameterize")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "for")) raco setup: WARNING: undefined tag in /racket-doc/scribblings/inside/inside.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "virtual-machines")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: WARNING: undefined tag in /lazy/lazy.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /gui-doc/mrlib/scribblings/mrlib.scrbl: raco setup: (mod-path "racket/gui") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: ((lib "mrlib/scribblings/aligned-pasteboard/common.rkt") editor-canvas%) raco setup: ((lib "mrlib/scribblings/aligned-pasteboard/common.rkt") editor-snip%) raco setup: ((lib "mrlib/scribblings/aligned-pasteboard/common.rkt") pasteboard%) raco setup: ((lib "mrlib/scribblings/aligned-pasteboard/common.rkt") snip%) raco setup: ((lib "mrlib/scribblings/common.rkt") application-dark-mode-handler) raco setup: ((lib "mrlib/scribblings/common.rkt") area-container<%>) raco setup: ((lib "mrlib/scribblings/common.rkt") bitmap%) raco setup: ((lib "mrlib/scribblings/common.rkt") bitmap-dc%) raco setup: ((lib "mrlib/scribblings/common.rkt") canvas%) raco setup: ((lib "mrlib/scribblings/common.rkt") color%) raco setup: ((lib "mrlib/scribblings/common.rkt") dc<%>) raco setup: ((lib "mrlib/scribblings/common.rkt") dialog%) raco setup: ((lib "mrlib/scribblings/common.rkt") editor-canvas%) raco setup: ((lib "mrlib/scribblings/common.rkt") editor-snip%) raco setup: ((lib "mrlib/scribblings/common.rkt") editor<%>) raco setup: ((lib "mrlib/scribblings/common.rkt") eventspace?) raco setup: ((lib "mrlib/scribblings/common.rkt") font%) raco setup: ((lib "mrlib/scribblings/common.rkt") frame%) raco setup: ((lib "mrlib/scribblings/common.rkt") get-directory) raco setup: ((lib "mrlib/scribblings/common.rkt") get-file) raco setup: ((lib "mrlib/scribblings/common.rkt") get-file-list) raco setup: ((lib "mrlib/scribblings/common.rkt") horizontal-panel%) raco setup: ((lib "mrlib/scribblings/common.rkt") image-snip%) raco setup: ((lib "mrlib/scribblings/common.rkt") label-string?) raco setup: ((lib "mrlib/scribblings/common.rkt") mouse-event%) raco setup: ((lib "mrlib/scribblings/common.rkt") normal-control-font) raco setup: ((lib "mrlib/scribblings/common.rkt") pane%) raco setup: ((lib "mrlib/scribblings/common.rkt") panel%) raco setup: ((lib "mrlib/scribblings/common.rkt") pasteboard%) raco setup: ((lib "mrlib/scribblings/common.rkt") pen%) raco setup: ((lib "mrlib/scribblings/common.rkt") point%) raco setup: ((lib "mrlib/scribblings/common.rkt") popup-menu%) raco setup: ((lib "mrlib/scribblings/common.rkt") put-file) raco setup: ((lib "mrlib/scribblings/common.rkt") snip%) raco setup: ((lib "mrlib/scribblings/common.rkt") snip-class%) raco setup: ((lib "mrlib/scribblings/common.rkt") text%) raco setup: ((lib "mrlib/scribblings/common.rkt") top-level-window<%>) raco setup: ((lib "mrlib/scribblings/common.rkt") vertical-panel%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") brush%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") color%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") dc<%>) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") editor<%>) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") font%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") pasteboard%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") pen%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") point%) raco setup: ((lib "mrlib/scribblings/graph/common.rkt") snip%) raco setup: ((lib "racket/gui/base.rkt") dialog%) raco setup: ((lib "racket/gui/base.rkt") editor-canvas%) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") label-string?) raco setup: ((lib "racket/gui/base.rkt") pane%) raco setup: ((lib "racket/gui/base.rkt") panel%) raco setup: ((lib "racket/gui/base.rkt") snip%) raco setup: ((lib "scheme/gui.rkt") area-container<%>) raco setup: ((lib "scheme/gui.rkt") canvas%) raco setup: ((lib "scheme/gui.rkt") color%) raco setup: WARNING: undefined tag in /gui-doc/scribblings/framework/framework.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (tech ("(lib scribblings/gui/gui.scrbl)" "eventspace")) raco setup: (part ("(lib scribblings/gui/gui.scrbl)" "eventspaceinfo")) raco setup: ((lib "racket/gui.rkt") area-container<%>) raco setup: ((lib "racket/gui.rkt") area<%>) raco setup: ((lib "racket/gui.rkt") bitmap%) raco setup: ((lib "racket/gui.rkt") canvas%) raco setup: ((lib "racket/gui.rkt") canvas<%>) raco setup: ((lib "racket/gui.rkt") color%) raco setup: ((lib "racket/gui.rkt") dc<%>) raco setup: ((lib "racket/gui.rkt") editor-snip%) raco setup: ((lib "racket/gui.rkt") editor<%>) raco setup: ((lib "racket/gui.rkt") eventspace?) raco setup: ((lib "racket/gui.rkt") horizontal-panel%) raco setup: ((lib "racket/gui.rkt") key-event%) raco setup: ((lib "racket/gui.rkt") keymap%) raco setup: ((lib "racket/gui.rkt") mouse-event%) raco setup: ((lib "racket/gui.rkt") pane%) raco setup: ((lib "racket/gui.rkt") panel%) raco setup: ((lib "racket/gui.rkt") put-file) raco setup: ((lib "racket/gui.rkt") snip%) raco setup: ((lib "racket/gui.rkt") string-snip%) raco setup: ((lib "racket/gui.rkt") style-delta%) raco setup: ((lib "racket/gui.rkt") style-list%) raco setup: ((lib "racket/gui.rkt") style<%>) raco setup: ((lib "racket/gui.rkt") subarea<%>) raco setup: ((lib "racket/gui.rkt") tab-snip%) raco setup: ((lib "racket/gui.rkt") text%) raco setup: ((lib "racket/gui.rkt") the-color-database) raco setup: ((lib "racket/gui.rkt") top-level-window<%>) raco setup: ((lib "racket/gui.rkt") vertical-panel%) raco setup: ((lib "racket/gui.rkt") window<%>) raco setup: ((lib "racket/gui/base.rkt") append-editor-operation-menu-items) raco setup: ((lib "racket/gui/base.rkt") area-container-window<%>) raco setup: ((lib "racket/gui/base.rkt") area-container<%>) raco setup: ((lib "racket/gui/base.rkt") area<%>) raco setup: ((lib "racket/gui/base.rkt") bell) raco setup: ((lib "racket/gui/base.rkt") bitmap%) raco setup: ((lib "racket/gui/base.rkt") button%) raco setup: ((lib "racket/gui/base.rkt") canvas<%>) raco setup: ((lib "racket/gui/base.rkt") check-box%) raco setup: ((lib "racket/gui/base.rkt") choice%) raco setup: ((lib "racket/gui/base.rkt") color%) raco setup: ((lib "racket/gui/base.rkt") current-eventspace) raco setup: ((lib "racket/gui/base.rkt") current-text-keymap-initializer) raco setup: ((lib "racket/gui/base.rkt") cursor%) raco setup: ((lib "racket/gui/base.rkt") dialog%) raco setup: ((lib "racket/gui/base.rkt") editor-wordbreak-map%) raco setup: ((lib "racket/gui/base.rkt") editor<%>) raco setup: ((lib "racket/gui/base.rkt") event%) raco setup: ((lib "racket/gui/base.rkt") eventspace?) raco setup: ((lib "racket/gui/base.rkt") frame%) raco setup: ((lib "racket/gui/base.rkt") get-display-size) raco setup: ((lib "racket/gui/base.rkt") get-file) raco setup: ((lib "racket/gui/base.rkt") get-top-level-focus-window) raco setup: ((lib "racket/gui/base.rkt") key-event%) raco setup: ((lib "racket/gui/base.rkt") keymap%) raco setup: ((lib "racket/gui/base.rkt") list-box%) raco setup: ((lib "racket/gui/base.rkt") menu%) raco setup: ((lib "racket/gui/base.rkt") menu-item%) raco setup: ((lib "racket/gui/base.rkt") menu-item-container<%>) raco setup: ((lib "racket/gui/base.rkt") message+check-box/custom) raco setup: ((lib "racket/gui/base.rkt") message-box/custom) raco setup: ((lib "racket/gui/base.rkt") mouse-event%) raco setup: ((lib "racket/gui/base.rkt") open-input-text-editor) raco setup: ((lib "racket/gui/base.rkt") panel%) raco setup: ((lib "racket/gui/base.rkt") popup-menu%) raco setup: ((lib "racket/gui/base.rkt") put-file) raco setup: ((lib "racket/gui/base.rkt") radio-box%) raco setup: ((lib "racket/gui/base.rkt") snip%) raco setup: ((lib "racket/gui/base.rkt") snip-class%) raco setup: ((lib "racket/gui/base.rkt") style-delta%) raco setup: ((lib "racket/gui/base.rkt") style-list%) raco setup: ((lib "racket/gui/base.rkt") system-position-ok-before-cancel?) raco setup: ((lib "racket/gui/base.rkt") text%) raco setup: ((lib "racket/gui/base.rkt") top-level-window<%>) raco setup: ((lib "racket/gui/base.rkt") vertical-panel%) raco setup: ((lib "racket/gui/base.rkt") window<%>) raco setup: ((lib "racket/gui/base.rkt") yield) raco setup: ((lib "scheme/gui.rkt") add-editor-keymap-functions) raco setup: ((lib "scheme/gui.rkt") add-pasteboard-keymap-functions) raco setup: ((lib "scheme/gui.rkt") add-text-keymap-functions) raco setup: ((lib "scheme/gui.rkt") area-container<%>) raco setup: ((lib "scheme/gui.rkt") bitmap%) raco setup: ((lib "scheme/gui.rkt") can-get-page-setup-from-user?) raco setup: ((lib "scheme/gui.rkt") canvas%) raco setup: ((lib "scheme/gui.rkt") checkable-menu-item%) raco setup: ((lib "scheme/gui.rkt") color%) raco setup: ((lib "scheme/gui.rkt") control-event%) raco setup: ((lib "scheme/gui.rkt") control<%>) raco setup: ((lib "scheme/gui.rkt") current-eventspace-has-standard-menus?) raco setup: ((lib "scheme/gui.rkt") dc<%>) raco setup: ((lib "scheme/gui.rkt") dialog%) raco setup: ((lib "scheme/gui.rkt") dimension-integer?) raco setup: ((lib "scheme/gui.rkt") editor-canvas%) raco setup: ((lib "scheme/gui.rkt") editor-snip%) raco setup: ((lib "scheme/gui.rkt") editor-stream-in%) raco setup: ((lib "scheme/gui.rkt") editor-stream-out%) raco setup: ((lib "scheme/gui.rkt") editor<%>) raco setup: ((lib "scheme/gui.rkt") frame%) raco setup: ((lib "scheme/gui.rkt") get-display-count) raco setup: ((lib "scheme/gui.rkt") get-display-left-top-inset) raco setup: ((lib "scheme/gui.rkt") get-display-size) raco setup: ((lib "scheme/gui.rkt") horizontal-panel%) raco setup: ((lib "scheme/gui.rkt") image-snip%) raco setup: ((lib "scheme/gui.rkt") key-event%) raco setup: ((lib "scheme/gui.rkt") keymap%) raco setup: ((lib "scheme/gui.rkt") labelled-menu-item<%>) raco setup: ((lib "scheme/gui.rkt") make-eventspace) raco setup: ((lib "scheme/gui.rkt") menu%) raco setup: ((lib "scheme/gui.rkt") menu-bar%) raco setup: ((lib "scheme/gui.rkt") menu-item%) raco setup: ((lib "scheme/gui.rkt") menu-item-container<%>) raco setup: ((lib "scheme/gui.rkt") menu-item<%>) raco setup: ((lib "scheme/gui.rkt") message-box) raco setup: ((lib "scheme/gui.rkt") mouse-event%) raco setup: ((lib "scheme/gui.rkt") panel%) raco setup: ((lib "scheme/gui.rkt") pasteboard%) raco setup: ((lib "scheme/gui.rkt") popup-menu%) raco setup: ((lib "scheme/gui.rkt") position-integer?) raco setup: ((lib "scheme/gui.rkt") readable-snip<%>) raco setup: ((lib "scheme/gui.rkt") selectable-menu-item<%>) raco setup: ((lib "scheme/gui.rkt") separator-menu-item%) raco setup: ((lib "scheme/gui.rkt") snip%) raco setup: ((lib "scheme/gui.rkt") snip-class%) raco setup: ((lib "scheme/gui.rkt") spacing-integer?) raco setup: ((lib "scheme/gui.rkt") text%) raco setup: ((lib "scheme/gui.rkt") top-level-window<%>) raco setup: ((lib "scheme/gui.rkt") unregister-collecting-blit) raco setup: ((lib "scheme/gui.rkt") vertical-pane%) raco setup: ((lib "scheme/gui.rkt") window<%>) raco setup: WARNING: undefined tag in /pict-snip-doc/scribblings/pict-snip/pict-snip.scrbl: raco setup: (mod-path "wxme") raco setup: ((lib "pict/main.rkt") pict?) raco setup: ((lib "racket/snip.rkt") snip%) raco setup: ((lib "racket/snip.rkt") snip-class%) raco setup: WARNING: undefined tag in /racket-doc/pkg/scribblings/pkg.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "top")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "collection")) raco setup: (mod-path "scribble/html-render") raco setup: ((lib "scribble/base-render.rkt") render%) raco setup: ((lib "scribble/html-render.rkt") render-mixin) raco setup: ((lib "scribble/xref.rkt") load-xref) raco setup: ((lib "scribble/xref.rkt") make-data+root) raco setup: WARNING: undefined tag in /picturing-programs/picturing-programs/picturing-programs.scrbl: raco setup: (mod-path "2htdp/universe") raco setup: (mod-path "2htdp/image") raco setup: ((lib "2htdp/image.rkt") circle) raco setup: ((lib "2htdp/image.rkt") color) raco setup: ((lib "2htdp/image.rkt") color-alpha) raco setup: ((lib "2htdp/image.rkt") color-blue) raco setup: ((lib "2htdp/image.rkt") color-green) raco setup: ((lib "2htdp/image.rkt") color-red) raco setup: ((lib "2htdp/image.rkt") color?) raco setup: ((lib "2htdp/image.rkt") flip-horizontal) raco setup: ((lib "2htdp/image.rkt") flip-vertical) raco setup: ((lib "2htdp/image.rkt") image-height) raco setup: ((lib "2htdp/image.rkt") image-width) raco setup: ((lib "2htdp/image.rkt") image?) raco setup: ((lib "2htdp/image.rkt") make-color) raco setup: ((lib "teachpack/2htdp/universe.rkt") name) raco setup: WARNING: undefined tag in /compatibility-doc/mzlib/scribblings/mzlib.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (mod-path "data/integer-set") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: ((lib "data/integer-set.rkt") count) raco setup: ((lib "data/integer-set.rkt") subtract) raco setup: ((lib "data/integer-set.rkt") symmetric-difference) raco setup: ((lib "mzlib/integer-set.rkt") card) raco setup: ((lib "mzlib/integer-set.rkt") difference) raco setup: ((lib "mzlib/integer-set.rkt") xor) raco setup: WARNING: undefined tag in /planet-doc/planet/planet.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "top")) raco setup: (mod-path "scribble/manual") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "contracts")) raco setup: ((lib "scribble/manual.rkt") declare-exporting) raco setup: ((lib "scribble/manual.rkt") defmodule) raco setup: ((lib "scribble/manual.rkt") defmodule*) raco setup: ((lib "scribble/manual.rkt") defmodule*/no-declare) raco setup: ((lib "scribble/manual.rkt") defmodulelang) raco setup: ((lib "scribble/manual.rkt") defmodulelang*) raco setup: ((lib "scribble/manual.rkt") defmodulelang*/no-declare) raco setup: ((lib "scribble/manual.rkt") defmodulereader) raco setup: ((lib "scribble/manual.rkt") defmodulereader*) raco setup: ((lib "scribble/manual.rkt") defmodulereader*/no-declare) raco setup: ((lib "scribble/manual.rkt") racketmod) raco setup: ((lib "scribble/manual.rkt") racketmodlink) raco setup: ((lib "scribble/manual.rkt") racketmodname) raco setup: WARNING: undefined tag in /plai-doc/scribblings/plai.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /preprocessor/scribblings/preprocessor.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: WARNING: undefined tag in /drracket/setup/plt-installer.scrbl: raco setup: (mod-path "racket/gui/base") raco setup: WARNING: undefined tag in /r5rs-doc/r5rs/r5rs.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "dialects")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /racklog/racklog.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /r6rs-doc/r6rs/scribblings/r6rs.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "modules")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "dialects")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "module-paths")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "collection")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /rackunit-doc/rackunit/scribblings/rackunit.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /scribble-doc/scriblib/scribblings/scriblib.scrbl: raco setup: (mod-path "scribble/manual") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (tech ("(lib scribblings/scribble/scribble.scrbl)" "traverse pas")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "top")) raco setup: (mod-path "scribble/base") raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "config")) raco setup: ((lib "scribble/core.rkt") block?) raco setup: ((lib "scribble/core.rkt") content?) raco setup: ((lib "scribble/core.rkt") current-link-render-style) raco setup: ((lib "scribble/core.rkt") element-style?) raco setup: ((lib "scribble/core.rkt") element?) raco setup: ((lib "scribble/core.rkt") link-render-style?) raco setup: ((lib "scribble/core.rkt") make-style) raco setup: ((lib "scribble/core.rkt") nested-flow) raco setup: ((lib "scribble/core.rkt") style?) raco setup: ((lib "scribble/core.rkt") traverse-block) raco setup: ((lib "scribble/core.rkt") traverse-element) raco setup: ((lib "scribble/decode.rkt") pre-content?) raco setup: ((lib "scribble/decode.rkt") pre-flow?) raco setup: ((lib "scribble/eval.rkt") interaction) raco setup: ((lib "scribble/struct.rkt") element?) raco setup: ((lib "scribble/struct.rkt") make-element) raco setup: ((lib "scribble/struct.rkt") part?) raco setup: WARNING: undefined tag in /simple-tree-text-markup-doc/scribblings/simple-tree-text-markup/simple-tree-text-markup.scrbl: raco setup: ((lib "racket/draw.rkt") bitmap%) raco setup: ((lib "racket/draw.rkt") record-dc%) raco setup: ((lib "racket/snip.rkt") snip%) raco setup: WARNING: undefined tag in /scribble-doc/scribblings/scribble/scribble-pp.scrbl: raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "docreader")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "top")) raco setup: (mod-path "scribble/base") raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "at-exp-lang")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "reader")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (tech ("(lib scribblings/scribble/scribble.scrbl)" "@ form")) raco setup: WARNING: undefined tag in /slideshow-doc/scribblings/slideshow/slideshow.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (mod-path "pict") raco setup: (mod-path "at-exp") raco setup: (mod-path "pict/code") raco setup: ((lib "pict/main.rkt") pict?) raco setup: ((lib "racket/gui.rkt") color%) raco setup: ((lib "racket/gui.rkt") font%) raco setup: ((lib "racket/gui.rkt") frame%) raco setup: ((lib "racket/gui.rkt") yield) raco setup: ((lib "scribblings/slideshow/ss.rkt") baseless) raco setup: ((lib "scribblings/slideshow/ss.rkt") blank) raco setup: ((lib "scribblings/slideshow/ss.rkt") cc-superimpose) raco setup: ((lib "scribblings/slideshow/ss.rkt") cellophane) raco setup: ((lib "scribblings/slideshow/ss.rkt") circle) raco setup: ((lib "scribblings/slideshow/ss.rkt") colorize) raco setup: ((lib "scribblings/slideshow/ss.rkt") ct-superimpose) raco setup: ((lib "scribblings/slideshow/ss.rkt") current-expected-text-scale) raco setup: ((lib "scribblings/slideshow/ss.rkt") disk) raco setup: ((lib "scribblings/slideshow/ss.rkt") ghost) raco setup: ((lib "scribblings/slideshow/ss.rkt") lt-superimpose) raco setup: ((lib "scribblings/slideshow/ss.rkt") pict) raco setup: ((lib "scribblings/slideshow/ss.rkt") pict-height) raco setup: ((lib "scribblings/slideshow/ss.rkt") pict-width) raco setup: ((lib "scribblings/slideshow/ss.rkt") pict?) raco setup: ((lib "scribblings/slideshow/ss.rkt") scale) raco setup: ((lib "scribblings/slideshow/ss.rkt") text) raco setup: ((lib "scribblings/slideshow/ss.rkt") text-style/c) raco setup: ((lib "slideshow/code.rkt") get-current-code-font-size) raco setup: WARNING: undefined tag in /racket-doc/scribblings/raco/raco.scrbl: raco setup: (mod-path "at-exp") raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "cgc")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "c")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "bc")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "top")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "3m")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: ((lib "racket/gui.rkt") get-directory) raco setup: ((lib "racket/gui.rkt") put-file) raco setup: ((lib "racket/gui/base.rkt") get-directory) raco setup: ((lib "racket/gui/base.rkt") put-file) raco setup: ((lib "scribble/base.rkt") title) raco setup: ((lib "scribble/core.rkt") part) raco setup: ((lib "scribble/xref.rkt") load-xref) raco setup: ((lib "scribble/xref.rkt") xref?) raco setup: WARNING: undefined tag in /scheme-doc/scribblings/scheme/scheme.scrbl: raco setup: (mod-path "racket/gui") raco setup: (mod-path "racket/gui/base") raco setup: (mod-path "racket/gui/dynamic") raco setup: ((lib "racket/gui/dynamic.rkt") gui-dynamic-require) raco setup: WARNING: undefined tag in /swindle/swindle.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /srfi-doc/srfi/scribblings/srfi.scrbl: raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "rest argument")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "Function_Shorthand")) raco setup: WARNING: undefined tag in /racket-doc/scribblings/style/style.scrbl: raco setup: (mod-path "scribble/example") raco setup: (mod-path "racket/gui") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: ((lib "scribble/eval.rkt") examples) raco setup: ((lib "scribble/manual.rkt") as-index) raco setup: ((lib "scribble/manual.rkt") bold) raco setup: ((lib "scribble/manual.rkt") cite) raco setup: ((lib "scribble/manual.rkt") defform) raco setup: ((lib "scribble/manual.rkt") defform*) raco setup: ((lib "scribble/manual.rkt") defform/subs) raco setup: ((lib "scribble/manual.rkt") defproc) raco setup: ((lib "scribble/manual.rkt") defproc*) raco setup: ((lib "scribble/manual.rkt") deftech) raco setup: ((lib "scribble/manual.rkt") deftogether) raco setup: ((lib "scribble/manual.rkt") etc) raco setup: ((lib "scribble/manual.rkt") exec) raco setup: ((lib "scribble/manual.rkt") index) raco setup: ((lib "scribble/manual.rkt") indexed-racket) raco setup: ((lib "scribble/manual.rkt") litchar) raco setup: ((lib "scribble/manual.rkt") racket) raco setup: ((lib "scribble/manual.rkt") racketfont) raco setup: ((lib "scribble/manual.rkt") racketidfont) raco setup: ((lib "scribble/manual.rkt") racketmodname) raco setup: ((lib "scribble/manual.rkt") section-index) raco setup: ((lib "scribble/manual.rkt") tech) raco setup: ((lib "scribble/manual.rkt") verbatim) raco setup: WARNING: undefined tag in /syntax-color-doc/syntax-color/syntax-color.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (mod-path "racket/gui") raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "reader")) raco setup: ((lib "racket/gui/base.rkt") text%) raco setup: WARNING: undefined tag in /sgl/scribblings/sgl.scrbl: raco setup: (mod-path "racket/gui/base") raco setup: ((lib "sgl/scribblings/common.rkt") bitmap%) raco setup: ((lib "sgl/scribblings/common.rkt") canvas%) raco setup: WARNING: undefined tag in /htdp-doc/graphics/scribblings/turtles.scrbl: raco setup: ((lib "graphics/scribblings/common.rkt") color%) raco setup: ((lib "pict/main.rkt") pict?) raco setup: WARNING: undefined tag in /xrepl-doc/xrepl/xrepl.scrbl: raco setup: (part ("(lib macro-debugger/macro-debugger.scrbl)" "top")) raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "repl")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: ((lib "macro-debugger/analysis/check-requires.rkt") show-requires) raco setup: ((lib "macro-debugger/stepper-text.rkt") expand/step-text) raco setup: WARNING: undefined tag in /web-server-doc/web-server/scribblings/web-server-internal.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: WARNING: undefined tag in /web-server-doc/web-server/scribblings/web-server.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/scribble/scribble.scrbl)" "reader")) raco setup: WARNING: undefined tag in /typed-racket-doc/typed-racket/scribblings/ts-guide.scrbl: raco setup: (tech ("(lib scribblings/guide/guide.scrbl)" "repl")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib typed-racket/scribblings/ts-reference.scrbl)" "behavior-of-types")) raco setup: (tech ("(lib typed-racket/scribblings/ts-reference.scrbl)" "some")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "performance")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "using-set!")) raco setup: (mod-path "typed/racket/optional") raco setup: (mod-path "typed/racket/no-check") raco setup: (mod-path "typed/racket/base") raco setup: (tech ("(lib typed-racket/scribblings/ts-reference.scrbl)" "optional type")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "define-struct")) raco setup: (tech ("(lib typed-racket/scribblings/ts-reference.scrbl)" "deep type")) raco setup: (part ("(lib typed-racket/scribblings/ts-reference.scrbl)" "built-in-type-constructors")) raco setup: (part ("(lib typed-racket/scribblings/ts-reference.scrbl)" "top")) raco setup: (tech ("(lib typed-racket/scribblings/ts-reference.scrbl)" "shallow type")) raco setup: (mod-path "typed/racket/shallow") raco setup: (mod-path "typed/racket") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "contracts")) raco setup: ((lib "typed/racket.rkt") ->) raco setup: ((lib "typed/racket.rkt") ->*) raco setup: ((lib "typed/racket.rkt") :) raco setup: ((lib "typed/racket.rkt") :print-type) raco setup: ((lib "typed/racket.rkt") All) raco setup: ((lib "typed/racket.rkt") Any) raco setup: ((lib "typed/racket.rkt") Boolean) raco setup: ((lib "typed/racket.rkt") Boxof) raco setup: ((lib "typed/racket.rkt") Bytes) raco setup: ((lib "typed/racket.rkt") Char) raco setup: ((lib "typed/racket.rkt") Class) raco setup: ((lib "typed/racket.rkt") Complex) raco setup: ((lib "typed/racket.rkt") Exact-Positive-Integer) raco setup: ((lib "typed/racket.rkt") False) raco setup: ((lib "typed/racket.rkt") Fixnum) raco setup: ((lib "typed/racket.rkt") Float) raco setup: ((lib "typed/racket.rkt") Float-Complex) raco setup: ((lib "typed/racket.rkt") Has-Struct-Property) raco setup: ((lib "typed/racket.rkt") Inexact-Real) raco setup: ((lib "typed/racket.rkt") Instance) raco setup: ((lib "typed/racket.rkt") Integer) raco setup: ((lib "typed/racket.rkt") List) raco setup: ((lib "typed/racket.rkt") Listof) raco setup: ((lib "typed/racket.rkt") Natural) raco setup: ((lib "typed/racket.rkt") Nothing) raco setup: ((lib "typed/racket.rkt") Number) raco setup: ((lib "typed/racket.rkt") Object) raco setup: ((lib "typed/racket.rkt") Option) raco setup: ((lib "typed/racket.rkt") Pair) raco setup: ((lib "typed/racket.rkt") Pairof) raco setup: ((lib "typed/racket.rkt") Positive-Integer) raco setup: ((lib "typed/racket.rkt") Real) raco setup: ((lib "typed/racket.rkt") Rec) raco setup: ((lib "typed/racket.rkt") Regexp) raco setup: ((lib "typed/racket.rkt") Self) raco setup: ((lib "typed/racket.rkt") Some) raco setup: ((lib "typed/racket.rkt") String) raco setup: ((lib "typed/racket.rkt") Struct-Property) raco setup: ((lib "typed/racket.rkt") Struct-Type-Property) raco setup: ((lib "typed/racket.rkt") Symbol) raco setup: ((lib "typed/racket.rkt") True) raco setup: ((lib "typed/racket.rkt") U) raco setup: ((lib "typed/racket.rkt") Values) raco setup: ((lib "typed/racket.rkt") Vector) raco setup: ((lib "typed/racket.rkt") Vectorof) raco setup: ((lib "typed/racket.rkt") Zero) raco setup: ((lib "typed/racket.rkt") ann) raco setup: ((lib "typed/racket.rkt") assert) raco setup: ((lib "typed/racket.rkt") case->) raco setup: ((lib "typed/racket.rkt") case-lambda) raco setup: ((lib "typed/racket.rkt") cast) raco setup: ((lib "typed/racket.rkt") class) raco setup: ((lib "typed/racket.rkt") define) raco setup: ((lib "typed/racket.rkt") define-predicate) raco setup: ((lib "typed/racket.rkt") define-type) raco setup: ((lib "typed/racket.rkt") field) raco setup: ((lib "typed/racket.rkt") for) raco setup: ((lib "typed/racket.rkt") inherit-field) raco setup: ((lib "typed/racket.rkt") inst) raco setup: ((lib "typed/racket.rkt") lambda) raco setup: ((lib "typed/racket.rkt") let) raco setup: ((lib "typed/racket.rkt") let*) raco setup: ((lib "typed/racket.rkt") let*-values) raco setup: ((lib "typed/racket.rkt") let-values) raco setup: ((lib "typed/racket.rkt") letrec) raco setup: ((lib "typed/racket.rkt") letrec-values) raco setup: ((lib "typed/racket.rkt") require/typed) raco setup: ((lib "typed/racket.rkt") struct) raco setup: ((lib "typed/racket/base.rkt") ->) raco setup: ((lib "typed/racket/base.rkt") :) raco setup: ((lib "typed/racket/base.rkt") All) raco setup: ((lib "typed/racket/base.rkt") Boolean) raco setup: ((lib "typed/racket/base.rkt") Integer) raco setup: ((lib "typed/racket/base.rkt") Listof) raco setup: ((lib "typed/racket/base.rkt") Number) raco setup: ((lib "typed/racket/base.rkt") String) raco setup: ((lib "typed/racket/base.rkt") define) raco setup: ((lib "typed/racket/base.rkt") inst) raco setup: ((lib "typed/racket/base.rkt") λ) raco setup: WARNING: undefined tag in /racket-doc/syntax/scribblings/syntax.scrbl: raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "top")) raco setup: (mod-path "at-exp") raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-languages")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "hash-lang")) raco setup: (part ("(lib scribblings/guide/guide.scrbl)" "void+undefined")) raco setup: (mod-path "scribble/srcdoc") raco setup: 7 rendering: /racket-doc/scribblings/reference/reference.scrbl raco setup: 6 rendering: /2d-doc/scribblings/2d.scrbl raco setup: 5 rendering: /racket-index/scribblings/main/acks.scrbl raco setup: 4 rendering: /algol60/algol60.scrbl raco setup: 3 rendering: /drracket/browser/browser.scrbl raco setup: 2 rendering: /drracket/help/bug-report.scrbl raco setup: 1 rendering: /games/cards/cards.scrbl raco setup: 0 rendering: /racket-doc/compatibility/scribblings/compatibility.scrbl raco setup: 5 rendering: /web-server-doc/web-server/scribblings/tutorial/continue.scrbl raco setup: 4 rendering: /contract-profile/scribblings/contract-profile.scrbl raco setup: 4 rendering: /net-cookies-doc/net/cookies/scribblings/cookies.scrbl raco setup: 6 rendering: /datalog/scribblings/datalog.scrbl raco setup: 0 rendering: /db-doc/db/scribblings/db.scrbl raco setup: 1 rendering: /deinprogramm/deinprogramm/scribblings/deinprogramm.scrbl raco setup: 2 rendering: /scribble-doc/scribblings/scribble/demo-m1.scrbl raco setup: 2 rendering: /scribble-doc/scribblings/scribble/demo-m2.scrbl raco setup: 2 rendering: /scribble-doc/scribblings/scribble/demo-manual-m1.scrbl raco setup: 4 rendering: /scribble-doc/scribblings/scribble/demo-manual-m2.scrbl raco setup: 6 rendering: /scribble-doc/scribblings/scribble/demo-manual-s1.scrbl raco setup: 2 rendering: /scribble-doc/scribblings/scribble/demo-manual-s2.scrbl raco setup: 3 rendering: /scribble-doc/scribblings/scribble/demo-s1.scrbl raco setup: 4 rendering: /scribble-doc/scribblings/scribble/demo-s2.scrbl raco setup: 3 rendering: /distributed-places-doc/scribblings/distributed-places/distributed-places.scrbl raco setup: 6 rendering: /drracket-tool-doc/scribblings/drracket-tools/drracket-tools.scrbl raco setup: 4 rendering: /ds-store-doc/ds-store.scrbl raco setup: 2 rendering: /racket-doc/dynext/dynext.scrbl raco setup: 4 rendering: /gui-doc/embedded-gui/scribblings/embedded-gui.scrbl raco setup: 2 rendering: /eopl/eopl.scrbl raco setup: 0 rendering: /errortrace-doc/errortrace/scribblings/errortrace.scrbl raco setup: 3 rendering: /expeditor-doc/expeditor.scrbl raco setup: 4 rendering: /racket-doc/file/scribblings/file.scrbl raco setup: 6 rendering: /racket-doc/scribblings/foreign/foreign.scrbl raco setup: 2 rendering: /gui-doc/scribblings/framework/framework.scrbl raco setup: 5 rendering: /frtime/scribblings/frtime.scrbl raco setup: 1 rendering: /future-visualizer/future-visualizer/scribblings/future-visualizer.scrbl raco setup: 3 rendering: /racket-doc/scribblings/getting-started/getting-started.scrbl raco setup: 0 rendering: /games/gl-board-game/gl-board-game.scrbl raco setup: 3 rendering: /htdp-doc/graphics/scribblings/graphics.scrbl raco setup: 1 rendering: /racket-doc/help/help.scrbl raco setup: 0 rendering: /htdp-doc/htdp/htdp.scrbl raco setup: 4 rendering: /htdp-doc/scribblings/htdp-langs/htdp-langs.scrbl raco setup: 1 rendering: /htdp-doc/scribblings/htdp-langs/htdp-ptr.scrbl raco setup: 5 rendering: /html-doc/html/html.scrbl raco setup: 1 rendering: /racket-doc/scribblings/inside/inside.scrbl raco setup: 3 rendering: /racket-doc/json/json.scrbl raco setup: 3 rendering: /lazy/lazy.scrbl raco setup: 0 rendering: /racket-index/scribblings/main/license.scrbl raco setup: 0 rendering: /make/make.scrbl raco setup: 0 rendering: /racket-doc/scribblings/more/more.scrbl raco setup: 5 rendering: /gui-doc/mrlib/scribblings/mrlib.scrbl raco setup: 3 rendering: /mysterx/scribblings/mysterx.scrbl raco setup: 3 rendering: /mzcom/mzcom.scrbl raco setup: 0 rendering: /compatibility-doc/mzlib/scribblings/mzlib.scrbl raco setup: 3 rendering: /mzscheme-doc/mzscheme/mzscheme.scrbl raco setup: 1 rendering: /net-doc/net/scribblings/net.scrbl raco setup: 6 rendering: /racket-doc/openssl/openssl.scrbl raco setup: 3 rendering: /optimization-coach/optimization-coach/scribblings/optimization-coach.scrbl raco setup: 3 rendering: /option-contract-doc/scribblings/option-contract.scrbl raco setup: 6 rendering: /net-doc/net/scribblings/osx-ssl.scrbl raco setup: 3 rendering: /parser-tools-doc/parser-tools/parser-tools.scrbl raco setup: 6 rendering: /pict-snip-doc/scribblings/pict-snip/pict-snip.scrbl raco setup: 5 rendering: /picturing-programs/picturing-programs/picturing-programs.scrbl raco setup: 6 rendering: /racket-doc/pkg/scribblings/pkg.scrbl raco setup: 3 rendering: /plai-doc/scribblings/plai.scrbl raco setup: 5 rendering: /planet-doc/planet/planet.scrbl raco setup: 0 rendering: /drracket/setup/plt-installer.scrbl raco setup: 0 rendering: /preprocessor/scribblings/preprocessor.scrbl raco setup: 5 rendering: /profile-doc/profile/scribblings/profile.scrbl raco setup: 6 rendering: /r5rs-doc/r5rs/r5rs.scrbl raco setup: 1 rendering: /r6rs-doc/r6rs/scribblings/r6rs.scrbl raco setup: 0 rendering: /racklog/racklog.scrbl raco setup: 6 rendering: /rackunit-doc/rackunit/scribblings/rackunit.scrbl raco setup: 5 rendering: /racket-doc/scribblings/raco/raco.scrbl raco setup: 3 rendering: /readline-doc/readline/readline.scrbl raco setup: 2 rendering: /racket-index/scribblings/main/release.scrbl raco setup: 3 rendering: /sasl-doc/sasl.scrbl raco setup: 2 rendering: /scheme-doc/scribblings/scheme/scheme.scrbl raco setup: 1 rendering: /scribble-doc/scribblings/scribble/scribble-pp.scrbl raco setup: 3 rendering: /scribble-doc/scriblib/scribblings/scriblib.scrbl raco setup: 0 rendering: /sgl/scribblings/sgl.scrbl raco setup: 3 rendering: /simple-tree-text-markup-doc/scribblings/simple-tree-text-markup/simple-tree-text-markup.scrbl raco setup: 6 rendering: /slatex/slatex-wrap.scrbl raco setup: 1 rendering: /slideshow-doc/scribblings/slideshow/slideshow.scrbl raco setup: 3 rendering: /typed-racket-doc/source-syntax/scribblings/source-syntax.scrbl raco setup: 3 rendering: /srfi-doc/srfi/scribblings/srfi.scrbl raco setup: 6 rendering: /racket-index/scribblings/main/start.scrbl raco setup: 6 rendering: /htdp-doc/stepper/scribblings/stepper.scrbl raco setup: 1 rendering: /string-constants-doc/string-constants/string-constants.scrbl raco setup: 6 rendering: /racket-doc/scribblings/style/style.scrbl raco setup: 2 rendering: /swindle/swindle.scrbl raco setup: 2 rendering: /racket-doc/syntax/scribblings/syntax.scrbl raco setup: 1 rendering: /syntax-color-doc/syntax-color/syntax-color.scrbl raco setup: 0 rendering: /htdp-doc/test-engine/test-engine.scrbl raco setup: 6 rendering: /drracket/version/tool.scrbl raco setup: 3 rendering: /trace/scribblings/trace.scrbl raco setup: 1 rendering: /typed-racket-doc/typed-racket/scribblings/ts-guide.scrbl raco setup: 5 rendering: /htdp-doc/graphics/scribblings/turtles.scrbl raco setup: 3 rendering: /unix-socket-doc/scribblings/socket/unix-socket.scrbl raco setup: 6 rendering: /racket-doc/version/version.scrbl raco setup: 6 rendering: /web-server-doc/web-server/scribblings/web-server.scrbl raco setup: 3 rendering: /web-server-doc/web-server/scribblings/web-server-internal.scrbl raco setup: 5 rendering: /net-doc/net/scribblings/win32-ssl.scrbl raco setup: 0 rendering: /racket-doc/xml/xml.scrbl raco setup: 5 rendering: /xrepl-doc/xrepl/xrepl.scrbl raco setup: 5 rendering: /racket-index/scribblings/main/local-redirect.scrbl raco setup: 0 rendering: /racket-index/scribblings/main/search.scrbl raco setup: --- summary of errors --- [8:18:33] raco setup: error: during making for /deinprogramm/deinprogramm/sdp/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /htdp-lib/lang/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /htdp-lib/stepper raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /htdp-lib/stepper/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /htdp-lib/stepper/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /macro-debugger/macro-debugger raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /macro-debugger/tests/macro-debugger raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /macro-debugger/macro-debugger raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /macro-debugger/macro-debugger/view raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /optimization-coach/optimization-coach raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /images-doc/images raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /quickscript (Quickscript) raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /racket-cheat raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drscheme raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/gui-debugger raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/macro-debugger raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribble/tools raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribblings/drracket raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribblings/drracket raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribblings/tools raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribblings/tools raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/scribblings/tools raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /typed-racket-more/typed/images raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during making for /drracket/drracket/private raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: error: during building docs for /draw-doc/scribblings/draw/draw.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /drracket/scribblings/drracket/drracket.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /data-doc/data/scribblings/data.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /games/scribblings/games.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /gui-doc/scribblings/gui/gui.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /racket-doc/scribblings/guide/guide.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /images-doc/images/scribblings/images.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:505:5 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/require-transform.rkt:268:2: expand-import raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:286:21: try-next raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/reqprov.rkt:257:2 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/syntax/wrap-modbeg.rkt:46:4 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /macro-debugger/macro-debugger/macro-debugger.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /math-doc/math/scribblings/math.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: body of top-level raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process raco setup: raco setup: error: during building docs for /pict-doc/pict/scribblings/pict.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /slideshow-doc/scribblings/quick/quick.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: body of top-level raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process raco setup: raco setup: error: during building docs for /plot-doc/plot/scribblings/plot.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /quickscript/scribblings/quickscript.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /racket-cheat/racket-cheat.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /scribble-doc/scribblings/scribble/scribble.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /redex-doc/redex/redex.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:754:18 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:726:0: evaluate-program raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:895:5 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process raco setup: raco setup: error: during building docs for /drracket/scribblings/tools/tools.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/racket-index/setup/scribble.rkt:1628:27 raco setup: raco setup: error: during building docs for /typed-racket-doc/typed-racket/scribblings/ts-reference.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: raco setup: error: during building docs for /htdp-doc/teachpack/teachpack.scrbl raco setup: ffi-lib: could not load foreign library raco setup: path: libfontconfig.1.dylib raco setup: system error: dlopen(libfontconfig.1.dylib, 0x0006): tried: 'libfontconfig.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibfontconfig.1.dylib' (no such file), '/usr/lib/libfontconfig.1.dylib' (no such file, not in dyld cache), 'libfontconfig.1.dylib' (no such file) raco setup: context...: raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/ffi/unsafe.rkt:134:0: get-ffi-lib raco setup: body of "/Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/draw-lib/racket/draw/unsafe/cairo-lib.rkt" raco setup: body of top-level raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/collects/racket/private/more-scheme.rkt:148:2: call-with-break-parameterization raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:921:7 raco setup: /Users/pbulk/build/lang/racket/work/racket-8.15/share/pkgs/sandbox-lib/racket/sandbox.rkt:891:2: user-process raco setup: failed in build-one in loop in module->hash gmake: *** [Makefile:22: all] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/racket *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/racket