>>> ttf2ufm: Building community/ttf2ufm 3.4.4-r0 (using abuild 3.9.0_rc2-r1) started Fri, 22 Oct 2021 04:23:28 +0000 >>> ttf2ufm: Checking sanity of /home/buildozer/aports/community/ttf2ufm/APKBUILD... >>> WARNING: ttf2ufm: No maintainer >>> ttf2ufm: Analyzing dependencies... >>> ttf2ufm: Installing for build: build-base (1/1) Installing .makedepends-ttf2ufm (20211022.042340) OK: 344 MiB in 96 packages >>> ttf2ufm: Cleaning up srcdir >>> ttf2ufm: Cleaning up pkgdir >>> ttf2ufm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ufpdf.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ttf2ufm: Fetching http://acko.net/files/ufpdf/ufpdf.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 194 100 194 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 576k 100 576k 0 0 296k 0 0:00:01 0:00:01 --:--:-- 790k >>> ttf2ufm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ufpdf.zip >>> ttf2ufm: Checking sha512sums... ufpdf.zip: OK >>> ttf2ufm: Unpacking /var/cache/distfiles/v3.15/ufpdf.zip... gcc -O -c ttf2pt1.c gcc -O -c pt1.c gcc -O -c runt1asm.c gcc -O -c ttf.c gcc -O -c ft.c gcc -O -c bdf.c gcc -O -c bitmap.c In file included from runt1asm.c:60: t1asm.c: In function 'charstring_byte': t1asm.c:374:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 374 | fprintf(stderr, "error: charstring_buf full (%d bytes)\n", | ~^ | | | int | %ld 375 | sizeof(charstring_buf)); | ~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int t1asm.c: In function 'charstring_end': t1asm.c:388:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 388 | sprintf(line, "%d ", charstring_bp - charstring_buf); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld pt1.c: In function 'assertpath': pt1.c:306:45: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 306 | fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", | ~^ | | | unsigned int 307 | pe, ge, ge->prev); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:306:58: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 306 | fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", | ~^ | | | unsigned int 307 | pe, ge, ge->prev); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:306:71: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 306 | fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", | ~^ | | | unsigned int 307 | pe, ge, ge->prev); | ~~~~~~~~ | | | struct gentry * pt1.c:317:39: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 317 | fprintf(stderr, "empty path at 0x%x \n", ge); | ~^ ~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c:325:46: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 325 | fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", | ~^ | | | unsigned int 326 | ge, ge->frwd, ge->frwd->bkwd); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:325:59: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] 325 | fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", | ~^ | | | unsigned int pt1.c:325:72: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 325 | fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", | ~^ | | | unsigned int pt1.c:333:48: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 333 | fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", | ~^ | | | unsigned int 334 | ge, ge->bkwd, ge->bkwd->next); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:333:61: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] 333 | fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", | ~^ | | | unsigned int pt1.c:333:74: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 333 | fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", | ~^ | | | unsigned int 334 | ge, ge->bkwd, ge->bkwd->next); | ~~~~~~~~~~~~~~ | | | struct gentry * pt1.c:341:38: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 341 | fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", | ~^ | | | unsigned int 342 | first, ge, ge->frwd); | ~~~~~ | | | GENTRY * {aka struct gentry *} pt1.c:341:50: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 341 | fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", | ~^ | | | unsigned int 342 | first, ge, ge->frwd); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:341:63: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 341 | fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", | ~^ | | | unsigned int ttf2pt1.c: In function 'unicode_init_user': ttf2pt1.c:654:28: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=] 654 | if(sscanf(buffer, "id %d %d", pid, eid)==2) { | ~^ ~~~ | | | | int * int ttf2pt1.c:654:31: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=] 654 | if(sscanf(buffer, "id %d %d", pid, eid)==2) { | ~^ ~~~ | | | | int * int pt1.c: In function 'fixcvends': pt1.c:763:37: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 763 | fprintf(stderr, "**! fixcvends(0x%x) on floating entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'fixcvdir': pt1.c:913:36: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 913 | fprintf(stderr, "**! fixcvdir(0x%x) on floating entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'fgetcvdir': pt1.c:1043:37: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 1043 | fprintf(stderr, "**! fgetcvdir(0x%x) on int entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'igetcvdir': pt1.c:1105:37: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 1105 | fprintf(stderr, "**! igetcvdir(0x%x) on floating entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'dumppaths': pt1.c:1203:26: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 1203 | fprintf(stderr, " %c %8x", mark, ge); | ~~^ ~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c: In function 'fcheckcv': pt1.c:1336:36: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 1336 | fprintf(stderr, "**! fcheckcv(0x%x) on int entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'icheckcv': pt1.c:1364:36: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 1364 | fprintf(stderr, "**! icheckcv(0x%x) on floating entry, ABORT\n", ge); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c: In function 'findstemat': pt1.c:2920:62: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 2920 | "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n", | ~^ | | | unsigned int 2921 | value, origin, ge, sp[si].ge); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:2920:70: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 2920 | "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n", | ~^ | | | unsigned int 2921 | value, origin, ge, sp[si].ge); | ~~~~~~~~~ | | | GENTRY * {aka struct gentry *} pt1.c: In function 'fstraighten': pt1.c:3912:80: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 3912 | if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x%x 0x%x\n", pge, ge); | ~^ ~~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c:3912:85: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 3912 | if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x%x 0x%x\n", pge, ge); | ~^ ~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c:3927:76: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 3927 | if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x%x\n", ge, nge); | ~^ ~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c:3927:81: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 3927 | if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x%x\n", ge, nge); | ~^ ~~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c: In function 'ffixquadrants': pt1.c:4058:35: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4058 | fprintf(stderr, "%s: trying 0x%x (%g %g) (%g %g) (%g %g) (%g %g)\n ", g->name, | ~^ | | | unsigned int 4059 | ge, ge->prev->fx3, ge->prev->fy3, ge->fx1, ge->fy1, ge->fx2, ge->fy2, | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:4079:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4079 | fprintf(stderr, "%s: 0x%x: %d pts(%c): ", | ~^ | | | unsigned int 4080 | g->name, ge, np-oldnp, i? 'y':'x'); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:4130:38: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4130 | fprintf(stderr, "%s: splitting 0x%x (%g %g) (%g %g) (%g %g) (%g %g) at %d points\n ", g->name, | ~^ | | | unsigned int 4131 | ge, ge->prev->fx3, ge->prev->fy3, ge->fx1, ge->fy1, ge->fx2, ge->fy2, | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:4152:43: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4152 | if(ISDBG(QUAD)) fprintf(stderr, " 0x%x %g/%g\n", ge, k1, k2); | ~^ ~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c: In function 'fdelsmall': pt1.c:4692:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4692 | fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", | ~^ | | | unsigned int 4693 | g->name, pge, ge, nge); | ~~~ | | | GENTRY * {aka struct gentry *} pt1.c:4692:60: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4692 | fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", | ~^ | | | unsigned int 4693 | g->name, pge, ge, nge); | ~~ | | | GENTRY * {aka struct gentry *} pt1.c:4692:64: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 4692 | fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", | ~^ | | | unsigned int 4693 | g->name, pge, ge, nge); | ~~~ | | | GENTRY * {aka struct gentry *} pt1.c: In function 'fconcisecontour': pt1.c:5943:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 5943 | fprintf(stderr, ": 0x%x\nnext -> 0x%p ", pge, nge); | ~^ ~~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c:5977:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 5977 | fprintf(stderr, ": 0x%x\n", nge); | ~^ ~~~ | | | | | GENTRY * {aka struct gentry *} | unsigned int pt1.c:6180:36: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 6180 | fprintf(stderr, "(p=%p/%x n=0x%x/%x) ", pge, pgex->flags & GEXF_JLINE, | ~^ | | | unsigned int 6181 | nge, ngex->flags & GEXF_JLINE); | ~~~ | | | GENTRY * {aka struct gentry *} pt1.c: In function 'reversepathsfromto': pt1.c:7085:38: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 7085 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c:7085:46: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] 7085 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ ~~~~~~~~ | | | | unsigned int struct gentry * pt1.c:7085:52: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 7085 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ | | | unsigned int gcc -O -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o -lm >>> WARNING: ttf2ufm: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> ttf2ufm: Entering fakeroot... >>> ttf2ufm*: Running postcheck for ttf2ufm >>> ttf2ufm*: Preparing package ttf2ufm... >>> ttf2ufm*: Stripping binaries >>> ttf2ufm*: Scanning shared objects >>> ttf2ufm*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> ttf2ufm*: Package size: 192.0 KB >>> ttf2ufm*: Compressing data... >>> ttf2ufm*: Create checksum... >>> ttf2ufm*: Create ttf2ufm-3.4.4-r0.apk >>> ttf2ufm: Build complete at Fri, 22 Oct 2021 04:23:45 +0000 elapsed time 0h 0m 17s >>> ttf2ufm: Cleaning up srcdir >>> ttf2ufm: Cleaning up pkgdir >>> ttf2ufm: Uninstalling dependencies... (1/1) Purging .makedepends-ttf2ufm (20211022.042340) OK: 344 MiB in 95 packages >>> ttf2ufm: Updating the community/x86_64 repository index... >>> ttf2ufm: Signing the index...