+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/kyotocabinet.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cF1uEw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kyotocabinet-1.2.76 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/kyotocabinet-1.2.76.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd kyotocabinet-1.2.76 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (kyotocabinet-1.2.76-cflags.patch):' Patch #0 (kyotocabinet-1.2.76-cflags.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .cflags --fuzz=0 patching file configure patching file configure.in + echo 'Patch #1 (kyotocabinet-1.2.76-8-byte-atomics.patch):' Patch #1 (kyotocabinet-1.2.76-8-byte-atomics.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .8-byte-atomics --fuzz=0 patching file configure.in patching file configure + echo 'Patch #3 (kyotocabinet-1.2.76-gcc6.patch):' Patch #3 (kyotocabinet-1.2.76-gcc6.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gcc6 --fuzz=0 patching file kcdbext.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0EHDgq + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + 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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-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 --disable-opt --enable-lzo --enable-lzma configure: WARNING: unrecognized options: --disable-dependency-tracking #================================================================ # Configuring Kyoto Cabinet version 1.2.76 (no-opt) (lzo) (lzma). #================================================================ checking for riscv64-redhat-linux-gnu-gcc... no checking for 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for 64-bit availability... no checking for useless warnings... yes checking for 8 byte atomic operations... yes checking for main in -lc... yes checking for main in -lm... yes checking for main in -lpthread... yes checking for main in -lrt... yes checking for main in -lstdc++... yes checking for main in -lregex... no checking for main in -lz... yes checking for main in -llzo2... yes checking for main in -llzma... yes checking for main in -lkyotocabinet... no checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating kyotocabinet.pc configure: WARNING: unrecognized options: --disable-dependency-tracking #================================================================ # Ready to make. #================================================================ + make -j4 g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutil.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcthread.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcfile.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompress.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompare.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcmap.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcregex.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcplantdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcprotodb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcstashdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccachedb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctextdb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolydb.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdbext.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kclangc.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutiltest.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutilmgr.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcprototest.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcstashtest.cc kcprototest.cc: In instantiation of 'void proctran(const char*, int64_t, int32_t, int32_t)::ThreadTran::run() [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 17>]': kcprototest.cc:2056:5: required from 'int32_t proctran(const char*, int64_t, int32_t, int32_t) [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 17>; int32_t = int; int64_t = long int]' kcprototest.cc:315:62: required from here kcprototest.cc:1975:43: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ~~~~~~~~~~~~~~~~~~~~~~^~~~~ kcprototest.cc: In instantiation of 'void proctran(const char*, int64_t, int32_t, int32_t)::ThreadTran::run() [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 16>]': kcprototest.cc:2056:5: required from 'int32_t proctran(const char*, int64_t, int32_t, int32_t) [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 16>; int32_t = int; int64_t = long int]' kcprototest.cc:317:62: required from here kcprototest.cc:1975:43: warning: enum constant in boolean context [-Wint-in-bool-context] kcstashtest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int64_t, bool)::ThreadTran::run()': kcstashtest.cc:1979:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccachetest.cc kccachetest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int32_t, int64_t, int64_t, int64_t, bool)::ThreadTran::run()': kccachetest.cc:2073:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcgrasstest.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashtest.cc kcgrasstest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int32_t, int64_t, int32_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kcgrasstest.cc:2086:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ kchashtest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int32_t, int32_t, int64_t, int64_t, int64_t, bool)::ThreadTran::run()': kchashtest.cc:2250:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashmgr.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctreetest.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctreemgr.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirtest.cc kctreetest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int32_t, int32_t, int64_t, int32_t, int64_t, int64_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kctreetest.cc:2370:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ kcdirtest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, bool)::ThreadTran::run()': kcdirtest.cc:2081:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirmgr.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcforesttest.cc kcforesttest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int64_t, int32_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kcforesttest.cc:2230:66: warning: enum constant in boolean context [-Wint-in-bool-context] if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { ^~~~~ g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcforestmgr.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolytest.cc g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolymgr.cc gcc -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib64\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib64 -lkyotocabinet -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc \"" -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 -Wall -ansi -pedantic -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kclangctest.c ar rv libkyotocabinet.a kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o ar: creating libkyotocabinet.a if uname -a | egrep -i 'SunOS' > /dev/null ; \ then \ g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -shared -Wl,-G,-h,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \ kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc ; \ else \ g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -shared -Wl,-soname,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \ kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -llzma -llzo2 -lz -lstdc++ -lrt -lpthread -lm -lc ; \ fi a - kcutil.o a - kcthread.o a - kcfile.o a - kccompress.o a - kccompare.o a - kcmap.o a - kcregex.o a - kcdb.o a - kcplantdb.o a - kcprotodb.o a - kcstashdb.o a - kccachedb.o a - kchashdb.o a - kcdirdb.o a - kctextdb.o a - kcpolydb.o a - kcdbext.o a - kclangc.o ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcutiltest kcutiltest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcutilmgr kcutilmgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcprototest kcprototest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcstashtest kcstashtest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kccachetest kccachetest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcgrasstest kcgrasstest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kchashtest kchashtest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kchashmgr kchashmgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kctreetest kctreetest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kctreemgr kctreemgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcdirtest kcdirtest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcdirmgr kcdirmgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcforesttest kcforesttest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcforestmgr kcforestmgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet gcc -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 -Wall -ansi -pedantic -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kclangctest kclangctest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcpolymgr kcpolymgr.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet g++ -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 -Wall -fPIC -fsigned-char -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcpolytest kcpolytest.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L. -L/usr/lib64 -L/usr/local/lib -Wl,--as-needed -lkyotocabinet #================================================================ # Ready to install. #================================================================ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Xkt8Lw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 + cd kyotocabinet-1.2.76 + rm -rf /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 'INSTALL=install -p' install mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/include cp -Rf kccommon.h kcutil.h kcthread.h kcfile.h kccompress.h kccompare.h kcmap.h kcregex.h kcdb.h kcplantdb.h kcprotodb.h kcstashdb.h kccachedb.h kchashdb.h kcdirdb.h kctextdb.h kcpolydb.h kcdbext.h kclangc.h /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/include mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/lib64 cp -Rf libkyotocabinet.a libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 libkyotocabinet.so /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/lib64 mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/bin cp -Rf kcutiltest kcutilmgr kcprototest kcstashtest kccachetest kcgrasstest kchashtest kchashmgr kctreetest kctreemgr kcdirtest kcdirmgr kcforesttest kcforestmgr kcpolytest kcpolymgr kclangctest /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/man/man1 cd man && cp -Rf kcutiltest.1 kcutilmgr.1 kcprototest.1 kcstashtest.1 kccachetest.1 kcgrasstest.1 kchashtest.1 kchashmgr.1 kctreetest.1 kctreemgr.1 kcdirtest.1 kcdirmgr.1 kcforesttest.1 kcforestmgr.1 kcpolytest.1 kcpolymgr.1 kclangctest.1 /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/man/man1 mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet cp -Rf COPYING FOSSEXCEPTION ChangeLog doc kyotocabinet.idl /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/lib64/pkgconfig cp -Rf kyotocabinet.pc /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/lib64/pkgconfig #================================================================ # Thanks for using Kyoto Cabinet. #================================================================ + rm -f /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/lib64/libkyotocabinet.a + rm -rf /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: kyotocabinet-1.2.76-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Xb7Zet + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + DOCDIR=/builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet + cp -pr doc/command.html doc/common.css doc/icon16.png /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet + exit 0 Provides: kyotocabinet = 1.2.76-15.fc28 kyotocabinet(riscv-64) = 1.2.76-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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.4)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libkyotocabinet.so.16()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: kyotocabinet-libs-1.2.76-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u3dy1v + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + DOCDIR=/builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-libs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-libs + cp -pr ChangeLog /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-libs + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rcl1r4 + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + LICENSEDIR=/builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/licenses/kyotocabinet-libs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/licenses/kyotocabinet-libs + cp -pr COPYING /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/licenses/kyotocabinet-libs + cp -pr FOSSEXCEPTION /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/licenses/kyotocabinet-libs + cp -pr LINKEXCEPTION /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/licenses/kyotocabinet-libs + exit 0 Provides: kyotocabinet-lib = 1.2.76-15.fc28 kyotocabinet-lib(riscv-64) = 1.2.76-15.fc28 kyotocabinet-libs = 1.2.76-15.fc28 kyotocabinet-libs(riscv-64) = 1.2.76-15.fc28 libkyotocabinet.so.16()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: 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.4)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) liblzo2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: kyotocabinet-lib < 1.2.76-3 Processing files: kyotocabinet-devel-1.2.76-15.fc28.riscv64 Provides: kyotocabinet-devel = 1.2.76-15.fc28 kyotocabinet-devel(riscv-64) = 1.2.76-15.fc28 pkgconfig(kyotocabinet) = 1.2.76 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libkyotocabinet.so.16()(64bit) Processing files: kyotocabinet-apidocs-1.2.76-15.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HGvkqt + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + DOCDIR=/builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-apidocs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-apidocs + cp -pr COPYING /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-apidocs + cp -pr doc/api/annotated.html doc/api/bc_s.png doc/api/classes.html doc/api/classkyotocabinet_1_1ArcfourCompressor-members.html doc/api/classkyotocabinet_1_1ArcfourCompressor.html doc/api/classkyotocabinet_1_1AtomicInt64-members.html doc/api/classkyotocabinet_1_1AtomicInt64.html doc/api/classkyotocabinet_1_1BasicDB-members.html doc/api/classkyotocabinet_1_1BasicDB.html doc/api/classkyotocabinet_1_1BasicDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1Cursor.html doc/api/classkyotocabinet_1_1BasicDB_1_1Error-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1Error.html doc/api/classkyotocabinet_1_1BasicDB_1_1FileProcessor-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1FileProcessor.html doc/api/classkyotocabinet_1_1BasicDB_1_1Logger-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1Logger.html doc/api/classkyotocabinet_1_1BasicDB_1_1MetaTrigger-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1MetaTrigger.html doc/api/classkyotocabinet_1_1BasicDB_1_1ProgressChecker-members.html doc/api/classkyotocabinet_1_1BasicDB_1_1ProgressChecker.html doc/api/classkyotocabinet_1_1CacheDB-members.html doc/api/classkyotocabinet_1_1CacheDB.html doc/api/classkyotocabinet_1_1CacheDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1CacheDB_1_1Cursor.html doc/api/classkyotocabinet_1_1Comparator-members.html doc/api/classkyotocabinet_1_1Comparator.html doc/api/classkyotocabinet_1_1Compressor-members.html doc/api/classkyotocabinet_1_1Compressor.html doc/api/classkyotocabinet_1_1CondMap-members.html doc/api/classkyotocabinet_1_1CondMap.html doc/api/classkyotocabinet_1_1CondVar-members.html doc/api/classkyotocabinet_1_1CondVar.html doc/api/classkyotocabinet_1_1DB-members.html doc/api/classkyotocabinet_1_1DB.html doc/api/classkyotocabinet_1_1DB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1DB_1_1Cursor.html doc/api/classkyotocabinet_1_1DB_1_1Visitor-members.html doc/api/classkyotocabinet_1_1DB_1_1Visitor.html doc/api/classkyotocabinet_1_1DecimalComparator-members.html doc/api/classkyotocabinet_1_1DecimalComparator.html doc/api/classkyotocabinet_1_1DecimalDescendingComparator-members.html doc/api/classkyotocabinet_1_1DecimalDescendingComparator.html doc/api/classkyotocabinet_1_1DirDB-members.html doc/api/classkyotocabinet_1_1DirDB.html doc/api/classkyotocabinet_1_1DirDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1DirDB_1_1Cursor.html doc/api/classkyotocabinet_1_1DirStream-members.html doc/api/classkyotocabinet_1_1DirStream.html doc/api/classkyotocabinet_1_1File-members.html doc/api/classkyotocabinet_1_1File.html doc/api/classkyotocabinet_1_1HashDB-members.html doc/api/classkyotocabinet_1_1HashDB.html doc/api/classkyotocabinet_1_1HashDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1HashDB_1_1Cursor.html doc/api/classkyotocabinet_1_1IndexDB-members.html doc/api/classkyotocabinet_1_1IndexDB.html doc/api/classkyotocabinet_1_1LZMA-members.html doc/api/classkyotocabinet_1_1LZMA.html doc/api/classkyotocabinet_1_1LZMACompressor-members.html doc/api/classkyotocabinet_1_1LZMACompressor.html doc/api/classkyotocabinet_1_1LZO-members.html doc/api/classkyotocabinet_1_1LZO.html doc/api/classkyotocabinet_1_1LZOCompressor-members.html doc/api/classkyotocabinet_1_1LZOCompressor.html doc/api/classkyotocabinet_1_1LexicalComparator-members.html doc/api/classkyotocabinet_1_1LexicalComparator.html doc/api/classkyotocabinet_1_1LexicalDescendingComparator-members.html doc/api/classkyotocabinet_1_1LexicalDescendingComparator.html doc/api/classkyotocabinet_1_1LinkedHashMap-members.html doc/api/classkyotocabinet_1_1LinkedHashMap.html doc/api/classkyotocabinet_1_1LinkedHashMap_1_1Iterator-members.html doc/api/classkyotocabinet_1_1LinkedHashMap_1_1Iterator.html doc/api/classkyotocabinet_1_1MapReduce-members.html doc/api/classkyotocabinet_1_1MapReduce.html doc/api/classkyotocabinet_1_1MapReduce_1_1ReduceTaskQueue_1_1ReduceTask-members.html doc/api/classkyotocabinet_1_1MapReduce_1_1ReduceTaskQueue_1_1ReduceTask.html doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator-members.html doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator.html doc/api/classkyotocabinet_1_1Mutex-members.html doc/api/classkyotocabinet_1_1Mutex.html doc/api/classkyotocabinet_1_1PlantDB-members.html doc/api/classkyotocabinet_1_1PlantDB.html doc/api/classkyotocabinet_1_1PlantDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1PlantDB_1_1Cursor.html doc/api/classkyotocabinet_1_1PolyDB-members.html doc/api/classkyotocabinet_1_1PolyDB.html doc/api/classkyotocabinet_1_1PolyDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1PolyDB_1_1Cursor.html doc/api/classkyotocabinet_1_1ProtoDB-members.html doc/api/classkyotocabinet_1_1ProtoDB.html doc/api/classkyotocabinet_1_1ProtoDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1ProtoDB_1_1Cursor.html doc/api/classkyotocabinet_1_1RWLock-members.html doc/api/classkyotocabinet_1_1RWLock.html doc/api/classkyotocabinet_1_1Regex-members.html doc/api/classkyotocabinet_1_1Regex.html doc/api/classkyotocabinet_1_1ScopedMutex-members.html doc/api/classkyotocabinet_1_1ScopedMutex.html doc/api/classkyotocabinet_1_1ScopedRWLock-members.html doc/api/classkyotocabinet_1_1ScopedRWLock.html doc/api/classkyotocabinet_1_1ScopedSpinLock-members.html doc/api/classkyotocabinet_1_1ScopedSpinLock.html doc/api/classkyotocabinet_1_1ScopedSpinRWLock-members.html doc/api/classkyotocabinet_1_1ScopedSpinRWLock.html doc/api/classkyotocabinet_1_1SlottedMutex-members.html doc/api/classkyotocabinet_1_1SlottedMutex.html doc/api/classkyotocabinet_1_1SlottedRWLock-members.html doc/api/classkyotocabinet_1_1SlottedRWLock.html doc/api/classkyotocabinet_1_1SlottedSpinLock-members.html doc/api/classkyotocabinet_1_1SlottedSpinLock.html doc/api/classkyotocabinet_1_1SlottedSpinRWLock-members.html doc/api/classkyotocabinet_1_1SlottedSpinRWLock.html doc/api/classkyotocabinet_1_1SpinLock-members.html doc/api/classkyotocabinet_1_1SpinLock.html doc/api/classkyotocabinet_1_1SpinRWLock-members.html doc/api/classkyotocabinet_1_1SpinRWLock.html doc/api/classkyotocabinet_1_1StashDB-members.html doc/api/classkyotocabinet_1_1StashDB.html doc/api/classkyotocabinet_1_1StashDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1StashDB_1_1Cursor.html doc/api/classkyotocabinet_1_1TSD-members.html doc/api/classkyotocabinet_1_1TSD.html doc/api/classkyotocabinet_1_1TSDKey-members.html doc/api/classkyotocabinet_1_1TSDKey.html doc/api/classkyotocabinet_1_1TaskQueue-members.html doc/api/classkyotocabinet_1_1TaskQueue.html doc/api/classkyotocabinet_1_1TaskQueue_1_1Task-members.html doc/api/classkyotocabinet_1_1TaskQueue_1_1Task.html doc/api/classkyotocabinet_1_1TextDB-members.html doc/api/classkyotocabinet_1_1TextDB.html doc/api/classkyotocabinet_1_1TextDB_1_1Cursor-members.html doc/api/classkyotocabinet_1_1TextDB_1_1Cursor.html doc/api/classkyotocabinet_1_1Thread-members.html doc/api/classkyotocabinet_1_1Thread.html doc/api/classkyotocabinet_1_1TinyArrayList-members.html doc/api/classkyotocabinet_1_1TinyArrayList.html doc/api/classkyotocabinet_1_1TinyHashMap-members.html doc/api/classkyotocabinet_1_1TinyHashMap.html doc/api/classkyotocabinet_1_1TinyHashMap_1_1Iterator-members.html doc/api/classkyotocabinet_1_1TinyHashMap_1_1Iterator.html doc/api/classkyotocabinet_1_1TinyHashMap_1_1Sorter-members.html doc/api/classkyotocabinet_1_1TinyHashMap_1_1Sorter.html doc/api/classkyotocabinet_1_1ZLIB-members.html doc/api/classkyotocabinet_1_1ZLIB.html doc/api/classkyotocabinet_1_1ZLIBCompressor-members.html doc/api/classkyotocabinet_1_1ZLIBCompressor.html doc/api/closed.png doc/api/doxygen.css doc/api/doxygen.png doc/api/files.html doc/api/functions.html doc/api/functions_0x62.html doc/api/functions_0x63.html doc/api/functions_0x64.html doc/api/functions_0x65.html doc/api/functions_0x66.html doc/api/functions_0x67.html doc/api/functions_0x68.html doc/api/functions_0x69.html doc/api/functions_0x6a.html doc/api/functions_0x6b.html doc/api/functions_0x6c.html doc/api/functions_0x6d.html doc/api/functions_0x6e.html doc/api/functions_0x6f.html doc/api/functions_0x70.html doc/api/functions_0x72.html doc/api/functions_0x73.html doc/api/functions_0x74.html doc/api/functions_0x75.html doc/api/functions_0x76.html doc/api/functions_0x77.html doc/api/functions_0x78.html doc/api/functions_0x79.html doc/api/functions_0x7e.html doc/api/functions_enum.html doc/api/functions_eval.html doc/api/functions_func.html doc/api/functions_func_0x62.html doc/api/functions_func_0x63.html doc/api/functions_func_0x64.html doc/api/functions_func_0x65.html doc/api/functions_func_0x66.html doc/api/functions_func_0x67.html doc/api/functions_func_0x68.html doc/api/functions_func_0x69.html doc/api/functions_func_0x6a.html doc/api/functions_func_0x6b.html doc/api/functions_func_0x6c.html doc/api/functions_func_0x6d.html doc/api/functions_func_0x6e.html doc/api/functions_func_0x6f.html doc/api/functions_func_0x70.html doc/api/functions_func_0x72.html doc/api/functions_func_0x73.html doc/api/functions_func_0x74.html doc/api/functions_func_0x75.html doc/api/functions_func_0x76.html doc/api/functions_func_0x77.html doc/api/functions_func_0x79.html doc/api/functions_func_0x7e.html doc/api/functions_vars.html doc/api/globals.html doc/api/globals_defs.html doc/api/globals_eval.html doc/api/globals_func.html doc/api/globals_type.html doc/api/globals_vars.html doc/api/hierarchy.html doc/api/index.html doc/api/kccachedb_8h.html doc/api/kccommon_8h.html doc/api/kccompare_8h.html doc/api/kccompress_8h.html doc/api/kcdb_8h.html doc/api/kcdbext_8h.html doc/api/kcdirdb_8h.html doc/api/kcfile_8h.html doc/api/kchashdb_8h.html doc/api/kclangc_8h.html doc/api/kcmap_8h.html doc/api/kcplantdb_8h.html doc/api/kcpolydb_8h.html doc/api/kcprotodb_8h.html doc/api/kcregex_8h.html doc/api/kctextdb_8h.html doc/api/kcthread_8h.html doc/api/kcutil_8h.html doc/api/namespacekyotocabinet.html doc/api/namespacemembers.html doc/api/namespacemembers_func.html doc/api/namespacemembers_type.html doc/api/namespacemembers_vars.html doc/api/namespaces.html doc/api/nav_f.png doc/api/nav_h.png doc/api/open.png doc/api/structKCCUR-members.html doc/api/structKCCUR.html doc/api/structKCDB-members.html doc/api/structKCDB.html doc/api/structKCIDX-members.html doc/api/structKCIDX.html doc/api/structKCLIST-members.html doc/api/structKCLIST.html doc/api/structKCMAP-members.html doc/api/structKCMAP.html doc/api/structKCMAPITER-members.html doc/api/structKCMAPITER.html doc/api/structKCMAPSORT-members.html doc/api/structKCMAPSORT.html doc/api/structKCREC-members.html doc/api/structKCREC.html doc/api/structKCSTR-members.html doc/api/structKCSTR.html doc/api/structkyotocabinet_1_1File_1_1Status-members.html doc/api/structkyotocabinet_1_1File_1_1Status.html doc/api/tab_a.png doc/api/tab_b.png doc/api/tab_h.png doc/api/tab_s.png doc/api/tabs.css /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-apidocs + cp -pr kyotocabinet.idl /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64/usr/share/doc/kyotocabinet-apidocs + exit 0 Provides: kyotocabinet-api-doc = 1.2.76-15.fc28 kyotocabinet-apidocs = 1.2.76-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: kyotocabinet-api-doc < 1.2.76-3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 Wrote: /builddir/build/SRPMS/kyotocabinet-1.2.76-15.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/kyotocabinet-1.2.76-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/kyotocabinet-libs-1.2.76-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/kyotocabinet-devel-1.2.76-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/kyotocabinet-apidocs-1.2.76-15.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cDfQYn + umask 022 + cd /builddir/build/BUILD + cd kyotocabinet-1.2.76 + rm -rf /builddir/build/BUILDROOT/kyotocabinet-1.2.76-15.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff