------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> retro12-2020.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> retro12-2020.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by retro12-2020.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> retro12-2020.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by retro12-2020.1 for building => SHA256 Checksum OK for RETRO12-2020.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> retro12-2020.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by retro12-2020.1 for building ===> Extracting for retro12-2020.1 ===> retro12-2020.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by retro12-2020.1 for building => SHA256 Checksum OK for RETRO12-2020.1.tar.gz. Extracted Memory Use: 3.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for retro12-2020.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for retro12-2020.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for retro12-2020.1 mkdir -p bin cp tools/document.sh bin/retro-document cc -pipe -O2 -fno-strict-aliasing -std=c99 -o bin/retro-embedimage tools/embedimage.c cc -pipe -O2 -fno-strict-aliasing -std=c99 -o bin/retro-extend tools/extend.c cc -pipe -O2 -fno-strict-aliasing -std=c99 -o bin/retro-muri tools/muri.c cc -pipe -O2 -fno-strict-aliasing -std=c99 -o bin/retro-unu tools/unu.c ./bin/retro-muri image/rx.muri Wrote 1023 cells to ngaImage ./bin/retro-extend ngaImage image/retro.forth Initial Image Size: 1536 + 4673 tokens from image/retro.forth New Image Size: 9476 MAX SP: 20, RP: 67 cp ngaImage rre.image ./bin/retro-extend rre.image interface/filesystem.retro interface/floatingpoint.retro interface/unix.retro interface/rng.retro interface/sockets.retro interface/retro-unix.retro interface/clock.retro Initial Image Size: 9476 + 415 tokens from interface/filesystem.retro + 1209 tokens from interface/floatingpoint.retro + 290 tokens from interface/unix.retro + 67 tokens from interface/rng.retro + 200 tokens from interface/sockets.retro + 581 tokens from interface/retro-unix.retro + 166 tokens from interface/clock.retro New Image Size: 14792 MAX SP: 19, RP: 76 ./bin/retro-embedimage rre.image >vm/nga-c/retro-image.c cd vm/nga-c && cc -pipe -O2 -fno-strict-aliasing -std=c99 -o ../../bin/retro retro-unix.c -lm cd package && ../bin/retro -f list.forth ./bin/retro-embedimage rre.image >vm/nga-c/retro-image.c rm rre.image cd vm/nga-c && cc -pipe -O2 -fno-strict-aliasing -std=c99 -o ../../bin/retro retro-unix.c -lm cat tools/retro-describe.retro doc/words.tsv >bin/retro-describe chmod +x bin/retro-describe SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for retro12-2020.1 ===> Generating temporary packing list mkdir -p bin cp tools/document.sh bin/retro-document install -m 755 -d -- /construction/lang/retro12/stage/usr/local/share/retro12 install -c -m 644 tools/glossary.retro /construction/lang/retro12/stage/usr/local/share/retro12/glossary.retro install -c -m 644 ngaImage /construction/lang/retro12/stage/usr/local/share/retro12/ngaImage cp -fpR tests /construction/lang/retro12/stage/usr/local/share/retro12/ install -c -m 644 doc/words.tsv /construction/lang/retro12/stage/usr/local/share/retro12/words.tsv install -m 755 -d -- /construction/lang/retro12/stage/usr/local/share/doc/retro12 install -c -m 644 README /construction/lang/retro12/stage/usr/local/share/doc/retro12/README install -c -m 644 RELEASE-NOTES /construction/lang/retro12/stage/usr/local/share/doc/retro12/RELEASE-NOTES install -c -m 644 doc/RETRO-Book.md /construction/lang/retro12/stage/usr/local/share/doc/retro12/RETRO-Book.md install -c -m 644 doc/words.tsv /construction/lang/retro12/stage/usr/local/share/doc/retro12/words.tsv install -m 755 -d -- /construction/lang/retro12/stage/usr/local/share/examples/retro12 cp -fpR example /construction/lang/retro12/stage/usr/local/share/examples/retro12 install -m 755 -d -- /construction/lang/retro12/stage/bin install -c -m 755 -s bin/retro-embedimage /construction/lang/retro12/stage/usr/local/bin/retro-embedimage install -c -m 755 -s bin/retro-extend /construction/lang/retro12/stage/usr/local/bin/retro-extend install -c -m 755 -s bin/retro-muri /construction/lang/retro12/stage/usr/local/bin/retro-muri install -c -m 755 -s bin/retro /construction/lang/retro12/stage/usr/local/bin/retro install -c -m 755 -s bin/retro-unu /construction/lang/retro12/stage/usr/local/bin/retro-unu install -c -m 755 bin/retro-describe /construction/lang/retro12/stage/usr/local/bin/retro-describe install -c -m 755 bin/retro-document /construction/lang/retro12/stage/usr/local/bin/retro-document install -c -m 755 example/retro-tags.retro /construction/lang/retro12/stage/usr/local/bin/retro-tags install -c -m 755 example/retro-locate.retro /construction/lang/retro12/stage/usr/local/bin/retro-locate ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for retro12-2020.1 file sizes/checksums [140]: 0% file sizes/checksums [140]: 71% file sizes/checksums [140]: 100% packing files [140]: 0% packing files [140]: 71% packing files [140]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10