Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/calcurse.spec'], chrootPath='/var/lib/mock/f33-build-588387-66799/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/calcurse.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=1618185600 Wrote: /builddir/build/SRPMS/calcurse-4.7.1-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/calcurse.spec'], chrootPath='/var/lib/mock/f33-build-588387-66799/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/calcurse.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=1618185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AZ5UTf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf calcurse-4.7.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/calcurse-4.7.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd calcurse-4.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cDtVSg + umask 022 + cd /builddir/build/BUILD + cd calcurse-4.7.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2021-04-11 15:01:07.000000000 -0400 +++ ./configure 2021-04-24 10:58:38.210432496 -0400 @@ -1677,7 +1677,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether make supports the include directive... yes (GNU style) checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for riscv64-redhat-linux-gnu-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ctype.h... yes checking for getopt.h... yes checking for locale.h... yes checking for math.h... yes checking for signal.h... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for fcntl.h... yes checking for paths.h... yes checking for errno.h... yes checking for limits.h... yes checking for regex.h... yes checking for initscr... no checking for initscr in -lncursesw... yes checking for ncursesw/ncurses.h... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for math.h... (cached) yes checking for exp in -lm... yes checking whether to include documentation... yes checking for asciidoc... /usr/bin/asciidoc checking for a2x... /usr/bin/a2x checking if memory debug should be used... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating scripts/Makefile config.status: creating po/Makefile.in config.status: creating po/Makefile config.status: creating contrib/caldav/Makefile config.status: creating contrib/vdir/Makefile config.status: creating config.h config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands ======================================================================== calcurse is configured as follows. Please check that this configuration matches your expectations. Also give a look at the config.h file to check for preprocessor symbols. Host system type : riscv64-redhat-linux-gnu Options used to compile and link: PREFIX = /usr VERSION = 4.7.1 CC = gcc CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall CPPFLAGS = DEFS = -DHAVE_CONFIG_H LD = /usr/bin/ld LDFLAGS = -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld LIBS = -lncursesw -pthread -lm ======================================================================== + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1' Making all in po make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/po' Making all in src make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/src' gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o calcurse.o calcurse.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o apoint.o apoint.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o args.o args.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o config.o config.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o custom.o custom.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o day.o day.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o event.o event.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o getstring.o getstring.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o help.o help.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o hooks.o hooks.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o ical.o ical.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o io.o io.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o keys.o keys.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o listbox.o listbox.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o llist.o llist.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o note.o note.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o notify.o notify.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o pcal.o pcal.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o queue.o queue.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o recur.o recur.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o sha1.o sha1.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o sigs.o sigs.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o strings.o strings.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o todo.o todo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o ui-calendar.o ui-calendar.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o ui-day.o ui-day.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o ui-todo.o ui-todo.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o utf8.o utf8.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o utils.o utils.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o vars.o vars.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o vector.o vector.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o wins.o wins.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o mem.o mem.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -c -o dmon.o dmon.c gcc -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o calcurse calcurse.o apoint.o args.o config.o custom.o day.o event.o getstring.o help.o hooks.o ical.o io.o keys.o listbox.o llist.o note.o notify.o pcal.o queue.o recur.o sha1.o sigs.o strings.o todo.o ui-calendar.o ui-day.o ui-todo.o utf8.o utils.o vars.o vector.o wins.o mem.o dmon.o -lncursesw -pthread -lm In function 'strncpy', inlined from 'xstrdup' at mem.c:119:9, inlined from 'keys_format_label' at keys.c:473:7, inlined from 'keys_display_bindings_bar' at keys.c:550:14: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ keys.c: In function 'keys_display_bindings_bar': mem.c:116:8: note: length computed here 116 | len = strlen(str) + 1; | ^ make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/src' Making all in test make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/test' Making all in scripts make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' Making all in contrib/caldav make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' Making all in contrib/vdir make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1' make[1]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YG4KSg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 + cd calcurse-4.7.1 + make install DESTDIR=/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 make install-recursive make[1]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1' Making install in po make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/po' /bin/sh .././/mkinstalldirs /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/fr/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/en/LC_MESSAGES installing en.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/en/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/de/LC_MESSAGES installing de.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/de/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/es/LC_MESSAGES installing es.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/es/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/nl/LC_MESSAGES installing nl.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/nl/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/ru/LC_MESSAGES installing ru.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/ru/LC_MESSAGES/calcurse.mo mkdir -p -- /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/pt_BR/LC_MESSAGES installing pt_BR.gmo as /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/calcurse.mo if test "calcurse" = "gettext-tools"; then \ /bin/sh .././/mkinstalldirs /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/po' Making install in src make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/src' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' /usr/bin/install -c calcurse '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/src' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/src' Making install in test make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/test' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/test' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/test' Making install in scripts make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' /usr/bin/install -c calcurse-upgrade '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/scripts' Making install in contrib/caldav make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' /usr/bin/install -c calcurse-caldav '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/caldav' Making install in contrib/vdir make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' /usr/bin/install -c calcurse-vdir '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/contrib/vdir' Making install in doc make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 calcurse.1 '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/de' /usr/bin/install -c -m 644 de/add.txt de/config.txt de/copy-paste.txt de/credits.txt de/delete.txt de/displacement.txt de/edit.txt de/enote.txt de/export.txt de/flag.txt de/general.txt de/goto.txt de/import.txt de/intro.txt de/other.txt de/pipe.txt de/priority.txt de/repeat.txt de/save.txt de/tab.txt de/view.txt de/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/de' /usr/bin/install -c -m 644 manual.html submitting-patches.html add.txt config.txt copy-paste.txt credits.txt delete.txt displacement.txt edit.txt enote.txt export.txt flag.txt general.txt goto.txt import.txt intro.txt manual.txt other.txt pipe.txt priority.txt reload.txt repeat.txt save.txt tab.txt view.txt vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/.' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/es' /usr/bin/install -c -m 644 es/add.txt es/config.txt es/copy-paste.txt es/credits.txt es/delete.txt es/displacement.txt es/edit.txt es/enote.txt es/export.txt es/flag.txt es/general.txt es/goto.txt es/import.txt es/intro.txt es/other.txt es/pipe.txt es/priority.txt es/repeat.txt es/save.txt es/tab.txt es/view.txt es/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/es' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/fr' /usr/bin/install -c -m 644 fr/add.txt fr/config.txt fr/copy-paste.txt fr/credits.txt fr/delete.txt fr/displacement.txt fr/edit.txt fr/enote.txt fr/export.txt fr/flag.txt fr/general.txt fr/goto.txt fr/import.txt fr/intro.txt fr/other.txt fr/pipe.txt fr/priority.txt fr/repeat.txt fr/save.txt fr/tab.txt fr/view.txt fr/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/fr' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/ru' /usr/bin/install -c -m 644 ru/add.txt ru/config.txt ru/copy-paste.txt ru/credits.txt ru/delete.txt ru/displacement.txt ru/edit.txt ru/enote.txt ru/export.txt ru/flag.txt ru/general.txt ru/goto.txt ru/import.txt ru/intro.txt ru/other.txt ru/pipe.txt ru/priority.txt ru/repeat.txt ru/save.txt ru/tab.txt ru/view.txt ru/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/ru' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/nl' /usr/bin/install -c -m 644 nl/add.txt nl/config.txt nl/copy-paste.txt nl/credits.txt nl/delete.txt nl/displacement.txt nl/edit.txt nl/enote.txt nl/export.txt nl/flag.txt nl/general.txt nl/goto.txt nl/import.txt nl/intro.txt nl/other.txt nl/pipe.txt nl/priority.txt nl/repeat.txt nl/save.txt nl/tab.txt nl/view.txt nl/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/nl' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/pt_BR' /usr/bin/install -c -m 644 pt_BR/add.txt pt_BR/config.txt pt_BR/copy-paste.txt pt_BR/credits.txt pt_BR/delete.txt pt_BR/displacement.txt pt_BR/edit.txt pt_BR/enote.txt pt_BR/export.txt pt_BR/flag.txt pt_BR/general.txt pt_BR/goto.txt pt_BR/import.txt pt_BR/intro.txt pt_BR/other.txt pt_BR/pipe.txt pt_BR/priority.txt pt_BR/repeat.txt pt_BR/save.txt pt_BR/tab.txt pt_BR/view.txt pt_BR/vnote.txt '/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse/pt_BR' make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1/doc' make[2]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1' make[3]: Entering directory '/builddir/build/BUILD/calcurse-4.7.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1' make[2]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1' make[1]: Leaving directory '/builddir/build/BUILD/calcurse-4.7.1' + install -p -m 0644 doc/calcurse.1 /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/man/man1/ + rm -rf /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 calcurse + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.7.1-1.fc33 --unique-debug-suffix -4.7.1-1.fc33.riscv64 --unique-debug-src-base calcurse-4.7.1-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/calcurse-4.7.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin/calcurse extracting debug info from /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/bin/calcurse original debug info size: 3548kB, size after compression: 3424kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1183 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/calcurse-caldav from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/bin/calcurse-upgrade from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/calcurse-vdir from /usr/bin/env python3 to #!/usr/bin/python3 Processing files: calcurse-4.7.1-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.b1acYh + umask 022 + cd /builddir/build/BUILD + cd calcurse-4.7.1 + DOCDIR=/builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse + cp -pr AUTHORS /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse + cp -pr doc/add.txt doc/calcurse.1.txt doc/config.txt doc/copy-paste.txt doc/credits.txt doc/delete.txt doc/displacement.txt doc/edit.txt doc/enote.txt doc/export.txt doc/flag.txt doc/general.txt doc/goto.txt doc/import.txt doc/intro.txt doc/manual.txt doc/other.txt doc/pipe.txt doc/priority.txt doc/reload.txt doc/repeat.txt doc/save.txt doc/submitting-patches.txt doc/tab.txt doc/view.txt doc/vnote.txt /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64/usr/share/doc/calcurse + RPM_EC=0 ++ jobs -p + exit 0 Provides: calcurse = 4.7.1-1.fc33 calcurse(riscv-64) = 4.7.1-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libncursesw.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: calcurse-debugsource-4.7.1-1.fc33.riscv64 Provides: calcurse-debugsource = 4.7.1-1.fc33 calcurse-debugsource(riscv-64) = 4.7.1-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: calcurse-debuginfo-4.7.1-1.fc33.riscv64 Provides: calcurse-debuginfo = 4.7.1-1.fc33 calcurse-debuginfo(riscv-64) = 4.7.1-1.fc33 debuginfo(build-id) = 7eec3d5150ce941be6007eaf2da5dd0f2012938c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: calcurse-debugsource(riscv-64) = 4.7.1-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 Wrote: /builddir/build/RPMS/calcurse-4.7.1-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/calcurse-debugsource-4.7.1-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/calcurse-debuginfo-4.7.1-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MQBdJg + umask 022 + cd /builddir/build/BUILD + cd calcurse-4.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/calcurse-4.7.1-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0