>>> retroforth: Building community/retroforth 2024.1-r1 (using abuild 3.12.0-r3) started Sat, 10 Feb 2024 22:05:10 +0000 >>> retroforth: Checking sanity of /home/buildozer/aports/community/retroforth/APKBUILD... >>> retroforth: Analyzing dependencies... >>> retroforth: Installing for build: build-base (1/1) Installing .makedepends-retroforth (20240210.220511) OK: 381 MiB in 105 packages >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Cleaning up tmpdir >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2024.1.tar.gz >>> retroforth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/retroforth-2024.1.tar.gz >>> retroforth: Checking sha512sums... retroforth-2024.1.tar.gz: OK >>> retroforth: Unpacking /var/cache/distfiles/retroforth-2024.1.tar.gz... rm -f bin/* mkdir -p bin cp tools/retro-document.sh bin/retro-document gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-embedimage tools/retro-embedimage.c gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-extend tools/retro-extend.c gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-muri tools/retro-muri.c gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o bin/retro-unu tools/retro-unu.c cat tools/retro-describe.retro doc/words.tsv >bin/retro-describe chmod +x bin/retro-describe ./bin/retro-muri image/retro.muri Wrote 1249 cells to ngaImage ./bin/retro-extend ngaImage image/retro.forth image/build.retro Initial Image Size: 1536 + 5260 tokens from image/retro.forth + 3 tokens from image/build.retro New Image Size: 11617 MAX SP: 23, RP: 67 cp ngaImage rre.image ./bin/retro-extend rre.image interface/ll.retro interface/dedup.retro interface/sources.retro interface/devices.retro interface/floatingpoint.retro interface/filesystem.retro interface/unix.retro interface/rng.retro interface/clock.retro interface/scripting.retro interface/sockets.retro interface/multicore.retro interface/ffi.retro interface/unsigned.retro interface/future.retro interface/block.retro interface/deprecated.retro interface/error.retro interface/final.retro interface/library.retro interface/retro-unix.retro Initial Image Size: 11617 + 370 tokens from interface/ll.retro + 148 tokens from interface/dedup.retro + 921 tokens from interface/sources.retro + 198 tokens from interface/devices.retro + 1337 tokens from interface/floatingpoint.retro + 539 tokens from interface/filesystem.retro + 409 tokens from interface/unix.retro + 29 tokens from interface/rng.retro + 204 tokens from interface/clock.retro + 274 tokens from interface/scripting.retro + 296 tokens from interface/sockets.retro + 92 tokens from interface/multicore.retro + 74 tokens from interface/ffi.retro + 147 tokens from interface/unsigned.retro + 66 tokens from interface/future.retro + 61 tokens from interface/block.retro + 0 tokens from interface/deprecated.retro + 107 tokens from interface/error.retro + 20 tokens from interface/final.retro + 116 tokens from interface/library.retro + 142 tokens from interface/retro-unix.retro New Image Size: 20882 MAX SP: 15, RP: 110 ./bin/retro-embedimage rre.image >vm/nga-c/image.c cd vm/nga-c && gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_ERROR -DENABLE_UNSIGNED -DENABLE_MALLOC -DENABLE_BLOCKS -DNEEDS_STRL -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o ../../bin/retro retro.c -lm -ldl cd package && ../bin/retro -u rre.image -f list.forth ./bin/retro-embedimage rre.image >vm/nga-c/image.c rm rre.image cd vm/nga-c && gcc -DUSE_UTF32 -DBIT64 -DMAKEFILE_CONFIG -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -DENABLE_SIGNALS -DENABLE_MULTICORE -DENABLE_ERROR -DENABLE_UNSIGNED -DENABLE_MALLOC -DENABLE_BLOCKS -DNEEDS_STRL -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o ../../bin/retro retro.c -lm -ldl ./bin/retro tests/test-core.forth Test: - -> 3 tests passed ----------------------------------- Test: , -> 3 tests passed ----------------------------------- Test: ; -> 2 tests passed ----------------------------------- Test: / -> 0 tests passed ----------------------------------- Test: [ -> 0 tests passed ----------------------------------- Test: ] -> 0 tests passed ----------------------------------- Test: {{ -> 0 tests passed ----------------------------------- Test: }} -> 0 tests passed ----------------------------------- Test: * -> 4 tests passed ----------------------------------- Test: + -> 3 tests passed ----------------------------------- Test: 0; -> 2 tests passed ----------------------------------- Test: again -> 0 tests passed ----------------------------------- Test: allot -> 2 tests passed ----------------------------------- Test: and -> 0 tests passed ----------------------------------- Test: as{ -> 0 tests passed ----------------------------------- Test: }as -> 0 tests passed ----------------------------------- Test: ASCII:ACK -> 1 tests passed ----------------------------------- Test: ASCII:BEL -> 1 tests passed ----------------------------------- Test: ASCII:BS -> 1 tests passed ----------------------------------- Test: ASCII:CAN -> 1 tests passed ----------------------------------- Test: ASCII:CR -> 1 tests passed ----------------------------------- Test: ASCII:DC1 -> 1 tests passed ----------------------------------- Test: ASCII:DC2 -> 1 tests passed ----------------------------------- Test: ASCII:DC3 -> 1 tests passed ----------------------------------- Test: ASCII:DC4 -> 1 tests passed ----------------------------------- Test: ASCII:DEL -> 1 tests passed ----------------------------------- Test: ASCII:DLE -> 1 tests passed ----------------------------------- Test: ASCII:EM -> 1 tests passed ----------------------------------- Test: ASCII:ENQ -> 1 tests passed ----------------------------------- Test: ASCII:EOT -> 1 tests passed ----------------------------------- Test: ASCII:ESC -> 1 tests passed ----------------------------------- Test: ASCII:ETB -> 1 tests passed ----------------------------------- Test: ASCII:ETX -> 1 tests passed ----------------------------------- Test: ASCII:FF -> 1 tests passed ----------------------------------- Test: ASCII:FS -> 1 tests passed ----------------------------------- Test: ASCII:GS -> 1 tests passed ----------------------------------- Test: ASCII:HT -> 1 tests passed ----------------------------------- Test: ASCII:LF -> 1 tests passed ----------------------------------- Test: ASCII:NAK -> 1 tests passed ----------------------------------- Test: ASCII:NUL -> 1 tests passed ----------------------------------- Test: ASCII:RS -> 1 tests passed ----------------------------------- Test: ASCII:SI -> 1 tests passed ----------------------------------- Test: ASCII:SO -> 1 tests passed ----------------------------------- Test: ASCII:SOH -> 1 tests passed ----------------------------------- Test: ASCII:SPACE -> 1 tests passed ----------------------------------- Test: ASCII:STX -> 1 tests passed ----------------------------------- Test: ASCII:SUB -> 1 tests passed ----------------------------------- Test: ASCII:SYN -> 1 tests passed ----------------------------------- Test: ASCII:US -> 1 tests passed ----------------------------------- Test: ASCII:VT -> 1 tests passed ----------------------------------- Test: bi -> 2 tests passed ----------------------------------- Test: bi@ -> 3 tests passed ----------------------------------- Test: bi* -> 1 tests passed ----------------------------------- Test: buffer:add -> 0 tests passed ----------------------------------- Test: buffer:empty -> 0 tests passed ----------------------------------- Test: buffer:end -> 0 tests passed ----------------------------------- Test: buffer:get -> 0 tests passed ----------------------------------- Test: buffer:preserve -> 0 tests passed ----------------------------------- Test: buffer:set -> 0 tests passed ----------------------------------- Test: buffer:size -> 0 tests passed ----------------------------------- Test: buffer:start -> 0 tests passed ----------------------------------- Test: call -> 0 tests passed ----------------------------------- Test: case -> 4 tests passed ----------------------------------- Test: c:-consonant? -> 26 tests passed ----------------------------------- Test: c:consonant? -> 26 tests passed ----------------------------------- Test: c:-digit? -> 0 tests passed ----------------------------------- Test: c:digit? -> 0 tests passed ----------------------------------- Test: choose -> 2 tests passed ----------------------------------- Test: class:data -> 0 tests passed ----------------------------------- Test: class:macro -> 0 tests passed ----------------------------------- Test: class:primitive -> 0 tests passed ----------------------------------- Test: class:word -> 0 tests passed ----------------------------------- Test: c:letter? -> 0 tests passed ----------------------------------- Test: c:-lowercase? -> 0 tests passed ----------------------------------- Test: c:lowercase? -> 0 tests passed ----------------------------------- Test: compile:call -> 0 tests passed ----------------------------------- Test: compile:jump -> 0 tests passed ----------------------------------- Test: compile:lit -> 0 tests passed ----------------------------------- Test: Compiler -> 0 tests passed ----------------------------------- Test: compile:ret -> 0 tests passed ----------------------------------- Test: compiling? -> 0 tests passed ----------------------------------- Test: const -> 4 tests passed ----------------------------------- Test: copy -> 0 tests passed ----------------------------------- Test: c:toggle-case -> 0 tests passed ----------------------------------- Test: c:to-lower -> 0 tests passed ----------------------------------- Test: c:to-string -> 0 tests passed ----------------------------------- Test: c:to-upper -> 0 tests passed ----------------------------------- Test: c:-uppercase? -> 0 tests passed ----------------------------------- Test: c:uppercase? -> 0 tests passed ----------------------------------- Test: curry -> 0 tests passed ----------------------------------- Test: c:-visible? -> 0 tests passed ----------------------------------- Test: c:visible? -> 0 tests passed ----------------------------------- Test: c:-vowel? -> 26 tests passed ----------------------------------- Test: c:vowel? -> 26 tests passed ----------------------------------- Test: c:-whitespace? -> 0 tests passed ----------------------------------- Test: c:whitespace? -> 0 tests passed ----------------------------------- Test: d -> 0 tests passed ----------------------------------- Test: d:add-header -> 0 tests passed ----------------------------------- Test: data -> 0 tests passed ----------------------------------- Test: d:class -> 0 tests passed ----------------------------------- Test: d:create -> 0 tests passed ----------------------------------- Test: depth -> 3 tests passed ----------------------------------- Test: d:for-each -> 0 tests passed ----------------------------------- Test: Dictionary -> 0 tests passed ----------------------------------- Test: dip -> 2 tests passed ----------------------------------- Test: d:last -> 0 tests passed ----------------------------------- Test: d:last.class -> 0 tests passed ----------------------------------- Test: d:last.name -> 0 tests passed ----------------------------------- Test: d:last.xt -> 0 tests passed ----------------------------------- Test: d:link -> 0 tests passed ----------------------------------- Test: d:lookup -> 0 tests passed ----------------------------------- Test: d:name -> 0 tests passed ----------------------------------- Test: does -> 0 tests passed ----------------------------------- Test: drop -> 3 tests passed ----------------------------------- Test: drop-pair -> 3 tests passed ----------------------------------- Test: dup -> 2 tests passed ----------------------------------- Test: ?dup -> 2 tests passed ----------------------------------- Test: dup-pair -> 3 tests passed ----------------------------------- Test: d:xt -> 0 tests passed ----------------------------------- Test: EOM -> 0 tests passed ----------------------------------- Test: -eq? -> 4 tests passed ----------------------------------- Test: eq? -> 4 tests passed ----------------------------------- Test: err:notfound -> 0 tests passed ----------------------------------- Test: FALSE -> 1 tests passed ----------------------------------- Test: fetch -> 3 tests passed ----------------------------------- Test: fetch-next -> 2 tests passed ----------------------------------- Test: gt? -> 3 tests passed ----------------------------------- Test: gteq? -> 3 tests passed ----------------------------------- Test: Heap -> 0 tests passed ----------------------------------- Test: here -> 0 tests passed ----------------------------------- Test: i -> 0 tests passed ----------------------------------- Test: if -> 0 tests passed ----------------------------------- Test: -if -> 0 tests passed ----------------------------------- Test: immediate -> 0 tests passed ----------------------------------- Test: interpret -> 0 tests passed ----------------------------------- Test: lt? -> 3 tests passed ----------------------------------- Test: lteq? -> 3 tests passed ----------------------------------- Test: mod -> 0 tests passed ----------------------------------- Test: /mod -> 0 tests passed ----------------------------------- Test: n:abs -> 3 tests passed ----------------------------------- Test: n:between? -> 4 tests passed ----------------------------------- Test: n:dec -> 4 tests passed ----------------------------------- Test: n:even? -> 6 tests passed ----------------------------------- Test: n:inc -> 4 tests passed ----------------------------------- Test: nip -> 2 tests passed ----------------------------------- Test: nl -> 0 tests passed ----------------------------------- Test: n:limit -> 4 tests passed ----------------------------------- Test: n:max -> 3 tests passed ----------------------------------- Test: n:MAX -> 0 tests passed ----------------------------------- Test: n:min -> 3 tests passed ----------------------------------- Test: n:MIN -> 0 tests passed ----------------------------------- Test: n:negate -> 3 tests passed ----------------------------------- Test: n:negative? -> 3 tests passed ----------------------------------- Test: n:odd? -> 6 tests passed ----------------------------------- Test: not -> 0 tests passed ----------------------------------- Test: n:positive? -> 0 tests passed ----------------------------------- Test: n:pow -> 0 tests passed ----------------------------------- Test: n:sqrt -> 0 tests passed ----------------------------------- Test: n:square -> 0 tests passed ----------------------------------- Test: n:strictly-positive? -> 0 tests passed ----------------------------------- Test: n:to-string -> 0 tests passed ----------------------------------- Test: n:-zero? -> 3 tests passed ----------------------------------- Test: n:zero? -> 3 tests passed ----------------------------------- Test: or -> 0 tests passed ----------------------------------- Test: over -> 2 tests passed ----------------------------------- Test: pop -> 0 tests passed ----------------------------------- Test: prefix:` -> 0 tests passed ----------------------------------- Test: prefix:: -> 0 tests passed ----------------------------------- Test: prefix:! -> 0 tests passed ----------------------------------- Test: prefix:' -> 0 tests passed ----------------------------------- Test: prefix:( -> 0 tests passed ----------------------------------- Test: prefix:@ -> 0 tests passed ----------------------------------- Test: prefix:$ -> 0 tests passed ----------------------------------- Test: prefix:& -> 0 tests passed ----------------------------------- Test: prefix:# -> 0 tests passed ----------------------------------- Test: push -> 0 tests passed ----------------------------------- Test: putc -> 0 tests passed ----------------------------------- Test: putn -> 0 tests passed ----------------------------------- Test: puts -> 0 tests passed ----------------------------------- Test: r -> 0 tests passed ----------------------------------- Test: reclass -> 0 tests passed ----------------------------------- Test: reorder -> 0 tests passed ----------------------------------- Test: repeat -> 0 tests passed ----------------------------------- Test: reset -> 0 tests passed ----------------------------------- Test: ---reveal--- -> 0 tests passed ----------------------------------- Test: RewriteUnderscores -> 0 tests passed ----------------------------------- Test: rot -> 0 tests passed ----------------------------------- Test: s, -> 0 tests passed ----------------------------------- Test: s:append -> 0 tests passed ----------------------------------- Test: s:case -> 4 tests passed ----------------------------------- Test: s:chop -> 0 tests passed ----------------------------------- Test: s:contains-char? -> 0 tests passed ----------------------------------- Test: s:contains-string? -> 0 tests passed ----------------------------------- Test: ScopeList -> 0 tests passed ----------------------------------- Test: s:empty -> 0 tests passed ----------------------------------- Test: set:contains? -> 0 tests passed ----------------------------------- Test: set:contains-string? -> 0 tests passed ----------------------------------- Test: set:dup -> 0 tests passed ----------------------------------- Test: set:filter -> 0 tests passed ----------------------------------- Test: set:counted-results -> 0 tests passed ----------------------------------- Test: set:from-string -> 0 tests passed ----------------------------------- Test: set:for-each -> 0 tests passed ----------------------------------- Test: set:length -> 0 tests passed ----------------------------------- Test: set:map -> 0 tests passed ----------------------------------- Test: set:nth -> 0 tests passed ----------------------------------- Test: set:reverse -> 0 tests passed ----------------------------------- Test: s:eq? -> 0 tests passed ----------------------------------- Test: s:filter -> 0 tests passed ----------------------------------- Test: s:for-each -> 0 tests passed ----------------------------------- Test: s:hash -> 0 tests passed ----------------------------------- Test: shift -> 0 tests passed ----------------------------------- Test: s:index-of -> 0 tests passed ----------------------------------- Test: sip -> 0 tests passed ----------------------------------- Test: s:keep -> 0 tests passed ----------------------------------- Test: s:left -> 0 tests passed ----------------------------------- Test: s:length -> 0 tests passed ----------------------------------- Test: s:map -> 0 tests passed ----------------------------------- Test: sp -> 0 tests passed ----------------------------------- Test: s:prepend -> 0 tests passed ----------------------------------- Test: s:reverse -> 0 tests passed ----------------------------------- Test: s:right -> 0 tests passed ----------------------------------- Test: s:skip -> 0 tests passed ----------------------------------- Test: s:split -> 0 tests passed ----------------------------------- Test: s:substr -> 0 tests passed ----------------------------------- Test: s:temp -> 0 tests passed ----------------------------------- Test: s:to-lower -> 0 tests passed ----------------------------------- Test: s:to-number -> 0 tests passed ----------------------------------- Test: store -> 3 tests passed ----------------------------------- Test: store-next -> 0 tests passed ----------------------------------- Test: s:to-upper -> 0 tests passed ----------------------------------- Test: s:trim -> 0 tests passed ----------------------------------- Test: s:trim-left -> 0 tests passed ----------------------------------- Test: s:trim-right -> 0 tests passed ----------------------------------- Test: STRINGS -> 0 tests passed ----------------------------------- Test: swap -> 1 tests passed ----------------------------------- Test: s:format -> 0 tests passed ----------------------------------- Test: tab -> 0 tests passed ----------------------------------- Test: TempStringMax -> 0 tests passed ----------------------------------- Test: TempStrings -> 0 tests passed ----------------------------------- Test: times -> 2 tests passed ----------------------------------- Test: tri -> 1 tests passed ----------------------------------- Test: tri@ -> 1 tests passed ----------------------------------- Test: tri* -> 1 tests passed ----------------------------------- Test: TRUE -> 1 tests passed ----------------------------------- Test: tuck -> 2 tests passed ----------------------------------- Test: until -> 0 tests passed ----------------------------------- Test: var -> 5 tests passed ----------------------------------- Test: var-n -> 7 tests passed ----------------------------------- Test: v:dec -> 3 tests passed ----------------------------------- Test: v:dec-by -> 3 tests passed ----------------------------------- Test: Version -> 0 tests passed ----------------------------------- Test: v:inc -> 1 tests passed ----------------------------------- Test: v:inc-by -> 4 tests passed ----------------------------------- Test: v:limit -> 3 tests passed ----------------------------------- Test: v:off -> 3 tests passed ----------------------------------- Test: v:on -> 3 tests passed ----------------------------------- Test: v:preserve -> 1 tests passed ----------------------------------- Test: v:update -> 0 tests passed ----------------------------------- Test: while -> 0 tests passed ----------------------------------- Test: xor -> 0 tests passed ----------------------------------- 260 words tested 319 tests passed >>> retroforth: Entering fakeroot... mkdir -p bin cp tools/retro-document.sh bin/retro-document install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1 install -c -m 644 tools/glossary.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/glossary.retro install -c -m 644 README.md /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/README.md cp -fpR example /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/examples/RETRO12 install -c -m 644 man/retro.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro.1 install -c -m 644 ngaImage /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/ngaImage install -c -m 644 RELEASE-NOTES /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RELEASE-NOTES install -c -m 644 man/retro-embedimage.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-embedimage.1 cp -fpR tests /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/ install -c -m 644 doc/RETRO-Book.md /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/RETRO-Book.md install -c -m 644 man/retro-extend.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-extend.1 install -c -m 644 doc/words.tsv /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/doc/RETRO12/words.tsv install -c -m 644 man/retro-describe.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-describe.1 install -c -m 644 man/retro-document.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-document.1 install -c -m 644 man/retro-muri.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-muri.1 install -c -m 644 doc/words.tsv /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/RETRO12/words.tsv install -c -m 644 man/retro-unu.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-unu.1 install -c -m 644 man/retro-tags.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-tags.1 install -c -m 644 man/retro-locate.1 /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/share/man/man1/retro-locate.1 install -m 755 -d -- /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin install -c -m 755 bin/retro-embedimage /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-embedimage install -c -m 755 bin/retro-extend /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-extend install -c -m 755 bin/retro-muri /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-muri install -c -m 755 bin/retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro install -c -m 755 bin/retro-unu /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-unu install -c -m 755 bin/retro-describe /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-describe install -c -m 755 bin/retro-document /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-document install -c -m 755 example/retro-tags.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-tags install -c -m 755 example/retro-locate.retro /home/buildozer/aports/community/retroforth/pkg/retroforth/usr/bin/retro-locate >>> retroforth-doc*: Running split function doc... >>> retroforth-doc*: Preparing subpackage retroforth-doc... >>> retroforth-doc*: Running postcheck for retroforth-doc >>> retroforth*: Running postcheck for retroforth >>> retroforth*: Preparing package retroforth... >>> retroforth*: Stripping binaries >>> retroforth-doc*: Scanning shared objects >>> retroforth*: Scanning shared objects >>> retroforth-doc*: Tracing dependencies... >>> retroforth-doc*: Package size: 312.0 KB >>> retroforth-doc*: Compressing data... >>> retroforth-doc*: Create checksum... >>> retroforth-doc*: Create retroforth-doc-2024.1-r1.apk >>> retroforth*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> retroforth*: Package size: 1.8 MB >>> retroforth*: Compressing data... >>> retroforth*: Create checksum... >>> retroforth*: Create retroforth-2024.1-r1.apk >>> retroforth: Build complete at Sat, 10 Feb 2024 22:05:19 +0000 elapsed time 0h 0m 9s >>> retroforth: Cleaning up srcdir >>> retroforth: Cleaning up pkgdir >>> retroforth: Uninstalling dependencies... (1/1) Purging .makedepends-retroforth (20240210.220511) OK: 381 MiB in 104 packages >>> retroforth: Updating the community/aarch64 repository index... >>> retroforth: Signing the index...