==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: owl-lisp 0.2.2-1 (Sun Oct 29 19:23:26 2023) ==> Retrieving sources... -> Found owl-v0.2.2.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... owl-v0.2.2.tar.gz ... Passed ==> Validating source files with b2sums... owl-v0.2.2.tar.gz ... Passed ==> Making package: owl-lisp 0.2.2-1 (Sun 29 Oct 2023 07:23:33 PM MDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found owl-v0.2.2.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting owl-v0.2.2.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... # selfcompile boot.fasl until a fixed point is reached make: Circular doc/ol.1 <- doc/ol.1 dependency dropped. make: Circular doc/ovm.1 <- doc/ovm.1 dependency dropped. make bin/vm make[1]: Entering directory '/build/owl-lisp/src/owl-v0.2.2' # remove comments and most white-space #sed -f bin/compact.sed c/ovm.c >c/_vm.c cp c/ovm.c c/_vm.c echo 'static void *heap = 0;' | cat - c/_vm.c >c/vm.c gcc -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bin/vm c/vm.c make[1]: Leaving directory '/build/owl-lisp/src/owl-v0.2.2' bin/vm fasl/init.fasl -r bin/fasl-build.scm -f bin/vm fasl/boot.fasl -r owl/ol.scm -o fasl/bootp.fasl Building compiler fixed point to fasl/ol.fasl. Using init.fasl as the initial step. Build round 1 - heap 570.77KB (delta to initial 0.00B) - time 45.45s (first boot) Fasl build complete. Selfcompilation fixed point reached. # compile the repl using the fixed point image bin/vm fasl/ol.fasl --run owl/ol.scm -s some -o c/ol.c # compile the real owl repl binary gcc -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bin/olp c/ol.c CC="gcc" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" CFLAGS="-O2 " sh tests/run all bin/olp Running tests/ against bin/olp: \c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c .\c PASSED test '!' -f bin/ol || mv bin/ol bin/ol-old mv bin/olp bin/ol make: Nothing to be done for 'documentation'. ==> Entering fakeroot environment... ==> Starting package()... make: Circular doc/ol.1 <- doc/ol.1 dependency dropped. make: Circular doc/ovm.1 <- doc/ovm.1 dependency dropped. mkdir -p /build/owl-lisp/pkg/owl-lisp/usr/bin mkdir -p /build/owl-lisp/pkg/owl-lisp/usr/share/man/man1 install -m 755 bin/ol /build/owl-lisp/pkg/owl-lisp/usr/bin/ol install -m 755 bin/vm /build/owl-lisp/pkg/owl-lisp/usr/bin/ovm install -m 644 doc/ol.1 /build/owl-lisp/pkg/owl-lisp/usr/share/man/man1/ol.1 install -m 644 doc/ovm.1 /build/owl-lisp/pkg/owl-lisp/usr/share/man/man1/ovm.1 ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "owl-lisp"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: owl-lisp 0.2.2-1 (Sun 29 Oct 2023 07:26:09 PM MDT) ==> Cleaning up...