Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ttf2pt1.spec'], chrootPath='/var/lib/mock/f33-build-295084-55425/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ttf2pt1.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Wrote: /builddir/build/SRPMS/ttf2pt1-3.4.4-31.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ttf2pt1.spec'], chrootPath='/var/lib/mock/f33-build-295084-55425/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ttf2pt1.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mJrYWJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ttf2pt1-3.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/ttf2pt1-3.4.4.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ttf2pt1-3.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ttf2pt1-destdir.patch):' Patch #0 (ttf2pt1-destdir.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Makefile Patch #1 (ttf2pt1-freetype.patch): + echo 'Patch #1 (ttf2pt1-freetype.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file ft.c + echo 'Patch #2 (ttf2pt1-sed.patch):' Patch #2 (ttf2pt1-sed.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Makefile Patch #3 (ttf2pt1-doc.patch): + echo 'Patch #3 (ttf2pt1-doc.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file other/README.html patching file README.html patching file Makefile patching file FONTS.html + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vbCedN + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 ++ pkg-config --cflags freetype2 ++ pkg-config --libs freetype2 + make 'CFLAGS_SYS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE' 'CFLAGS_FT=-DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 ' 'LIBS_FT=-lfreetype ' VERSION=3.4.4 all cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -o t1asm -DSTANDALONE t1asm.c -lm -lfreetype 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 t1asm.c: In function 'main': t1asm.c:501:15: warning: implicit declaration of function 'getopt'; did you mean 'getpt'? [-Wimplicit-function-declaration] 501 | while ((c = getopt(argc, argv, "bl:")) != -1) | ^~~~~~ | getpt At top level: t1asm.c:36:13: warning: 'copyright' defined but not used [-Wunused-variable] 36 | static char copyright[] = | ^~~~~~~~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ttf2pt1.c In file included from ttf2pt1.c:85: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | ttf2pt1.c: In function 'unicode_init_user': ttf2pt1.c:647:26: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=] 647 | if(sscanf(buffer, "id %d %d", pid, eid)==2) { | ~^ ~~~ | | | | int * int ttf2pt1.c:647:29: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=] 647 | if(sscanf(buffer, "id %d %d", pid, eid)==2) { | ~^ ~~~ | | | | int * int ttf2pt1.c: In function 'handle_gnames': ttf2pt1.c:1327:12: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1327 | || i==0 && isdigit(c)) { /* must not start with a digit */ | ^ ttf2pt1.c:1331:31: warning: pointer targets in passing argument 1 of 'nametoprint' differ in signedness [-Wpointer-sign] 1331 | nametoprint(glyph_list[n].name)); | ~~~~~~~~~~~~~^~~~~ | | | char * ttf2pt1.c:1151:17: note: expected 'unsigned char *' but argument is of type 'char *' 1151 | unsigned char *s | ~~~~~~~~~~~~~~~^ ttf2pt1.c:1392:46: warning: pointer targets in passing argument 3 of 'cursw->glenc' differ in signedness [-Wpointer-sign] 1392 | type = cursw->glenc(glyph_list, encoding, unicode_map); | ^~~~~~~~~~~ | | | unsigned int * ttf2pt1.c:1392:46: note: expected 'int *' but argument is of type 'unsigned int *' ttf2pt1.c:1406:46: warning: pointer targets in passing argument 3 of 'cursw->glenc' differ in signedness [-Wpointer-sign] 1406 | type = cursw->glenc(glyph_list, encoding, unicode_map); | ^~~~~~~~~~~ | | | unsigned int * ttf2pt1.c:1406:46: note: expected 'int *' but argument is of type 'unsigned int *' In file included from ttf2pt1.c:85: ttf2pt1.c: In function 'main': global.h:108:26: warning: statement with no effect [-Wunused-value] 108 | # define DBG_TO_GLYPH(g) (0) | ^ ttf2pt1.c:2278:4: note: in expansion of macro 'DBG_TO_GLYPH' 2278 | DBG_TO_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] 109 | # define DBG_FROM_GLYPH(g) (0) | ^ ttf2pt1.c:2280:4: note: in expansion of macro 'DBG_FROM_GLYPH' 2280 | DBG_FROM_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~~~ global.h:108:26: warning: statement with no effect [-Wunused-value] 108 | # define DBG_TO_GLYPH(g) (0) | ^ ttf2pt1.c:2293:5: note: in expansion of macro 'DBG_TO_GLYPH' 2293 | DBG_TO_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] 109 | # define DBG_FROM_GLYPH(g) (0) | ^ ttf2pt1.c:2296:5: note: in expansion of macro 'DBG_FROM_GLYPH' 2296 | DBG_FROM_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~~~ global.h:108:26: warning: statement with no effect [-Wunused-value] 108 | # define DBG_TO_GLYPH(g) (0) | ^ ttf2pt1.c:2311:5: note: in expansion of macro 'DBG_TO_GLYPH' 2311 | DBG_TO_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] 109 | # define DBG_FROM_GLYPH(g) (0) | ^ ttf2pt1.c:2314:5: note: in expansion of macro 'DBG_FROM_GLYPH' 2314 | DBG_FROM_GLYPH(&glyph_list[i]); | ^~~~~~~~~~~~~~ At top level: ttf2pt1.c:1200:1: warning: 'alignwidths' defined but not used [-Wunused-function] 1200 | alignwidths(void) | ^~~~~~~~~~~ ttf2pt1.c: In function 'main': ttf2pt1.c:1317:34: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] 1317 | int i, n, found, c, type; | ^~~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c pt1.c In file included from pt1.c:24: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | 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 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:782:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 782 | if (dx == 0 && dy == 0 | ~~~~~~~~^~~~~~~~~~ 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 'fclosepaths': pt1.c:1399:37: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1399 | if(ge == 0 || ge->type != GE_LINE && ge->type!= GE_CURVE) { pt1.c: In function 'smoothjoints': pt1.c:1607:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1607 | && (ge->iy3 < ge->prev->iy3 && ne->iy3 < ge->iy3 pt1.c:1624:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1624 | && (ge->ix3 < ge->prev->ix3 && ne->ix3 < ge->ix3 pt1.c: In function 'sortstems': pt1.c:1813:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 1813 | (s[i].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1815:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 1815 | (s[j].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1820:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 1820 | (s[i].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1822:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 1822 | (s[j].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c: In function 'stemoverlap': pt1.c:1844:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1844 | if (s1->from <= s2->from && s1->to >= s2->from | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ pt1.c: In function 'joinmainstems': pt1.c:2205:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2205 | if (pri < readystem && s[nnew + 1].value >= stack[j].value | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c: In function 'joinsubstems': pt1.c:2761:5: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2760 | || pri > lastpri | ~~~~~~~~~~~~~ 2761 | && ( lastpri==1 || s[j].value-v<20 || (s[x].value-v)*2 >= s[j].value-v ) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:2780:5: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2779 | || pri > lastpri | ~~~~~~~~~~~~~ 2780 | && ( lastpri==1 || v-s[j].value<20 || (v-s[x].value)*2 >= v-s[j].value ) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c: In function 'uniformstems': pt1.c:2814:9: warning: unused variable 'j' [-Wunused-variable] 2814 | int i, j, from, to, val, dir; | ^ 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:2933:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2933 | || pri==prevpri && prevwd==0 || wd!=0 && wdiy3 > ge->iy2 && ge->iy3 > ny | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3512:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 3512 | if (ge->ix3 > ge->ix2 && ge->ix3 > nx | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3682:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 3682 | if (ge->iy3 > ge->prev->iy3 && ge->iy3 > ny | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3704:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 3704 | if (ge->ix3 > ge->prev->ix3 && ge->ix3 > nx | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c: In function 'fstraighten': pt1.c:3868:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 3868 | || iln > 1. && iln/oln > 0.1 ) | ~~~~~~~~~~^~~~~~~~~~~~~~~~ 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:3841:18: warning: unused variable 'svdir' [-Wunused-variable] 3841 | int svdir, i, o; | ^~~~~ 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 'iiszigzag': pt1.c:4231:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4231 | if (k1+0.0001 >= k && k2 <= k+0.0001 || k1 <= k+0.0001 && k2+0.0001 >= k) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ pt1.c: In function 'fiszigzag': pt1.c:4281:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4281 | if (k1+0.0001 >= k && k2 <= k+0.0001 || k1 <= k+0.0001 && k2+0.0001 >= k) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 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 'fdotcurvdist2': pt1.c:5108:12: warning: unused variable 'j' [-Wunused-variable] 5108 | int d, i, j; | ^ pt1.c: In function 'fapproxcurve': pt1.c:5292:7: warning: unused variable 'xy' [-Wunused-variable] 5292 | char xy[]="XY"; | ^~ pt1.c:5291:7: warning: unused variable 'bc' [-Wunused-variable] 5291 | char bc[]="BC"; | ^~ pt1.c:5288:9: warning: variable 'res' set but not used [-Wunused-but-set-variable] 5288 | double res[MAXSECT][MAXSECT], thisres, bestres, goodres; | ^~~ pt1.c: In function 'fsampledots': pt1.c:5544:16: warning: unused variable 'dx' [-Wunused-variable] 5544 | double t, nf, dx, d[2]; | ^~ pt1.c: In function 'fanalyzejoint': pt1.c:5721:9: warning: unused variable 'avsd2' [-Wunused-variable] 5721 | double avsd2, dots[3][2 /*X,Y*/]; | ^~~~~ 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:6140:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 6140 | || pge != ge && (pgex->flags & GEXF_JCVMASK) <= (ngex->flags & GEXF_JCVMASK) ) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:5847:6: warning: unused variable 'found' [-Wunused-variable] 5847 | int found[2]; | ^~~~~ pt1.c: In function 'fforceconcise': pt1.c:6298:37: warning: unused variable 'xge' [-Wunused-variable] 6298 | GENTRY *ge, *nge, *endge, *xge; | ^~~ pt1.c:6298:29: warning: unused variable 'endge' [-Wunused-variable] 6298 | GENTRY *ge, *nge, *endge, *xge; | ^~~~~ pt1.c:6298:23: warning: unused variable 'nge' [-Wunused-variable] 6298 | GENTRY *ge, *nge, *endge, *xge; | ^~~ pt1.c: In function 'bestblue': pt1.c:6679:38: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 6679 | || physt[first] == physt[last] && j) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ pt1.c: In function 'reversepathsfromto': pt1.c:7069:38: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY *' {aka 'struct gentry *'} [-Wformat=] 7069 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ ~~ | | | | unsigned int GENTRY * {aka struct gentry *} pt1.c:7069:46: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] 7069 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ ~~~~~~~~ | | | | unsigned int struct gentry * pt1.c:7069:52: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] 7069 | fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); | ~^ | | | unsigned int pt1.c: In function 'print_kerning': pt1.c:7210:12: warning: unused variable 'n' [-Wunused-variable] 7210 | int i, j, n; | ^ pt1.c: At top level: pt1.c:146:15: warning: 'fcvarea' declared 'static' but never defined [-Wunused-function] 146 | static double fcvarea( GENTRY *ge); | ^~~~~~~ pt1.c:4190:1: warning: 'iiszigzag' defined but not used [-Wunused-function] 4190 | iiszigzag( | ^~~~~~~~~ pt1.c:2649:1: warning: 'printbasestem' defined but not used [-Wunused-function] 2649 | printbasestem(void) | ^~~~~~~~~~~~~ pt1.c:1862:1: warning: 'steminblue' defined but not used [-Wunused-function] 1862 | steminblue( | ^~~~~~~~~~ pt1.c: In function 'findstemat': pt1.c:2933:41: warning: 'prevwd' may be used uninitialized in this function [-Wmaybe-uninitialized] 2933 | || pri==prevpri && prevwd==0 || wd!=0 && wdprevpri | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2933 | || pri==prevpri && prevwd==0 || wd!=0 && wdfrwd != first) { | ^ pt1.c: In function 'fapproxcurve': pt1.c:5354:14: warning: 'goodres' may be used uninitialized in this function [-Wmaybe-uninitialized] 5354 | } else if(thisres < goodres) { | ^ pt1.c: In function 'reversepathsfromto': pt1.c:7102:26: warning: 'flast[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 7102 | cur->fpoints[i][2] = f; | ~~~~~~~~~~~~~~~~~~~^~~ pt1.c:7102:26: warning: 'flast[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] pt1.c:7112:26: warning: 'ilast[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 7112 | cur->ipoints[i][2] = n; | ~~~~~~~~~~~~~~~~~~~^~~ pt1.c:7112:26: warning: 'ilast[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c runt1asm.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 At top level: t1asm.c:476:13: warning: 'print_banner' defined but not used [-Wunused-function] 476 | static void print_banner() | ^~~~~~~~~~~~ t1asm.c:463:13: warning: 'usage' defined but not used [-Wunused-function] 463 | static void usage() | ^~~~~ In file included from runt1asm.c:60: t1asm.c:36:13: warning: 'copyright' defined but not used [-Wunused-variable] 36 | static char copyright[] = | ^~~~~~~~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ttf.c In file included from ttf.c:29: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | ttf.c: In function 'handle_name': ttf.c:224:35: warning: pointer targets in passing argument 1 of 'dupcnstring' differ in signedness [-Wpointer-sign] 224 | name_fields[k] = dupcnstring(p, len); | ^ | | | char * In file included from ttf.c:29: global.h:120:35: note: expected 'unsigned char *' but argument is of type 'char *' 120 | char *dupcnstring( unsigned char *s, int len); | ~~~~~~~~~~~~~~~^ ttf.c:248:36: warning: pointer targets in passing argument 1 of 'dupcnstring' differ in signedness [-Wpointer-sign] 248 | name_fields[k] = dupcnstring(p, len); | ^ | | | char * In file included from ttf.c:29: global.h:120:35: note: expected 'unsigned char *' but argument is of type 'char *' 120 | char *dupcnstring( unsigned char *s, int len); | ~~~~~~~~~~~~~~~^ ttf.c: In function 'draw_simple_glyf': ttf.c:465:29: warning: variable 'ylast' set but not used [-Wunused-but-set-variable] 465 | double xlast = 0, ylast = 0; | ^~~~~ ttf.c:465:18: warning: variable 'xlast' set but not used [-Wunused-but-set-variable] 465 | double xlast = 0, ylast = 0; | ^~~~~ ttf.c: In function 'fnmetrics': ttf.c:1414:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1413 | || str[j]=='b' | ~~~~~~~~~~~ 1414 | && ( j==0 || !isalpha(str[j-1]) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ft.c In file included from ft.c:22: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | ft.c: In function 'openfont': ft.c:82:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 82 | if( error = FT_New_Face( library, fname, 0, &face ) ) { | ^~~~~ ft.c: In function 'getnglyphs': ft.c:129:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'FT_Long' {aka 'long int'} [-Wformat=] 129 | if(ISDBG(FT)) fprintf(stderr, "%d glyphs in font\n", face->num_glyphs); | ~^ ~~~~~~~~~~~~~~~~ | | | | int FT_Long {aka long int} | %ld ft.c: In function 'glnames': ft.c:155:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 155 | sprintf(bf, "_g_%d", i); | ^~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ft.c:10: /usr/include/bits/stdio2.h:36:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 36 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) | ^~~~~ ft.c:159:31: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 159 | glyph_list[i].name = strdup(bf); | ^~ | | | unsigned char * In file included from ft.c:11: /usr/include/string.h:171:34: note: expected 'const char *' but argument is of type 'unsigned char *' 171 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ ft.c: In function 'fnmetrics': ft.c:427:2: warning: "/*" within comment [-Wcomment] 427 | /* guess the boldness from the font names */ | ft.c:440:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 439 | || str[j]=='b' | ~~~~~~~~~~~ 440 | && ( j==0 || !isalpha(str[j-1]) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ft.c: At top level: ft.c:537:2: warning: initialization of 'int (*)(const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] 537 | outl_moveto, | ^~~~~~~~~~~ ft.c:537:2: note: (near initialization for 'ft_outl_funcs.move_to') ft.c:538:2: warning: initialization of 'int (*)(const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] 538 | outl_lineto, | ^~~~~~~~~~~ ft.c:538:2: note: (near initialization for 'ft_outl_funcs.line_to') ft.c:539:2: warning: initialization of 'int (*)(const FT_Vector *, const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] 539 | outl_conicto, | ^~~~~~~~~~~~ ft.c:539:2: note: (near initialization for 'ft_outl_funcs.conic_to') ft.c:540:2: warning: initialization of 'int (*)(const FT_Vector *, const FT_Vector *, const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, const struct FT_Vector_ *, const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, FT_Vector *, FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, struct FT_Vector_ *, struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] 540 | outl_cubicto, | ^~~~~~~~~~~~ ft.c:540:2: note: (near initialization for 'ft_outl_funcs.cubic_to') ft.c: In function 'kerning': ft.c:596:9: warning: unused variable 'gl' [-Wunused-variable] 596 | GLYPH *gl; | ^~ ft.c:593:12: warning: unused variable 'n' [-Wunused-variable] 593 | int i, j, n; | ^ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c bdf.c In file included from bdf.c:15: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | bdf.c: In function 'readfile': bdf.c:101:8: warning: unused variable 's' [-Wunused-variable] 101 | char *s; | ^ bdf.c: In function 'handle_header': bdf.c:224:42: warning: pointer targets in passing argument 1 of 'dupcnstring' differ in signedness [-Wpointer-sign] 224 | *((char **)(cl->vp[0])) = dupcnstring(bf, s-bf); | ^~ | | | char * In file included from bdf.c:15: global.h:120:35: note: expected 'unsigned char *' but argument is of type 'char *' 120 | char *dupcnstring( unsigned char *s, int len); | ~~~~~~~~~~~~~~~^ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c bitmap.c In file included from bitmap.c:14: global.h:90:30: warning: "/*" within comment [-Wcomment] 90 | /* #define DBG_GLYPH "C118" /* */ | bitmap.c: In function 'dosubfrag': bitmap.c:454:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 454 | && ( outend && f->sublen <= pf->sublen | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:464:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 464 | && ( outfront && f->sublen <= lf->sublen | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:358:9: warning: unused variable 'j' [-Wunused-variable] 358 | int i, j, a1, a2, ndots; | ^ bitmap.c:349:16: warning: variable 'ff' set but not used [-Wunused-but-set-variable] 349 | GEX_FRAG *f, *ff, *lf, *pf, *xf; | ^~ bitmap.c: In function 'bmp_outline': bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1199 | if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1221:7: note: in expansion of macro 'CHKCURVCONN' 1221 | CHKCURVCONN(ge, 1); | ^~~~~~~~~~~ bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1199 | if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1246:6: note: in expansion of macro 'CHKCURVCONN' 1246 | CHKCURVCONN(ge, 1); | ^~~~~~~~~~~ bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1199 | if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1258:8: note: in expansion of macro 'CHKCURVCONN' 1258 | CHKCURVCONN(ge->frwd, 0); | ^~~~~~~~~~~ bitmap.c:1594:29: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses] 1594 | } while(stepmore || ge != cge->next ^ delaystop); | ~~~^~~~~~~~~~~~ bitmap.c:1999:25: warning: too many arguments for format [-Wformat-extra-args] 1999 | fprintf(stderr, " removed %s frag at %p len=%d covered by line\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:2305:21: warning: unused variable 'lf' [-Wunused-variable] 2305 | GEX_FRAG *ff, *lf, *xf; | ^~ bitmap.c:2508:18: warning: unused variable 'pf' [-Wunused-variable] 2508 | GEX_FRAG *f, *pf; | ^~ bitmap.c:1033:7: warning: unused variable 'i' [-Wunused-variable] 1033 | int i; | ^ bitmap.c:926:3: warning: label 'try1' defined but not used [-Wunused-label] 926 | try1: | ^~~~ cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o -lm -lfreetype scripts/unhtml CHANGES scripts/unhtml README scripts/unhtml FONTS scripts/unhtml FONTS.hpux scripts/unhtml encodings/README scripts/unhtml other/README scripts/unhtml app/X11/README scripts/unhtml app/netscape/README scripts/unhtml app/TeX/README scripts/html2man . . app/RPM/Makefile sed 's/^Version:.*/Version: '`grep TTF2PT1_VERSION version.h| cut -d\" -f2`'/' app/RPM/ttf2pt1.spec + rm -rf __dist_other + mkdir -p __dist_other/other + cp -p other/bz.c other/bzscreen.c other/bzscreen.h other/Makefile other/README other/README.html __dist_other/other + make -C other cmpf dmpf make: Entering directory '/builddir/build/BUILD/ttf2pt1-3.4.4/other' cc -g -o cmpf -I/usr/local/include -L/usr/local/lib cmpf.c -lt1 -lm In file included from cmpf.c:15: bmpfont.h:6:1: warning: return type defaults to 'int' [-Wimplicit-int] 6 | fchkneg(file, line, rc, cmd) | ^~~~~~~ bmpfont.h: In function 'fchkneg': bmpfont.h:16:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 16 | exit(1); | ^~~~ bmpfont.h:16:3: warning: incompatible implicit declaration of built-in function 'exit' bmpfont.h:1:1: note: include '' or provide a declaration of 'exit' +++ |+#include 1 | /* bmpfont.h: At top level: bmpfont.h:20:1: warning: return type defaults to 'int' [-Wimplicit-int] 20 | fchknull(file, line, rc, cmd) | ^~~~~~~~ bmpfont.h: In function 'fchknull': bmpfont.h:30:3: warning: incompatible implicit declaration of built-in function 'exit' 30 | exit(1); | ^~~~ bmpfont.h:30:3: note: include '' or provide a declaration of 'exit' cmpf.c: At top level: cmpf.c:18:1: warning: return type defaults to 'int' [-Wimplicit-int] 18 | main(ac, av) | ^~~~ cmpf.c: In function 'main': cmpf.c:28:3: warning: incompatible implicit declaration of built-in function 'exit' 28 | exit(1); | ^~~~ cmpf.c:16:1: note: include '' or provide a declaration of 'exit' 15 | #include "bmpfont.h" +++ |+#include 16 | cc -g -o dmpf -I/usr/local/include -L/usr/local/lib dmpf.c -lt1 -lm In file included from dmpf.c:15: bmpfont.h:6:1: warning: return type defaults to 'int' [-Wimplicit-int] 6 | fchkneg(file, line, rc, cmd) | ^~~~~~~ bmpfont.h: In function 'fchkneg': bmpfont.h:16:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 16 | exit(1); | ^~~~ bmpfont.h:16:3: warning: incompatible implicit declaration of built-in function 'exit' bmpfont.h:1:1: note: include '' or provide a declaration of 'exit' +++ |+#include 1 | /* bmpfont.h: At top level: bmpfont.h:20:1: warning: return type defaults to 'int' [-Wimplicit-int] 20 | fchknull(file, line, rc, cmd) | ^~~~~~~~ bmpfont.h: In function 'fchknull': bmpfont.h:30:3: warning: incompatible implicit declaration of built-in function 'exit' 30 | exit(1); | ^~~~ bmpfont.h:30:3: note: include '' or provide a declaration of 'exit' dmpf.c: At top level: dmpf.c:18:1: warning: return type defaults to 'int' [-Wimplicit-int] 18 | main(ac, av) | ^~~~ dmpf.c: In function 'main': dmpf.c:28:3: warning: incompatible implicit declaration of built-in function 'exit' 28 | exit(1); | ^~~~ dmpf.c:16:1: note: include '' or provide a declaration of 'exit' 15 | #include "bmpfont.h" +++ |+#include 16 | make: Leaving directory '/builddir/build/BUILD/ttf2pt1-3.4.4/other' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.j5TOmM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 + cd ttf2pt1-3.4.4 + fakeroot make DESTDIR=/builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 INSTDIR=/usr TXTFILES= MANDIR=/usr/share/man VERSION=3.4.4 install scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/libexec/ttf2pt1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man5 root bin 0755 cp -R app encodings maps scripts other /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1 chown -R root /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1 chgrp -R bin /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1 chmod -R go-w /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1 scripts/inst_file ttf2pt1 /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1 root bin 0755 [ -f /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/t1asm ] || scripts/inst_file t1asm /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/libexec/ttf2pt1/t1asm root bin 0755 sed -e 's|^TTF2PT1_BINDIR=$|TTF2PT1_BINDIR=/usr/bin|' \ -e 's|^TTF2PT1_LIBXDIR=$|TTF2PT1_LIBXDIR=/usr/libexec/ttf2pt1|' \ -e 's|^TTF2PT1_SHAREDIR=$|TTF2PT1_SHAREDIR=/usr/share/ttf2pt1|' cvt.tmp scripts/inst_file cvt.tmp /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_convert root bin 0755 scripts/inst_file cvt.tmp /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/convert root bin 0755 rm cvt.tmp scripts/inst_file scripts/x2gs /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_x2gs root bin 0755 for i in ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1; do { \ sed -e 's|TTF2PT1_BINDIR|/usr/bin|' \ -e 's|TTF2PT1_LIBXDIR|/usr/libexec/ttf2pt1|' \ -e 's|TTF2PT1_DOCDIR|/usr/share/doc/ttf2pt1-3.4.4|' \ -e 's|TTF2PT1_SHAREDIR|/usr/share/ttf2pt1|' <$i >/builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man1/$i \ && chown root /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man1/$i \ && chgrp bin /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man1/$i \ && chmod 0644 /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/man/man1/$i \ || exit 1; \ } done + rm -r /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/libexec + rm /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/convert /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/convert.cfg.sample /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/frommap /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/html2man /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/inst_file /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/mkrel /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/ttf2pt1/scripts/unhtml + mv /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/share/ttf2pt1/other/cmpf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_cmpf + mv /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/share/ttf2pt1/other/dmpf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_dmpf + cp other/cntstems.pl /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_cntstems + cp other/lst.pl /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_lst + cp other/showdf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_showdf + cp other/showg /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64//usr/bin/ttf2pt1_showg + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.4.4-31.fc33 --unique-debug-suffix -3.4.4-31.fc33.riscv64 --unique-debug-src-base ttf2pt1-3.4.4-31.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ttf2pt1-3.4.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_dmpf explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_cmpf explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1 extracting debug info from /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_cmpf extracting debug info from /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1 extracting debug info from /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/bin/ttf2pt1_dmpf original debug info size: 1736kB, size after compression: 1712kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 872 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/ttf2pt1/scripts/x2gs from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/ttf2pt1/app/netscape/notscape from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/ttf2pt1/app/netscape/nsfilter from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/ttf2pt1/app/netscape/nsprint from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/ttf2pt1/app/TeX/cjk-latex-t1mapgen from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/ttf2pt1_x2gs from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/ttf2pt1_convert from /bin/sh to #!/usr/bin/sh Processing files: ttf2pt1-3.4.4-31.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7uFp5K + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 + DOCDIR=/builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr CHANGES CHANGES.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr README README.FIRST README.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr FONTS /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr FONTS.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr app/TeX /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr __dist_other/other /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + cp -pr scripts/convert.cfg.sample /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64/usr/share/doc/ttf2pt1 + RPM_EC=0 ++ jobs -p + exit 0 Provides: ttf2pt1 = 3.4.4-31.fc33 ttf2pt1(riscv-64) = 3.4.4-31.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfreetype.so.6()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libt1.so.5()(64bit) perl(integer) rtld(GNU_HASH) Processing files: ttf2pt1-debugsource-3.4.4-31.fc33.riscv64 Provides: ttf2pt1-debugsource = 3.4.4-31.fc33 ttf2pt1-debugsource(riscv-64) = 3.4.4-31.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ttf2pt1-debuginfo-3.4.4-31.fc33.riscv64 Provides: debuginfo(build-id) = 3c8a044722dfa7d1668f89025a3e6e4a0f7e870a debuginfo(build-id) = 9b2a76fd695d23250261d1cfa4631e90b7dc4738 debuginfo(build-id) = ed11b2886c8daac415689386a7bb5064ecc76067 ttf2pt1-debuginfo = 3.4.4-31.fc33 ttf2pt1-debuginfo(riscv-64) = 3.4.4-31.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ttf2pt1-debugsource(riscv-64) = 3.4.4-31.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 Wrote: /builddir/build/RPMS/ttf2pt1-3.4.4-31.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ttf2pt1-debugsource-3.4.4-31.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ttf2pt1-debuginfo-3.4.4-31.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gwYdGJ + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-31.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0