>>> figlet: Building community/figlet 2.2.5-r3 (using abuild 3.16.0_rc4-r0) started Thu, 23 Oct 2025 19:29:22 +0000 >>> figlet: Validating /home/buildozer/aports/community/figlet/APKBUILD... >>> figlet: Analyzing dependencies... >>> figlet: Installing for build: build-base (1/1) Installing .makedepends-figlet (20251023.192949) OK: 426 MiB in 106 packages >>> figlet: Cleaning up srcdir >>> figlet: Cleaning up pkgdir >>> figlet: Cleaning up tmpdir >>> figlet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/figlet-2.2.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/figlet-2.2.5.tar.gz.part' figlet-2.2.5.tar.gz. 100% |********************************| 227k 0:00:00 ETA '/var/cache/distfiles/v3.23/figlet-2.2.5.tar.gz.part' saved /var/cache/distfiles/v3.23/figlet-2.2.5.tar.gz: OK /home/buildozer/aports/community/figlet/musl-fix-cplusplus-decls.patch: OK >>> figlet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/figlet-2.2.5.tar.gz /var/cache/distfiles/v3.23/figlet-2.2.5.tar.gz: OK /home/buildozer/aports/community/figlet/musl-fix-cplusplus-decls.patch: OK >>> figlet: Unpacking /var/cache/distfiles/v3.23/figlet-2.2.5.tar.gz... >>> figlet: musl-fix-cplusplus-decls.patch patching file utf8.h gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o figlet.o figlet.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o zipio.o zipio.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o crc.o crc.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o inflate.o inflate.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o utf8.o utf8.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o chkfont.o chkfont.c chkfont.c: In function 'weregone': chkfont.c:44:6: warning: old-style function definition [-Wold-style-definition] 44 | void weregone(really) | ^~~~~~~~ chkfont.c: In function 'my_alloc': chkfont.c:66:7: warning: old-style function definition [-Wold-style-definition] 66 | char *my_alloc(size) | ^~~~~~~~ chkfont.c: In function 'badsuffix': chkfont.c:79:5: warning: old-style function definition [-Wold-style-definition] 79 | int badsuffix(path,suffix) | ^~~~~~~~~ chkfont.c: In function 'main': chkfont.c:454:5: warning: old-style function definition [-Wold-style-definition] 454 | int main(argc,argv) | ^~~~ figlet.c: In function 'hasdirsep': figlet.c:310:5: warning: old-style function definition [-Wold-style-definition] 310 | int hasdirsep(s1) | ^~~~~~~~~ figlet.c: In function 'suffixcmp': figlet.c:326:5: warning: old-style function definition [-Wold-style-definition] 326 | int suffixcmp(s1, s2) | ^~~~~~~~~ figlet.c: In function 'skiptoeol': figlet.c:352:6: warning: old-style function definition [-Wold-style-definition] 352 | void skiptoeol(fp) | ^~~~~~~~~ In file included from figlet.c:80: zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:361:42: note: in expansion of macro 'Zungetc' 361 | if (dummy != EOF && dummy != '\n') Zungetc(dummy,fp); | ^~~~~~~ figlet.c: In function 'myfgets': figlet.c:376:7: warning: old-style function definition [-Wold-style-definition] 376 | char *myfgets(line,maxlen,fp) | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:391:34: note: in expansion of macro 'Zungetc' 391 | if (c != EOF && c != '\n') Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'printusage': figlet.c:409:6: warning: old-style function definition [-Wold-style-definition] 409 | void printusage(out) | ^~~~~~~~~~ figlet.c: In function 'printinfo': figlet.c:430:6: warning: old-style function definition [-Wold-style-definition] 430 | void printinfo(infonum) | ^~~~~~~~~ figlet.c: In function 'readmagic': figlet.c:477:6: warning: old-style function definition [-Wold-style-definition] 477 | void readmagic(fp,magic) | ^~~~~~~~~ figlet.c: In function 'skipws': figlet.c:496:6: warning: old-style function definition [-Wold-style-definition] 496 | void skipws(fp) | ^~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:501:3: note: in expansion of macro 'Zungetc' 501 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readnum': figlet.c:512:6: warning: old-style function definition [-Wold-style-definition] 512 | void readnum(fp,nump) | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:529:5: note: in expansion of macro 'Zungetc' 529 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:539:8: note: in expansion of macro 'Zungetc' 539 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:544:5: note: in expansion of macro 'Zungetc' 544 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:551:7: note: in expansion of macro 'Zungetc' 551 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readTchar': figlet.c:571:7: warning: old-style function definition [-Wold-style-definition] 571 | inchr readTchar(fp) | ^~~~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:579:5: note: in expansion of macro 'Zungetc' 579 | Zungetc(thechar,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:603:9: note: in expansion of macro 'Zungetc' 603 | Zungetc(next,fp); | ^~~~~~~ figlet.c: In function 'charsetname': figlet.c:620:7: warning: old-style function definition [-Wold-style-definition] 620 | inchr charsetname(fp) | ^~~~~~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:628:5: note: in expansion of macro 'Zungetc' 628 | Zungetc(result,fp); | ^~~~~~~ figlet.c: In function 'charset': figlet.c:642:6: warning: old-style function definition [-Wold-style-definition] 642 | void charset(n, controlfile) | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:680:3: note: in expansion of macro 'Zungetc' 680 | Zungetc(ch, controlfile); | ^~~~~~~ figlet.c: In function 'FIGopen': figlet.c:696:8: warning: old-style function definition [-Wold-style-definition] 696 | ZFILE *FIGopen(name,suffix) | ^~~~~~~ figlet.c: In function 'readcontrol': figlet.c:738:6: warning: old-style function definition [-Wold-style-definition] 738 | void readcontrol(controlname) | ^~~~~~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:769:11: note: in expansion of macro 'Zungetc' 769 | Zungetc(dashcheck,controlfile); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:787:9: note: in expansion of macro 'Zungetc' 787 | Zungetc(command,controlfile); | ^~~~~~~ figlet.c: In function 'readfontchar': figlet.c:1129:6: warning: old-style function definition [-Wold-style-definition] 1129 | void readfontchar(file,theord) | ^~~~~~~~~~~~ figlet.c: In function 'getletter': figlet.c:1317:6: warning: old-style function definition [-Wold-style-definition] 1317 | void getletter(c) | ^~~~~~~~~ figlet.c: In function 'smushem': figlet.c:1356:8: warning: old-style function definition [-Wold-style-definition] 1356 | outchr smushem(lch,rch) | ^~~~~~~ figlet.c: In function 'addchar': figlet.c:1489:5: warning: old-style function definition [-Wold-style-definition] 1489 | int addchar(c) | ^~~~~~~ figlet.c: In function 'putstring': figlet.c:1545:6: warning: old-style function definition [-Wold-style-definition] 1545 | void putstring(string) | ^~~~~~~~~ figlet.c: In function 'handlemapping': figlet.c:1663:7: warning: old-style function definition [-Wold-style-definition] 1663 | inchr handlemapping(c) | ^~~~~~~~~~~~~ figlet.c: In function 'ungetinchr': figlet.c:1880:7: warning: old-style function definition [-Wold-style-definition] 1880 | inchr ungetinchr(c) | ^~~~~~~~~~ figlet.c: In function 'main': figlet.c:1995:5: warning: old-style function definition [-Wold-style-definition] 1995 | int main(argc,argv) | ^~~~ gcc -o chkfont chkfont.o gcc -o figlet figlet.o zipio.o crc.o inflate.o utf8.o Run tests in /home/buildozer/aports/community/figlet/src/figlet-2.2.5 Default font dir: /usr/share/figlet/fonts Current font dir: fonts Default font: standard _____ _ _ _ |_ _|__ __| |_ _ _ ___ ____ _| | |_ ___ | |/ -_|_-< _| | '_/ -_|_-< || | | _(_-< |_|\___/__/\__| |_| \___/__/\_,_|_|\__/__/ Run test 001: showfigfonts output... pass Run test 002: text rendering in all fonts... pass Run test 003: long text rendering... pass Run test 004: left-to-right text... pass Run test 005: right-to-left text... pass Run test 006: flush-left justification... pass Run test 007: flush-right justification... pass Run test 008: center justification... pass Run test 009: kerning mode... pass Run test 010: full width mode... pass Run test 011: overlap mode... pass Run test 012: tlf2 font rendering... pass Run test 013: kerning flush-left right-to-left mode... pass Run test 014: kerning centered right-to-left mode (slant)... pass Run test 015: full-width flush-right right-to-left mode... pass Run test 016: overlap flush-right mode (big)... pass Run test 017: tlf2 kerning flush-right mode... pass Run test 018: tlf2 overlap centered mode... pass Run test 019: tlf2 full-width flush-left right-to-left mode... pass Run test 020: specify font directory... pass Run test 021: paragraph mode long line output... pass Run test 022: short line output... pass Run test 023: kerning paragraph centered mode (small)... pass Run test 024: list of control files... pass Run test 025: uskata control file... pass Run test 026: jis0201 control file... pass All tests passed. >>> figlet: Entering fakeroot... mkdir -p /home/buildozer/aports/community/figlet/pkg/figlet/usr/bin mkdir -p /home/buildozer/aports/community/figlet/pkg/figlet/usr/share/man/man6 mkdir -p /home/buildozer/aports/community/figlet/pkg/figlet/usr/share/figlet/fonts cp figlet chkfont figlist showfigfonts /home/buildozer/aports/community/figlet/pkg/figlet/usr/bin cp figlet.6 chkfont.6 figlist.6 showfigfonts.6 /home/buildozer/aports/community/figlet/pkg/figlet/usr/share/man/man6 cp fonts/*.flf /home/buildozer/aports/community/figlet/pkg/figlet/usr/share/figlet/fonts cp fonts/*.flc /home/buildozer/aports/community/figlet/pkg/figlet/usr/share/figlet/fonts >>> figlet-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/figlet/pkg/figlet-doc/usr/share/man' >>> figlet-doc*: Preparing subpackage figlet-doc... >>> figlet-doc*: Running postcheck for figlet-doc >>> figlet*: Running postcheck for figlet >>> figlet*: Preparing package figlet... >>> figlet*: Stripping binaries >>> figlet*: Scanning shared objects >>> figlet-doc*: Tracing dependencies... >>> figlet-doc*: Package size: 9.6 KB >>> figlet-doc*: Compressing data... >>> figlet-doc*: Create checksum... >>> figlet-doc*: Create figlet-doc-2.2.5-r3.apk >>> figlet*: Tracing dependencies... so:libc.musl-x86.so.1 >>> figlet*: Package size: 636.6 KB >>> figlet*: Compressing data... >>> figlet*: Create checksum... >>> figlet*: Create figlet-2.2.5-r3.apk >>> figlet: Build complete at Thu, 23 Oct 2025 19:29:51 +0000 elapsed time 0h 0m 29s >>> figlet: Cleaning up srcdir >>> figlet: Cleaning up pkgdir >>> figlet: Uninstalling dependencies... (1/1) Purging .makedepends-figlet (20251023.192949) OK: 426 MiB in 105 packages >>> figlet: Updating the community/x86 repository index... >>> figlet: Signing the index...