Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pal.spec'], chrootPath='/var/lib/mock/f31-build-50704-27412/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pal.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=1550361600 Wrote: /builddir/build/SRPMS/pal-0.4.3-21.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pal.spec'], chrootPath='/var/lib/mock/f31-build-50704-27412/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pal.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=1550361600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JUGUN9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pal-0.4.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/pal-0.4.3.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pal-0.4.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/-o\ root//g' src/Makefile + sed -i 's/-o\ root//g' src/convert/Makefile + sed -i s/G_CONST_RETURN/const/ src/add.c src/colorize.c src/del.c src/edit.c src/event.c src/html.c src/input.c src/latex.c src/main.c src/manage.c src/output.c src/remind.c src/rl.c src/search.c + echo 'Patch #0 (pal-0.4.3-bz1037238.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (pal-0.4.3-bz1037238.patch): patching file src/input.c patching file src/output.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HgOBv9 + umask 022 + cd /builddir/build/BUILD + cd pal-0.4.3 + make DEBUG=1 -C src 'OPT=-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' BUILDSTDERR: input.c: In function 'pal_input_get_time': BUILDSTDERR: input.c:103:12: warning: comparison between pointer and zero character constant [-Wpointer-compare] BUILDSTDERR: 103 | if(m2 == '\0') BUILDSTDERR: | ^~ BUILDSTDERR: input.c:103:9: note: did you mean to dereference the pointer? BUILDSTDERR: 103 | if(m2 == '\0') BUILDSTDERR: | ^ BUILDSTDERR: event.c: In function 'parse_event': BUILDSTDERR: event.c:587:17: warning: variable 'period' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 587 | PalPeriodic period = PAL_ONCEONLY; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: event.c: In function 'get_key_yyyymmdd': BUILDSTDERR: event.c:231:34: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 0 and 3 [-Wformat-truncation=] BUILDSTDERR: 231 | snprintf(buffer, 9, "%04d%02d%02d", g_date_get_year(date), BUILDSTDERR: | ^~~~ BUILDSTDERR: event.c:231:25: note: directive argument in the range [0, 255] BUILDSTDERR: 231 | snprintf(buffer, 9, "%04d%02d%02d", g_date_get_year(date), BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 20 bytes into a destination of size 9 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_descr_0000mmdd': BUILDSTDERR: event.c:351:40: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size between 114 and 116 [-Wformat-truncation=] BUILDSTDERR: 351 | snprintf( buf2, 128, "Annually: %d %s", g_date_get_day(date), buf1 ); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 142 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_descr_star_mmLd': BUILDSTDERR: event.c:543:45: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 109 [-Wformat-truncation=] BUILDSTDERR: 543 | snprintf(buf3, 128, "Annually: The last %s of every %s", BUILDSTDERR: | ^~ BUILDSTDERR: 544 | buf1, buf2); BUILDSTDERR: | ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 284 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_descr_star_00Ld': BUILDSTDERR: event.c:490:44: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 110 [-Wformat-truncation=] BUILDSTDERR: 490 | snprintf(buf2, 128, "Monthly: The last %s of every month", BUILDSTDERR: | ^~ BUILDSTDERR: 491 | buf1); BUILDSTDERR: | ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 34 and 161 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_descr_star_mmnd': BUILDSTDERR: event.c:442:43: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size between 98 and 113 [-Wformat-truncation=] BUILDSTDERR: 442 | snprintf(buf3, 128, "Annually: The %s %s of every %s", BUILDSTDERR: | ^~ BUILDSTDERR: 443 | suffix, buf1, buf2); BUILDSTDERR: | ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 26 and 295 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_descr_star_00nd': BUILDSTDERR: event.c:395:42: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size between 99 and 114 [-Wformat-truncation=] BUILDSTDERR: 395 | snprintf(buf2, 128, "Monthly: The %s %s of every month", BUILDSTDERR: | ^~ BUILDSTDERR: 396 | suffix, buf1); BUILDSTDERR: | ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 172 bytes into a destination of size 128 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_key_EASTER': BUILDSTDERR: event.c:675:32: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 5 [-Wformat-truncation=] BUILDSTDERR: 675 | snprintf(buffer, 12, "EASTER%c%03d", (diff > 0) ? '-' : '+', (diff > 0) ? diff : -diff); BUILDSTDERR: | ^~~~ BUILDSTDERR: event.c:675:23: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 675 | snprintf(buffer, 12, "EASTER%c%03d", (diff > 0) ? '-' : '+', (diff > 0) ? diff : -diff); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 18 bytes into a destination of size 12 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: event.c: In function 'get_key': BUILDSTDERR: event.c:704:31: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 0 and 3 [-Wformat-truncation=] BUILDSTDERR: 704 | snprintf(key, 9, "%04d%02d%02d", g_date_get_year(date), BUILDSTDERR: | ^~~~ BUILDSTDERR: event.c:704:22: note: directive argument in the range [0, 255] BUILDSTDERR: 704 | snprintf(key, 9, "%04d%02d%02d", g_date_get_year(date), BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from main.h:25, BUILDSTDERR: from event.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 20 bytes into a destination of size 9 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: rl.c: In function 'pal_rl_completions_output': BUILDSTDERR: rl.c:158:11: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 158 | int y,x; BUILDSTDERR: | ^ BUILDSTDERR: add.c: In function 'pal_add_get_recur': BUILDSTDERR: add.c:203:7: warning: variable 'promptx' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 203 | gint promptx,prompty; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: add.c:176:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 176 | gint x,y; BUILDSTDERR: | ^ BUILDSTDERR: add.c: In function 'pal_add_get_file': BUILDSTDERR: add.c:286:11: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 286 | int y,x; BUILDSTDERR: | ^ BUILDSTDERR: edit.c: In function 'pal_edit_event': BUILDSTDERR: edit.c:170:15: warning: unused variable 'newevent' [-Wunused-variable] BUILDSTDERR: 170 | PalEvent *newevent = pal_event_copy(event); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: del.c:104:13: warning: 'pal_del_event' defined but not used [-Wunused-function] BUILDSTDERR: 104 | static void pal_del_event( GDate *date, int eventnum ) BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: remind.c:50:13: warning: 'pal_remind_event' defined but not used [-Wunused-function] BUILDSTDERR: 50 | static void pal_remind_event(void) BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: manage.c: In function 'pal_manage': BUILDSTDERR: manage.c:406:5: warning: 'Function' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 406 | rl_pre_input_hook = (Function*) pal_rl_ncurses_hack; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 make: Entering directory '/builddir/build/BUILD/pal-0.4.3/src' [deps] tmp.deps/manage.d [deps] tmp.deps/search.d [deps] tmp.deps/remind.d [deps] tmp.deps/del.d [deps] tmp.deps/edit.d [deps] tmp.deps/add.d [deps] tmp.deps/latex.d [deps] tmp.deps/html.d [deps] tmp.deps/rl.d [deps] tmp.deps/event.d [deps] tmp.deps/input.d [deps] tmp.deps/output.d [deps] tmp.deps/colorize.d [deps] tmp.deps/main.d Using CFLAGS: -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection Using CPPFLAGS: -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DPAL_VERSION="0.4.3" -DPREFIX="/usr" -DG_DISABLE_DEPRECATED -DDEBUG Using LDFLAGS: -lglib-2.0 -lreadline -lncurses [gcc debug] main.c [gcc debug] colorize.c [gcc debug] output.c [gcc debug] input.c [gcc debug] event.c [gcc debug] rl.c [gcc debug] html.c [gcc debug] latex.c [gcc debug] add.c [gcc debug] edit.c [gcc debug] del.c [gcc debug] remind.c [gcc debug] search.c [gcc debug] manage.c [gcc] pal make: Leaving directory '/builddir/build/BUILD/pal-0.4.3/src' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1EtJT9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 + cd pal-0.4.3 + make -C src DESTDIR=/builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 install-no-rm + rm -rf /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal-0.4.3 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 pal + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.4.3-21.fc31 --unique-debug-suffix -0.4.3-21.fc31.riscv64 --unique-debug-src-base pal-0.4.3-21.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pal-0.4.3 BUILDSTDERR: 345 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs make: Entering directory '/builddir/build/BUILD/pal-0.4.3/src' --- Installing locale information --- mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/de/LC_MESSAGES/ cd ../po; msgfmt de.po -o de.mo install -m 0644 ../po/de.mo /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/de/LC_MESSAGES/pal.mo rm ../po/de.mo mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/sv/LC_MESSAGES/ cd ../po; msgfmt sv.po -o sv.mo install -m 0644 ../po/sv.mo /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/sv/LC_MESSAGES/pal.mo rm ../po/sv.mo mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/es/LC_MESSAGES/ cd ../po; msgfmt es.po -o es.mo install -m 0644 ../po/es.mo /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/es/LC_MESSAGES/pal.mo rm ../po/es.mo mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/pl/LC_MESSAGES/ cd ../po; msgfmt pl.po -o pl.mo install -m 0644 ../po/pl.mo /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/pl/LC_MESSAGES/pal.mo rm ../po/pl.mo mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/tr/LC_MESSAGES/ cd ../po; msgfmt tr.po -o tr.mo install -m 0644 ../po/tr.mo /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/locale/tr/LC_MESSAGES/pal.mo rm ../po/tr.mo --- Installing man page --- cd ../; sed 's/PAL_VERSION/0.4.3/' pal.1.template | gzip -9 > pal.1.gz install -m 0644 ../pal.1.gz /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/man/man1/ install -m 0644 convert/vcard2pal.1 /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/man/man1/ rm ../pal.1.gz --- Installing docs --- cat ../COPYING | gzip -9 > ../COPYING.gz install -m 0644 ../COPYING.gz /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal-0.4.3; rm ../COPYING.gz cat ../INSTALL | gzip -9 > ../INSTALL.gz install -m 0644 ../INSTALL.gz /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal-0.4.3; rm ../INSTALL.gz cat ../ChangeLog | gzip -9 > ../ChangeLog.gz install -m 0644 ../ChangeLog.gz /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal-0.4.3; rm ../ChangeLog.gz install -m 0644 ../doc/example.css /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal-0.4.3; --- Installing binary --- install -m 0755 pal /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/bin; install -m 0755 convert/vcard2pal /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/bin; --- Installing global data --- install -m 0644 ../share/*.pal /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/pal install -m 0644 ../pal.conf /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/etc/ make: Leaving directory '/builddir/build/BUILD/pal-0.4.3/src' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/bin/pal extracting debug info from /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/bin/pal original debug info size: 368kB, size after compression: 296kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: pal-0.4.3-21.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.U12Xk8 + umask 022 + cd /builddir/build/BUILD + cd pal-0.4.3 + DOCDIR=/builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal + cp -pr doc/example.css /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal + cp -pr COPYING /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal + cp -pr ChangeLog /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64/usr/share/doc/pal + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(pal) = 0.4.3-21.fc31 pal = 0.4.3-21.fc31 pal(riscv-64) = 0.4.3-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/awk 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) libglib-2.0.so.0()(64bit) libncurses.so.6()(64bit) libreadline.so.7()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: pal-debugsource-0.4.3-21.fc31.riscv64 Provides: pal-debugsource = 0.4.3-21.fc31 pal-debugsource(riscv-64) = 0.4.3-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pal-debuginfo-0.4.3-21.fc31.riscv64 Provides: debuginfo(build-id) = 36dca5b3a0e99ac2a7b8d608f2e11d3c64229502 pal-debuginfo = 0.4.3-21.fc31 pal-debuginfo(riscv-64) = 0.4.3-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pal-debugsource(riscv-64) = 0.4.3-21.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 Wrote: /builddir/build/RPMS/pal-debugsource-0.4.3-21.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pal-0.4.3-21.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pal-debuginfo-0.4.3-21.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EJTBca + umask 022 + cd /builddir/build/BUILD + cd pal-0.4.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pal-0.4.3-21.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0