+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ttf2pt1.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wlfE31 + 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 + echo 'Patch #1 (ttf2pt1-freetype.patch):' 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 + echo 'Patch #3 (ttf2pt1-doc.patch):' 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0vfD51 + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 ++ pkg-config --cflags freetype2 ++ pkg-config --libs freetype2 + make 'CFLAGS_SYS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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=] fprintf(stderr, "error: charstring_buf full (%d bytes)\n", ~^ %ld 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=] sprintf(line, "%d ", charstring_bp - charstring_buf); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld t1asm.c: In function 'main': t1asm.c:501:15: warning: implicit declaration of function 'getopt'; did you mean 'getpt'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "bl:")) != -1) ^~~~~~ getpt At top level: t1asm.c:36:13: warning: 'copyright' defined but not used [-Wunused-variable] static char copyright[] = ^~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ttf2pt1.c In file included from ttf2pt1.c:85:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #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=] if(sscanf(buffer, "id %d %d", pid, eid)==2) { ~^ ttf2pt1.c:647:29: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=] if(sscanf(buffer, "id %d %d", pid, eid)==2) { ~^ ttf2pt1.c: In function 'handle_gnames': ttf2pt1.c:1327:12: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || i==0 && isdigit(c)) { /* must not start with a digit */ ^ ttf2pt1.c:1331:18: warning: pointer targets in passing argument 1 of 'nametoprint' differ in signedness [-Wpointer-sign] nametoprint(glyph_list[n].name)); ^~~~~~~~~~ ttf2pt1.c:1150:1: note: expected 'unsigned char *' but argument is of type 'char *' nametoprint( ^~~~~~~~~~~ ttf2pt1.c:1392:46: warning: pointer targets in passing argument 3 of 'cursw->glenc' differ in signedness [-Wpointer-sign] type = cursw->glenc(glyph_list, encoding, unicode_map); ^~~~~~~~~~~ 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] type = cursw->glenc(glyph_list, encoding, unicode_map); ^~~~~~~~~~~ ttf2pt1.c:1406:46: note: expected 'int *' but argument is of type 'unsigned int *' In file included from ttf2pt1.c:85:0: ttf2pt1.c: In function 'main': global.h:108:26: warning: statement with no effect [-Wunused-value] # define DBG_TO_GLYPH(g) (0) ^ ttf2pt1.c:2278:4: note: in expansion of macro 'DBG_TO_GLYPH' DBG_TO_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] # define DBG_FROM_GLYPH(g) (0) ^ ttf2pt1.c:2280:4: note: in expansion of macro 'DBG_FROM_GLYPH' DBG_FROM_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~~~ global.h:108:26: warning: statement with no effect [-Wunused-value] # define DBG_TO_GLYPH(g) (0) ^ ttf2pt1.c:2293:5: note: in expansion of macro 'DBG_TO_GLYPH' DBG_TO_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] # define DBG_FROM_GLYPH(g) (0) ^ ttf2pt1.c:2296:5: note: in expansion of macro 'DBG_FROM_GLYPH' DBG_FROM_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~~~ global.h:108:26: warning: statement with no effect [-Wunused-value] # define DBG_TO_GLYPH(g) (0) ^ ttf2pt1.c:2311:5: note: in expansion of macro 'DBG_TO_GLYPH' DBG_TO_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~ global.h:109:28: warning: statement with no effect [-Wunused-value] # define DBG_FROM_GLYPH(g) (0) ^ ttf2pt1.c:2314:5: note: in expansion of macro 'DBG_FROM_GLYPH' DBG_FROM_GLYPH(&glyph_list[i]); ^~~~~~~~~~~~~~ At top level: ttf2pt1.c:1200:1: warning: 'alignwidths' defined but not used [-Wunused-function] alignwidths(void) ^~~~~~~~~~~ ttf2pt1.c: In function 'main': ttf2pt1.c:1425:12: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if(type == 1) { ^ ttf2pt1.c:1317:34: note: 'type' was declared here int i, n, found, c, type; ^~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c pt1.c In file included from pt1.c:24:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #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=] fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", ~^ pt1.c:306:58: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", ~^ pt1.c:306:71: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", ~^ pe, ge, ge->prev); ~~~~~~~~ pt1.c:317:39: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "empty path at 0x%x \n", ge); ~^ pt1.c:325:46: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", ~^ pt1.c:325:59: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", ~^ pt1.c:325:72: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", ~^ pt1.c:333:48: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", ~^ pt1.c:333:61: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", ~^ pt1.c:333:74: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", ~^ ge, ge->bkwd, ge->bkwd->next); ~~~~~~~~~~~~~~ pt1.c:341:38: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", ~^ pt1.c:341:50: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", ~^ pt1.c:341:63: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", ~^ 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=] fprintf(stderr, "**! fixcvends(0x%x) on floating entry, ABORT\n", ge); ~^ pt1.c:782:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 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=] fprintf(stderr, "**! fixcvdir(0x%x) on floating entry, ABORT\n", ge); ~^ 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=] fprintf(stderr, "**! fgetcvdir(0x%x) on int entry, ABORT\n", ge); ~^ 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=] fprintf(stderr, "**! igetcvdir(0x%x) on floating entry, ABORT\n", ge); ~^ 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=] fprintf(stderr, " %c %8x", mark, ge); ~~^ 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=] fprintf(stderr, "**! fcheckcv(0x%x) on int entry, ABORT\n", ge); ~^ 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=] fprintf(stderr, "**! icheckcv(0x%x) on floating entry, ABORT\n", ge); ~^ pt1.c: In function 'fclosepaths': pt1.c:1399:37: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 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] && (ge->iy3 < ge->prev->iy3 && ne->iy3 < ge->iy3 pt1.c:1624:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] && (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] (s[i].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1815:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] (s[j].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1820:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] (s[i].flags & (ST_ZONE|ST_FLAT|ST_END) ^ ST_FLAT) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ pt1.c:1822:19: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] (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] if (s1->from <= s2->from && s1->to >= s2->from ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ pt1.c: In function 'joinmainstems': pt1.c:2205:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 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] || pri > lastpri ~~~~~~~~~~~~~ && ( 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] || pri > lastpri ~~~~~~~~~~~~~ && ( 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] 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=] "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n", ~^ pt1.c:2920:70: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n", ~^ value, origin, ge, sp[si].ge); ~~~~~~~~~ pt1.c:2933:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || pri==prevpri && prevwd==0 || wd!=0 && wdiy3 > ge->iy2 && ge->iy3 > ny ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3512:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (ge->ix3 > ge->ix2 && ge->ix3 > nx ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3682:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (ge->iy3 > ge->prev->iy3 && ge->iy3 > ny ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c:3704:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (ge->ix3 > ge->prev->ix3 && ge->ix3 > nx ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pt1.c: In function 'fstraighten': pt1.c:3868:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || 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=] if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x%x 0x%x\n", pge, ge); ~^ pt1.c:3912:85: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x%x 0x%x\n", pge, ge); ~^ pt1.c:3927:76: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x%x\n", ge, nge); ~^ pt1.c:3927:81: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x%x\n", ge, nge); ~^ pt1.c:3841:18: warning: unused variable 'svdir' [-Wunused-variable] 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=] fprintf(stderr, "%s: trying 0x%x (%g %g) (%g %g) (%g %g) (%g %g)\n ", g->name, ~^ pt1.c:4079:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "%s: 0x%x: %d pts(%c): ", ~^ pt1.c:4130:38: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "%s: splitting 0x%x (%g %g) (%g %g) (%g %g) (%g %g) at %d points\n ", g->name, ~^ pt1.c:4152:43: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] if(ISDBG(QUAD)) fprintf(stderr, " 0x%x %g/%g\n", ge, k1, k2); ~^ pt1.c: In function 'iiszigzag': pt1.c:4231:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 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] 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=] fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", ~^ pt1.c:4692:60: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", ~^ pt1.c:4692:64: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", ~^ pt1.c: In function 'fdotcurvdist2': pt1.c:5108:12: warning: unused variable 'j' [-Wunused-variable] int d, i, j; ^ pt1.c: In function 'fapproxcurve': pt1.c:5292:7: warning: unused variable 'xy' [-Wunused-variable] char xy[]="XY"; ^~ pt1.c:5291:7: warning: unused variable 'bc' [-Wunused-variable] char bc[]="BC"; ^~ pt1.c:5288:9: warning: variable 'res' set but not used [-Wunused-but-set-variable] double res[MAXSECT][MAXSECT], thisres, bestres, goodres; ^~~ pt1.c: In function 'fsampledots': pt1.c:5544:16: warning: unused variable 'dx' [-Wunused-variable] double t, nf, dx, d[2]; ^~ pt1.c: In function 'fanalyzejoint': pt1.c:5721:9: warning: unused variable 'avsd2' [-Wunused-variable] 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=] fprintf(stderr, ": 0x%x\nnext -> 0x%p ", pge, nge); ~^ pt1.c:5977:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'GENTRY * {aka struct gentry *}' [-Wformat=] fprintf(stderr, ": 0x%x\n", nge); ~^ pt1.c:6140:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || 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=] fprintf(stderr, "(p=%p/%x n=0x%x/%x) ", pge, pgex->flags & GEXF_JLINE, ~^ pt1.c:5847:6: warning: unused variable 'found' [-Wunused-variable] int found[2]; ^~~~~ pt1.c: In function 'fforceconcise': pt1.c:6298:37: warning: unused variable 'xge' [-Wunused-variable] GENTRY *ge, *nge, *endge, *xge; ^~~ pt1.c:6298:29: warning: unused variable 'endge' [-Wunused-variable] GENTRY *ge, *nge, *endge, *xge; ^~~~~ pt1.c:6298:23: warning: unused variable 'nge' [-Wunused-variable] GENTRY *ge, *nge, *endge, *xge; ^~~ pt1.c: In function 'bestblue': pt1.c:6679:38: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || 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=] fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); ~^ pt1.c:7069:46: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); ~^ ~~~~~~~~ pt1.c:7069:52: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct gentry *' [-Wformat=] fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd); ~^ pt1.c: In function 'print_kerning': pt1.c:7210:12: warning: unused variable 'n' [-Wunused-variable] int i, j, n; ^ pt1.c: At top level: pt1.c:146:15: warning: 'fcvarea' declared 'static' but never defined [-Wunused-function] static double fcvarea( GENTRY *ge); ^~~~~~~ pt1.c:4190:1: warning: 'iiszigzag' defined but not used [-Wunused-function] iiszigzag( ^~~~~~~~~ pt1.c:2649:1: warning: 'printbasestem' defined but not used [-Wunused-function] printbasestem(void) ^~~~~~~~~~~~~ pt1.c:1862:1: warning: 'steminblue' defined but not used [-Wunused-function] steminblue( ^~~~~~~~~~ pt1.c: In function 'findstemat': pt1.c:2933:41: warning: 'prevwd' may be used uninitialized in this function [-Wmaybe-uninitialized] || pri==prevpri && prevwd==0 || wd!=0 && wdprevpri ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ || pri==prevpri && prevwd==0 || wd!=0 && wdfpoints[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] cur->ipoints[i][2] = n; ~~~~~~~~~~~~~~~~~~~^~~ pt1.c:7112:26: warning: 'ilast[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c runt1asm.c In file included from runt1asm.c:60:0: 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=] fprintf(stderr, "error: charstring_buf full (%d bytes)\n", ~^ %ld 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=] sprintf(line, "%d ", charstring_bp - charstring_buf); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld At top level: t1asm.c:476:13: warning: 'print_banner' defined but not used [-Wunused-function] static void print_banner() ^~~~~~~~~~~~ t1asm.c:463:13: warning: 'usage' defined but not used [-Wunused-function] static void usage() ^~~~~ In file included from runt1asm.c:60:0: t1asm.c:36:13: warning: 'copyright' defined but not used [-Wunused-variable] static char copyright[] = ^~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ttf.c In file included from ttf.c:29:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #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] name_fields[k] = dupcnstring(p, len); ^ In file included from ttf.c:29:0: global.h:120:7: note: expected 'unsigned char *' but argument is of type 'char *' 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] name_fields[k] = dupcnstring(p, len); ^ In file included from ttf.c:29:0: global.h:120:7: note: expected 'unsigned char *' but argument is of type 'char *' 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] double xlast = 0, ylast = 0; ^~~~~ ttf.c:465:18: warning: variable 'xlast' set but not used [-Wunused-but-set-variable] double xlast = 0, ylast = 0; ^~~~~ ttf.c: In function 'fnmetrics': ttf.c:1414:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || str[j]=='b' ~~~~~~~~~~~ && ( j==0 || !isalpha(str[j-1]) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c ft.c In file included from ft.c:22:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #define DBG_GLYPH "C118" /* */ ft.c: In function 'openfont': ft.c:82:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 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=] if(ISDBG(FT)) fprintf(stderr, "%d glyphs in font\n", face->num_glyphs); ~^ ~~~~~~~~~~~~~~~~ %ld ft.c: In function 'glnames': ft.c:155:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(bf, "_g_%d", i); ^~ In file included from /usr/include/features.h:428:0, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ft.c:10: /usr/include/bits/stdio2.h:34:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __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] glyph_list[i].name = strdup(bf); ^~ In file included from ft.c:11:0: /usr/include/string.h:166:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strdup (const char *__s) ^~~~~~ ft.c: In function 'fnmetrics': ft.c:427:2: warning: "/*" within comment [-Wcomment] /* guess the boldness from the font names */ ft.c:440:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] || str[j]=='b' ~~~~~~~~~~~ && ( j==0 || !isalpha(str[j-1]) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ft.c: At top level: ft.c:537:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] outl_moveto, ^~~~~~~~~~~ ft.c:537:2: note: (near initialization for 'ft_outl_funcs.move_to') ft.c:538:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] outl_lineto, ^~~~~~~~~~~ ft.c:538:2: note: (near initialization for 'ft_outl_funcs.line_to') ft.c:539:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] outl_conicto, ^~~~~~~~~~~~ ft.c:539:2: note: (near initialization for 'ft_outl_funcs.conic_to') ft.c:540:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] 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] GLYPH *gl; ^~ ft.c:593:12: warning: unused variable 'n' [-Wunused-variable] int i, j, n; ^ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c bdf.c In file included from bdf.c:15:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #define DBG_GLYPH "C118" /* */ bdf.c: In function 'readfile': bdf.c:101:8: warning: unused variable 's' [-Wunused-variable] 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] *((char **)(cl->vp[0])) = dupcnstring(bf, s-bf); ^~ In file included from bdf.c:15:0: global.h:120:7: note: expected 'unsigned char *' but argument is of type 'char *' char *dupcnstring( unsigned char *s, int len); ^~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -c bitmap.c In file included from bitmap.c:14:0: global.h:90:30: warning: "/*" within comment [-Wcomment] /* #define DBG_GLYPH "C118" /* */ bitmap.c: In function 'dosubfrag': bitmap.c:454:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] && ( outend && f->sublen <= pf->sublen ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:464:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] && ( outfront && f->sublen <= lf->sublen ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:358:9: warning: unused variable 'j' [-Wunused-variable] int i, j, a1, a2, ndots; ^ bitmap.c:349:16: warning: variable 'ff' set but not used [-Wunused-but-set-variable] GEX_FRAG *f, *ff, *lf, *pf, *xf; ^~ bitmap.c: In function 'bmp_outline': bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1221:7: note: in expansion of macro 'CHKCURVCONN' CHKCURVCONN(ge, 1); ^~~~~~~~~~~ bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1246:6: note: in expansion of macro 'CHKCURVCONN' CHKCURVCONN(ge, 1); ^~~~~~~~~~~ bitmap.c:1199:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if( (k1 & GEXFF_EXTR) && (k2 & GEXFF_LONG) \ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ bitmap.c:1258:8: note: in expansion of macro 'CHKCURVCONN' CHKCURVCONN(ge->frwd, 0); ^~~~~~~~~~~ bitmap.c:1594:29: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses] } while(stepmore || ge != cge->next ^ delaystop); ~~~^~~~~~~~~~~~ bitmap.c:1999:25: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, " removed %s frag at %p len=%d covered by line\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c:2305:21: warning: unused variable 'lf' [-Wunused-variable] GEX_FRAG *ff, *lf, *xf; ^~ bitmap.c:2508:18: warning: unused variable 'pf' [-Wunused-variable] GEX_FRAG *f, *pf; ^~ bitmap.c:1033:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ bitmap.c:926:3: warning: label 'try1' defined but not used [-Wunused-label] try1: ^~~~ bitmap.c: In function 'limcurve': bitmap.c:317:7: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized] v31 = SPLIT(v21, v22); ^ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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:0: bmpfont.h:6:1: warning: return type defaults to 'int' [-Wimplicit-int] fchkneg(file, line, rc, cmd) ^~~~~~~ bmpfont.h: In function 'fchkneg': bmpfont.h:16:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ bmpfont.h:16:3: warning: incompatible implicit declaration of built-in function 'exit' bmpfont.h:16:3: note: include '' or provide a declaration of 'exit' bmpfont.h: At top level: bmpfont.h:20:1: warning: return type defaults to 'int' [-Wimplicit-int] fchknull(file, line, rc, cmd) ^~~~~~~~ bmpfont.h: In function 'fchknull': bmpfont.h:30:3: warning: incompatible implicit declaration of built-in function 'exit' 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] main(ac, av) ^~~~ cmpf.c: In function 'main': cmpf.c:28:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ cmpf.c:28:3: note: include '' or provide a declaration of 'exit' cc -g -o dmpf -I/usr/local/include -L/usr/local/lib dmpf.c -lt1 -lm In file included from dmpf.c:15:0: bmpfont.h:6:1: warning: return type defaults to 'int' [-Wimplicit-int] fchkneg(file, line, rc, cmd) ^~~~~~~ bmpfont.h: In function 'fchkneg': bmpfont.h:16:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ bmpfont.h:16:3: warning: incompatible implicit declaration of built-in function 'exit' bmpfont.h:16:3: note: include '' or provide a declaration of 'exit' bmpfont.h: At top level: bmpfont.h:20:1: warning: return type defaults to 'int' [-Wimplicit-int] fchknull(file, line, rc, cmd) ^~~~~~~~ bmpfont.h: In function 'fchknull': bmpfont.h:30:3: warning: incompatible implicit declaration of built-in function 'exit' 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] main(ac, av) ^~~~ dmpf.c: In function 'main': dmpf.c:28:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dmpf.c:28:3: note: include '' or provide a declaration of 'exit' make: Leaving directory '/builddir/build/BUILD/ttf2pt1-3.4.4/other' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ABXDDp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 + cd ttf2pt1-3.4.4 + fakeroot make DESTDIR=/builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 INSTDIR=/usr TXTFILES= MANDIR=/usr/share/man VERSION=3.4.4 install scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/bin root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/libexec/ttf2pt1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/man/man1 root bin 0755 scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/man/man5 root bin 0755 cp -R app encodings maps scripts other /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1 chown -R root /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1 chgrp -R bin /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1 chmod -R go-w /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1 scripts/inst_file ttf2pt1 /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/bin/ttf2pt1 root bin 0755 [ -f /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/bin/t1asm ] || scripts/inst_file t1asm /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.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-24.fc28.riscv64/usr/bin/ttf2pt1_convert root bin 0755 scripts/inst_file cvt.tmp /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/convert root bin 0755 rm cvt.tmp scripts/inst_file scripts/x2gs /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.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-24.fc28.riscv64/usr/share/man/man1/$i \ && chown root /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/man/man1/$i \ && chgrp bin /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/man/man1/$i \ && chmod 0644 /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/man/man1/$i \ || exit 1; \ } done + rm -r /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/libexec + rm /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/convert /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/convert.cfg.sample /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/frommap /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/html2man /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/inst_dir /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/inst_file /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/mkrel /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/ttf2pt1/scripts/unhtml + mv /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/share/ttf2pt1/other/cmpf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_cmpf + mv /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/share/ttf2pt1/other/dmpf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_dmpf + cp other/cntstems.pl /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_cntstems + cp other/lst.pl /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_lst + cp other/showdf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_showdf + cp other/showg /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64//usr/bin/ttf2pt1_showg + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ttf2pt1-3.4.4-24.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.60IXVp + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 + DOCDIR=/builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.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-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr CHANGES CHANGES.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr README README.FIRST README.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr FONTS /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr FONTS.html /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr app/TeX /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr __dist_other/other /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + cp -pr scripts/convert.cfg.sample /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64/usr/share/doc/ttf2pt1 + exit 0 Provides: ttf2pt1 = 3.4.4-24.fc28 ttf2pt1(riscv-64) = 3.4.4-24.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/perl 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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 Wrote: /builddir/build/SRPMS/ttf2pt1-3.4.4-24.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ttf2pt1-3.4.4-24.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QFtPFp + umask 022 + cd /builddir/build/BUILD + cd ttf2pt1-3.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ttf2pt1-3.4.4-24.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff