D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/halibut-1.2-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vCBlnp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf halibut-1.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/halibut-1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd halibut-1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8XwWin + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd halibut-1.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sed -i 's/CFLAGS += -g/CFLAGS += /g' Makefile + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + make VERSION=1.2 make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/build' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../main.c ../main.c: In function 'main': ../main.c:398:7: warning: 'pre_backend_data[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 398 | backends[k].func(sourceform, keywords, idx, pbd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../malloc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../ustring.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../error.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../help.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../licence.c cc -MD -c ../version.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../misc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../tree234.c ../tree234.c: In function 'splitpos234': ../tree234.c:1275:26: warning: 'pki' may be used uninitialized in this function [-Wmaybe-uninitialized] 1275 | lparent->counts[pki] = rparent->counts[0] = 0; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../tree234.c:1165:13: note: 'pki' was declared here 1165 | int ki, pki, i, half, lcount, rcount; | ^~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../input.c ../input.c: In function 'read_file': ../input.c:1531:23: warning: 'idximplicit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1531 | sitem->idximplicit = idximplicit; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../input.c:1096:6: warning: 'index_visible' may be used uninitialized in this function [-Wmaybe-uninitialized] 1096 | if (!indexing || index_visible) | ^ ../input.c:1149:7: warning: 'index_downcase' may be used uninitialized in this function [-Wmaybe-uninitialized] 1149 | if (index_downcase) { | ^ ../input.c:1148:20: warning: 'indexword' may be used uninitialized in this function [-Wmaybe-uninitialized] 1148 | indexword->text = ustrdup(indexstr.text); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../input.c:760:22: warning: 'prev_para_type' may be used uninitialized in this function [-Wmaybe-uninitialized] 760 | prev_para_type == para_Description) { | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ../input.c:1378:28: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] 1378 | index_downcase = (type == c_ii); | ~~~~~~^~~~~~~~ ../input.c: In function 'read_input': ../input.c:1665:4: warning: 'reader' may be used uninitialized in this function [-Wmaybe-uninitialized] 1665 | (*reader)(in); | ~^~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../in_afm.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../in_pf.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../in_sfnt.c ../in_sfnt.c: In function 'sfnt_mapglyphs': ../in_sfnt.c:526:24: warning: '%u' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 526 | sprintf(buf, "glyph%u", idx); | ^~ ../in_sfnt.c:526:18: note: directive argument in the range [1, 4294967295] 526 | sprintf(buf, "glyph%u", idx); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from ../in_sfnt.c:22: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 11 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../in_sfnt.c:526:24: warning: '%u' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 526 | sprintf(buf, "glyph%u", idx); | ^~ ../in_sfnt.c:526:18: note: directive argument in the range [1, 4294967295] 526 | sprintf(buf, "glyph%u", idx); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from ../in_sfnt.c:22: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 11 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../in_sfnt.c: In function 'sfnt_getmap': ../in_sfnt.c:91:5: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized] 91 | if ((char *)src + dec->src_len > (char *)end) return NULL; | ^ ../in_sfnt.c:832:24: note: 'end' was declared here 832 | void *base, *ptr, *end; | ^~~ ../in_sfnt.c:850:7: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] 850 | if (!decode(uint16_decode, (char *)base + esd[i].offset, end, &format)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../keywords.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../contents.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../index.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../biblio.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_text.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_html.c ../bk_html.c: In function 'html_codepara': ../bk_html.c:2713:39: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 2713 | for (n = 0; t[n] && e[n] && e[n] == ec; n++); | ^~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_whlp.c ../bk_whlp.c: In function 'whlp_backend': ../bk_whlp.c:618:40: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 618 | for (n = 0; t[n] && e[n] && e[n] == ec; n++); | ^~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_man.c ../bk_man.c: In function 'man_codepara': ../bk_man.c:711:39: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 711 | for (n = 0; t[n] && e[n] && e[n] == ec; n++); | ^~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_info.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_paper.c ../bk_paper.c: In function 'utoglyph': ../bk_paper.c:1476:15: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] 1476 | return (u < 0 || u > 0xFFFF ? NOGLYPH : fi->bmp[u]); | ^ ../bk_paper.c: In function 'render_para': ../bk_paper.c:2352:12: warning: 'extra_indent' may be used uninitialized in this function [-Wmaybe-uninitialized] 2352 | ret = render_text(ldata->page, ldata->pdata, ldata, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2353 | left_x + ldata->xpos + extra_indent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2354 | top_y - ldata->ypos, ldata->first, ldata->end, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2355 | &xr, shortfall, spaces, &nspace, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2356 | keywords, idx, conf); | ~~~~~~~~~~~~~~~~~~~~ ../bk_paper.c:2327:10: note: 'extra_indent' was declared here 2327 | int extra_indent, shortfall, spaces; | ^~~~~~~~~~~~ ../bk_paper.c:2451:47: warning: 'last_x' may be used uninitialized in this function [-Wmaybe-uninitialized] 2451 | if (x - conf->leader_separation > last_x - conf->left_margin && | ~~~~~~~^~~~~~~~~~~~~~~~~~~ ../bk_paper.c:2352:12: warning: 'spaces' may be used uninitialized in this function [-Wmaybe-uninitialized] 2352 | ret = render_text(ldata->page, ldata->pdata, ldata, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2353 | left_x + ldata->xpos + extra_indent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2354 | top_y - ldata->ypos, ldata->first, ldata->end, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2355 | &xr, shortfall, spaces, &nspace, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2356 | keywords, idx, conf); | ~~~~~~~~~~~~~~~~~~~~ ../bk_paper.c:2327:35: note: 'spaces' was declared here 2327 | int extra_indent, shortfall, spaces; | ^~~~~~ ../bk_paper.c:2352:12: warning: 'shortfall' may be used uninitialized in this function [-Wmaybe-uninitialized] 2352 | ret = render_text(ldata->page, ldata->pdata, ldata, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2353 | left_x + ldata->xpos + extra_indent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2354 | top_y - ldata->ypos, ldata->first, ldata->end, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2355 | &xr, shortfall, spaces, &nspace, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2356 | keywords, idx, conf); | ~~~~~~~~~~~~~~~~~~~~ ../bk_paper.c:2327:24: note: 'shortfall' was declared here 2327 | int extra_indent, shortfall, spaces; | ^~~~~~~~~ ../bk_paper.c: In function 'paper_pre_backend': ../bk_paper.c:844:2: warning: 'first_index_page' may be used uninitialized in this function [-Wmaybe-uninitialized] 844 | render_para(pdata, conf, keywords, idx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 845 | &index_placeholder_para, first_index_page); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../bk_paper.c:607:11: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 607 | pdata = make_para_data(para_Normal, p->aux, indent, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 608 | conf->contents_margin, | ~~~~~~~~~~~~~~~~~~~~~~ 609 | NULL, NULL, words, conf); | ~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_ps.c ../bk_ps.c: In function 'ps_comment': ../bk_ps.c:352:2: warning: 'text' may be used uninitialized in this function [-Wmaybe-uninitialized] 352 | sfree(text); | ^~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_pdf.c ../bk_pdf.c: In function 'make_pages_node': ../bk_pdf.c:852:18: warning: 'thislast' may be used uninitialized in this function [-Wmaybe-uninitialized] 852 | assert(thislast == last || page == NULL); | ^~ ../bk_pdf.c: In function 'pdf_backend': ../bk_pdf.c:1027:9: warning: 'text' may be used uninitialized in this function [-Wmaybe-uninitialized] 1027 | ret += strlen(text); | ^~~~~~~~~~~~ ../bk_pdf.c:999:8: note: 'text' was declared here 999 | char *text; | ^~~~ ../bk_pdf.c:134:17: warning: 'fontdesc' may be used uninitialized in this function [-Wmaybe-uninitialized] 134 | object *font, *fontdesc; | ^~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../winhelp.c In file included from /usr/include/string.h:519, from ../winhelp.c:69: In function 'strncpy', inlined from 'whlp_make_fontsection' at ../winhelp.c:1332:2, inlined from 'whlp_close' at ../winhelp.c:1766:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../winchm.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../deflate.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../lzx.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../lz77.c ../lz77.c: In function 'lz77_compress': ../lz77.c:222:7: warning: 'defermatch.distance' may be used uninitialized in this function [-Wmaybe-uninitialized] 222 | ctx->match(ctx, defermatch.distance, defermatch.len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../huffman.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../psdata.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../wcwidth.c ../wcwidth.c: In function 'bisearch': ../wcwidth.c:31:13: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 31 | if (ucs < table[0].first || ucs > table[max].last) | ^ ../wcwidth.c:31:37: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 31 | if (ucs < table[0].first || ucs > table[max].last) | ^ ../wcwidth.c:35:10: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 35 | if (ucs > table[mid].last) | ^ ../wcwidth.c:37:15: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 37 | else if (ucs < table[mid].first) | ^ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-big5enc.o ../charset/big5enc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-big5set.o ../charset/big5set.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-cns11643.o ../charset/cns11643.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-cp949.o ../charset/cp949.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-emacsenc.o ../charset/emacsenc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-euc.o ../charset/euc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-fromucs.o ../charset/fromucs.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-gb2312.o ../charset/gb2312.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-htmlcs.o ../charset/htmlcs.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-hz.o ../charset/hz.c perl ../charset/sbcsgen.pl \ ../charset/sbcs.dat \ --header=./sbcsdat.h cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -I ./. -c -o cs-iso2022.o ../charset/iso2022.c ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:167:58: note: in expansion of macro 'DEPLANARISE' 167 | { M4, 0, 'G', COS, -0x21, 0, &cns11643_1_to_unicode, DEPLANARISE(&unicode_to_cns11643), 0 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:167:58: note: in expansion of macro 'DEPLANARISE' 167 | { M4, 0, 'G', COS, -0x21, 0, &cns11643_1_to_unicode, DEPLANARISE(&unicode_to_cns11643), 0 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:168:58: note: in expansion of macro 'DEPLANARISE' 168 | { M4, 0, 'H', COS, -0x21, 0, &cns11643_2_to_unicode, DEPLANARISE(&unicode_to_cns11643), 1 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:168:58: note: in expansion of macro 'DEPLANARISE' 168 | { M4, 0, 'H', COS, -0x21, 0, &cns11643_2_to_unicode, DEPLANARISE(&unicode_to_cns11643), 1 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:169:58: note: in expansion of macro 'DEPLANARISE' 169 | { M4, 0, 'I', COS, -0x21, 0, &cns11643_3_to_unicode, DEPLANARISE(&unicode_to_cns11643), 2 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:169:58: note: in expansion of macro 'DEPLANARISE' 169 | { M4, 0, 'I', COS, -0x21, 0, &cns11643_3_to_unicode, DEPLANARISE(&unicode_to_cns11643), 2 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:170:58: note: in expansion of macro 'DEPLANARISE' 170 | { M4, 0, 'J', COS, -0x21, 0, &cns11643_4_to_unicode, DEPLANARISE(&unicode_to_cns11643), 3 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:170:58: note: in expansion of macro 'DEPLANARISE' 170 | { M4, 0, 'J', COS, -0x21, 0, &cns11643_4_to_unicode, DEPLANARISE(&unicode_to_cns11643), 3 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:171:58: note: in expansion of macro 'DEPLANARISE' 171 | { M4, 0, 'K', COS, -0x21, 0, &cns11643_5_to_unicode, DEPLANARISE(&unicode_to_cns11643), 4 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:171:58: note: in expansion of macro 'DEPLANARISE' 171 | { M4, 0, 'K', COS, -0x21, 0, &cns11643_5_to_unicode, DEPLANARISE(&unicode_to_cns11643), 4 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:172:58: note: in expansion of macro 'DEPLANARISE' 172 | { M4, 0, 'L', COS, -0x21, 0, &cns11643_6_to_unicode, DEPLANARISE(&unicode_to_cns11643), 5 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:172:58: note: in expansion of macro 'DEPLANARISE' 172 | { M4, 0, 'L', COS, -0x21, 0, &cns11643_6_to_unicode, DEPLANARISE(&unicode_to_cns11643), 5 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:173:58: note: in expansion of macro 'DEPLANARISE' 173 | { M4, 0, 'M', COS, -0x21, 0, &cns11643_7_to_unicode, DEPLANARISE(&unicode_to_cns11643), 6 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:173:58: note: in expansion of macro 'DEPLANARISE' 173 | { M4, 0, 'M', COS, -0x21, 0, &cns11643_7_to_unicode, DEPLANARISE(&unicode_to_cns11643), 6 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:181:60: note: in expansion of macro 'DEPLANARISE' 181 | { M4, 0, '0', CPU, -0x21, 0, &emacs_big5_1_to_unicode, DEPLANARISE(&unicode_to_emacs_big5), 1 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:181:60: note: in expansion of macro 'DEPLANARISE' 181 | { M4, 0, '0', CPU, -0x21, 0, &emacs_big5_1_to_unicode, DEPLANARISE(&unicode_to_emacs_big5), 1 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:182:60: note: in expansion of macro 'DEPLANARISE' 182 | { M4, 0, '1', CPU, -0x21, 0, &emacs_big5_2_to_unicode, DEPLANARISE(&unicode_to_emacs_big5), 2 }, | ^~~~~~~~~~~ ../charset/iso2022.c:87:65: warning: cast between incompatible function types from 'int (*)(long int, int *, int *, int *)' to 'int (*)(long int, int *, int *)' [-Wcast-function-type] 87 | #define DEPLANARISE(x) TYPECHECK((x) == (to_dbcs_planar_t)NULL, (to_dbcs_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:182:60: note: in expansion of macro 'DEPLANARISE' 182 | { M4, 0, '1', CPU, -0x21, 0, &emacs_big5_2_to_unicode, DEPLANARISE(&unicode_to_emacs_big5), 2 }, | ^~~~~~~~~~~ ../charset/iso2022.c: In function 'write_iso2022': ../charset/iso2022.c:88:58: warning: cast between incompatible function types from 'to_dbcs_t' {aka 'int (* const)(long int, int *, int *)'} to 'int (*)(long int, int *, int *, int *)' [-Wcast-function-type] 88 | #define REPLANARISE(x) TYPECHECK((x) == (to_dbcs_t)NULL, (to_dbcs_planar_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:1083:27: note: in expansion of macro 'REPLANARISE' 1083 | if (last_planar_dbcs != REPLANARISE(subcs->to_dbcs)) { | ^~~~~~~~~~~ ../charset/iso2022.c:88:58: warning: cast between incompatible function types from 'to_dbcs_t' {aka 'int (* const)(long int, int *, int *)'} to 'int (*)(long int, int *, int *, int *)' [-Wcast-function-type] 88 | #define REPLANARISE(x) TYPECHECK((x) == (to_dbcs_t)NULL, (to_dbcs_planar_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:1083:27: note: in expansion of macro 'REPLANARISE' 1083 | if (last_planar_dbcs != REPLANARISE(subcs->to_dbcs)) { | ^~~~~~~~~~~ ../charset/iso2022.c:88:58: warning: cast between incompatible function types from 'to_dbcs_t' {aka 'int (* const)(long int, int *, int *)'} to 'int (*)(long int, int *, int *, int *)' [-Wcast-function-type] 88 | #define REPLANARISE(x) TYPECHECK((x) == (to_dbcs_t)NULL, (to_dbcs_planar_t)(x)) | ^ ../charset/iso2022.c:86:56: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:1084:26: note: in expansion of macro 'REPLANARISE' 1084 | last_planar_dbcs = REPLANARISE(subcs->to_dbcs); | ^~~~~~~~~~~ ../charset/iso2022.c:88:58: warning: cast between incompatible function types from 'to_dbcs_t' {aka 'int (* const)(long int, int *, int *)'} to 'int (*)(long int, int *, int *, int *)' [-Wcast-function-type] 88 | #define REPLANARISE(x) TYPECHECK((x) == (to_dbcs_t)NULL, (to_dbcs_planar_t)(x)) | ^ ../charset/iso2022.c:86:62: note: in definition of macro 'TYPECHECK' 86 | #define TYPECHECK(x,y) ( sizeof((x)) == sizeof((x)) ? (y) : (y) ) | ^ ../charset/iso2022.c:1084:26: note: in expansion of macro 'REPLANARISE' 1084 | last_planar_dbcs = REPLANARISE(subcs->to_dbcs); | ^~~~~~~~~~~ ../charset/iso2022.c: In function 'read_iso2022': ../charset/iso2022.c:766:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 766 | i2 = '('; | ~~~^~~~~ ../charset/iso2022.c:767:8: note: here 767 | case '(': /* GZDM4 */ case ')': /* G1DM4 */ | ^~~~ ../charset/iso2022.c:764:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 764 | switch (i2) { | ^~~~~~ ../charset/iso2022.c:779:4: note: here 779 | case '%': /* DOCS */ | ^~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -I ./. -c -o cs-iso2022s.o ../charset/iso2022s.c ../charset/iso2022s.c: In function 'iso2022jp_to_ucs': ../charset/iso2022s.c:452:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 452 | else if (bytes == 0x7E) | ^ ../charset/iso2022s.c:455:7: note: here 455 | case 0: return bytes; /* one-byte ASCII */ | ^~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-istate.o ../charset/istate.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-jisx0208.o ../charset/jisx0208.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-jisx0212.o ../charset/jisx0212.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-ksx1001.o ../charset/ksx1001.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-locale.o ../charset/locale.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-localenc.o ../charset/localenc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-macenc.o ../charset/macenc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-mimeenc.o ../charset/mimeenc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-sbcs.o ../charset/sbcs.c perl ../charset/sbcsgen.pl \ ../charset/sbcs.dat \ --source=./sbcsdat.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-sbcsdat.o sbcsdat.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-shiftjis.o ../charset/shiftjis.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -I ./. -c -o cs-slookup.o ../charset/slookup.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-superset.o ../charset/superset.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-toucs.o ../charset/toucs.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-utf16.o ../charset/utf16.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-utf7.o ../charset/utf7.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-utf8.o ../charset/utf8.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -I ../charset/. -c -o cs-xenc.o ../charset/xenc.c cc -o halibut main.o malloc.o ustring.o error.o help.o licence.o version.o misc.o tree234.o input.o in_afm.o in_pf.o in_sfnt.o keywords.o contents.o index.o biblio.o bk_text.o bk_html.o bk_whlp.o bk_man.o bk_info.o bk_paper.o bk_ps.o bk_pdf.o winhelp.o winchm.o deflate.o lzx.o lz77.o huffman.o psdata.o wcwidth.o ./cs-big5enc.o ./cs-big5set.o ./cs-cns11643.o ./cs-cp949.o ./cs-emacsenc.o ./cs-euc.o ./cs-fromucs.o ./cs-gb2312.o ./cs-htmlcs.o ./cs-hz.o ./cs-iso2022.o ./cs-iso2022s.o ./cs-istate.o ./cs-jisx0208.o ./cs-jisx0212.o ./cs-ksx1001.o ./cs-locale.o ./cs-localenc.o ./cs-macenc.o ./cs-mimeenc.o ./cs-sbcs.o ./cs-sbcsdat.o ./cs-shiftjis.o ./cs-slookup.o ./cs-superset.o ./cs-toucs.o ./cs-utf16.o ./cs-utf7.o ./cs-utf8.o ./cs-xenc.o make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/build' + /usr/bin/make -O -j8 V=1 VERBOSE=1 -C doc make: Entering directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' ../build/halibut --man=halibut.1 manpage.but make: Leaving directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' make: Entering directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' ../build/halibut --text=halibut.txt --html --info=halibut.info \ --ps=halibut.ps --pdf=halibut.pdf --chm=halibut.chm blurb.but intro.but running.but input.but output.but licence.but manpage.but index.but make: Leaving directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WVF5vo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 + cd halibut-1.2 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/info install 'INSTALL=install -Dp' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/build' mkdir -p /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/bin install -Dp -m 755 halibut /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/bin/halibut /usr/bin/make -C ../doc install prefix="/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr" INSTALL="install -Dp" make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' mkdir -p /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/man/man1 install -Dp -m 644 halibut.1 /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/man/man1/halibut.1 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/doc' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/halibut-1.2/build' + install -d html + install -pm 0644 doc/IndexPage.html doc/index.html doc/input.html doc/intro.html doc/licence.html doc/manpage.html doc/output.html doc/running.html html + install -d /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/vim/syntax + install -pm 0644 misc/halibut.vim /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/vim/syntax + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.2-4.mga8 --unique-debug-suffix -1.2-4.mga8.aarch64 --unique-debug-src-base halibut-1.2-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/halibut-1.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/bin/halibut extracting debug info from /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/bin/halibut original debug info size: 1496kB, size after compression: 1384kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 7112 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: halibut-1.2-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AFXC3m + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd halibut-1.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/doc/halibut + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/doc/halibut + cp -pr LICENCE /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/doc/halibut + cp -pr html /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64/usr/share/doc/halibut + RPM_EC=0 ++ jobs -p + exit 0 Provides: halibut = 1.2-4.mga8 halibut(aarch-64) = 1.2-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Processing files: vim-halibut-1.2-4.mga8.noarch Provides: vim-halibut = 1.2-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: halibut-debugsource-1.2-4.mga8.aarch64 Provides: halibut-debugsource = 1.2-4.mga8 halibut-debugsource(aarch-64) = 1.2-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: halibut-debuginfo-1.2-4.mga8.aarch64 Provides: debuginfo(build-id) = c225184271e8b474a0bebc57daeb17d46b344814 halibut-debuginfo = 1.2-4.mga8 halibut-debuginfo(aarch-64) = 1.2-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: halibut-debugsource(aarch-64) = 1.2-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/vim-halibut-1.2-4.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/halibut-1.2-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/halibut-debuginfo-1.2-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/halibut-debugsource-1.2-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.V25oAo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd halibut-1.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/halibut-1.2-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.N9bvam + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf halibut-1.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!