>>> ttf2ufm: Building community/ttf2ufm 3.4.4-r0 (using abuild 3.12.0-r0) started Sat, 04 Nov 2023 15:58:32 +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 (20231104.155917)
OK: 472 MiB in 108 packages
>>> ttf2ufm: Cleaning up srcdir
>>> ttf2ufm: Cleaning up pkgdir
>>> ttf2ufm: Cleaning up tmpdir
>>> ttf2ufm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/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
100  576k  100  576k    0     0  1292k      0 --:--:-- --:--:-- --:--:-- 1295k
>>> ttf2ufm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/ufpdf.zip
>>> ttf2ufm: Checking sha512sums...
ufpdf.zip: OK
>>> ttf2ufm: Unpacking /var/cache/distfiles/v3.19/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:66: 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:79: 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:92: 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:67: 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:74: 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:87: 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:100: 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:83: 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:96: 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:109: 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:73: 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:85: 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:98: 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:51: 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:50: 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:51: 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:51: 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:40: 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:50: 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:50: 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:97: 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:105: 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:115: 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:120: 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:111: 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:116: 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:56: 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:57: 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:59: 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:64: 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:77: 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:81: 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:85: 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:47: 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:47: 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:64: 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:66: 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:74: 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:80: 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
pt1.c: In function 'fdotcurvdist2':
pt1.c:5219:41: warning: 'fdotsegdist2' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=]
 5219 |                         dots[d].dist2 = fdotsegdist2(&cvd[0], dots[d].p);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pt1.c:5219:41: note: referencing argument 1 of type 'double[2][2]'
pt1.c:5219:41: note: referencing argument 2 of type 'double[2]'
pt1.c:4995:1: note: in a call to function 'fdotsegdist2'
 4995 | fdotsegdist2(
      | ^~~~~~~~~~~~
pt1.c:5222:41: warning: 'fdotsegdist2' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=]
 5222 |                         dots[d].dist2 = fdotsegdist2(&cvd[NAPSECT-1], dots[d].p);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pt1.c:5222:41: note: referencing argument 1 of type 'double[2][2]'
pt1.c:5222:41: note: referencing argument 2 of type 'double[2]'
pt1.c:4995:1: note: in a call to function 'fdotsegdist2'
 4995 | fdotsegdist2(
      | ^~~~~~~~~~~~
pt1.c: In function 'fconcisecontour':
pt1.c:6049:29: warning: 'fcrossraysge' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=]
 6049 |                         if( fcrossraysge(&tpge, &tnge, NULL, NULL, &apcv[1]) ) {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pt1.c:6049:29: note: referencing argument 5 of type 'double[2][2]'
pt1.c:4935:1: note: in a call to function 'fcrossraysge'
 4935 | fcrossraysge(
      | ^~~~~~~~~~~~
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 Sat, 04 Nov 2023 15:59:20 +0000 elapsed time 0h 0m 48s
>>> ttf2ufm: Cleaning up srcdir
>>> ttf2ufm: Cleaning up pkgdir
>>> ttf2ufm: Uninstalling dependencies...
(1/1) Purging .makedepends-ttf2ufm (20231104.155917)
OK: 472 MiB in 107 packages
>>> ttf2ufm: Updating the community/x86_64 repository index...
>>> ttf2ufm: Signing the index...