+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libfastjson.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.hsh8Fc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libfastjson-0.99.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/libfastjson-0.99.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libfastjson-0.99.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for doc in ChangeLog + iconv -f iso-8859-1 -t utf8 ChangeLog + touch -r ChangeLog ChangeLog.new + mv ChangeLog.new ChangeLog + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uoAOUL + umask 022 + cd /builddir/build/BUILD + cd libfastjson-0.99.8 + autoreconf -iv autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force autoreconf: Leaving directory `.' + export '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 -D_GNU_SOURCE' + 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 -D_GNU_SOURCE' + 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 -D_GNU_SOURCE' + 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 + 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-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./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 --enable-shared --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for gcc option to accept ISO C99... none needed checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... gcc -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes configure: WARNING: missing AX_IS_RELEASE macro, not using AX_COMPILER_FLAGS macro because of this RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable checking whether make supports nested variables... (cached) yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether the compiler provides atomic builtins... yes checking whether the compiler provides atomic builtins for 64 bit data types... yes checking for vprintf... yes checking for _doprnt... no checking for working memcmp... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for open... yes checking for vsyslog... yes checking for strncasecmp... yes checking for setlocale... yes checking if .gnu.warning accepts long strings... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for -Bsymbolic-functions linker flag... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libfastjson.pc config.status: creating libfastjson-uninstalled.pc config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VUA9Y9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 + cd libfastjson-0.99.8 + make V=1 DESTDIR=/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 install Making install in . make[1]: Entering directory '/builddir/build/BUILD/libfastjson-0.99.8' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_version.lo `test -f 'json_version.c' || echo './'`json_version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_version.c -fPIC -DPIC -o .libs/libfastjson_la-json_version.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_object.lo `test -f 'json_object.c' || echo './'`json_object.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_object.c -fPIC -DPIC -o .libs/libfastjson_la-json_object.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_print.lo `test -f 'json_print.c' || echo './'`json_print.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_print.c -fPIC -DPIC -o .libs/libfastjson_la-json_print.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_object_iterator.lo `test -f 'json_object_iterator.c' || echo './'`json_object_iterator.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_object_iterator.c -fPIC -DPIC -o .libs/libfastjson_la-json_object_iterator.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_tokener.lo `test -f 'json_tokener.c' || echo './'`json_tokener.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_tokener.c -fPIC -DPIC -o .libs/libfastjson_la-json_tokener.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_la-json_util.lo `test -f 'json_util.c' || echo './'`json_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c json_util.c -fPIC -DPIC -o .libs/libfastjson_la-json_util.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_internal_la-arraylist.lo `test -f 'arraylist.c' || echo './'`arraylist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c arraylist.c -fPIC -DPIC -o .libs/libfastjson_internal_la-arraylist.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_internal_la-debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c debug.c -fPIC -DPIC -o .libs/libfastjson_internal_la-debug.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c -o libfastjson_internal_la-printbuf.lo `test -f 'printbuf.c' || echo './'`printbuf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -c printbuf.c -fPIC -DPIC -o .libs/libfastjson_internal_la-printbuf.o /bin/sh ./libtool --tag=CC --mode=link 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 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfastjson-internal.la libfastjson_internal_la-arraylist.lo libfastjson_internal_la-debug.lo libfastjson_internal_la-printbuf.lo libtool: link: ar cru .libs/libfastjson-internal.a .libs/libfastjson_internal_la-arraylist.o .libs/libfastjson_internal_la-debug.o .libs/libfastjson_internal_la-printbuf.o libtool: link: ranlib .libs/libfastjson-internal.a libtool: link: ( cd ".libs" && rm -f "libfastjson-internal.la" && ln -s "../libfastjson-internal.la" "libfastjson-internal.la" ) /bin/sh ./libtool --tag=CC --mode=link 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 -D_GNU_SOURCE -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -version-info 6:0:2 -export-symbols-regex '^fjson_.*' -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfastjson.la -rpath /usr/lib64 libfastjson_la-json_version.lo libfastjson_la-json_object.lo libfastjson_la-json_print.lo libfastjson_la-json_object_iterator.lo libfastjson_la-json_tokener.lo libfastjson_la-json_util.lo libfastjson-internal.la libtool: link: /usr/bin/nm -B .libs/libfastjson_la-json_version.o .libs/libfastjson_la-json_object.o .libs/libfastjson_la-json_print.o .libs/libfastjson_la-json_object_iterator.o .libs/libfastjson_la-json_tokener.o .libs/libfastjson_la-json_util.o ./.libs/libfastjson-internal.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libfastjson.exp libtool: link: /usr/bin/grep -E -e "^fjson_.*" ".libs/libfastjson.exp" > ".libs/libfastjson.expT" libtool: link: mv -f ".libs/libfastjson.expT" ".libs/libfastjson.exp" libtool: link: echo "{ global:" > .libs/libfastjson.ver libtool: link: cat .libs/libfastjson.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libfastjson.ver libtool: link: echo "local: *; };" >> .libs/libfastjson.ver libtool: link: gcc -shared -fPIC -DPIC .libs/libfastjson_la-json_version.o .libs/libfastjson_la-json_object.o .libs/libfastjson_la-json_print.o .libs/libfastjson_la-json_object_iterator.o .libs/libfastjson_la-json_tokener.o .libs/libfastjson_la-json_util.o -Wl,--whole-archive ./.libs/libfastjson-internal.a -Wl,--no-whole-archive -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -g -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libfastjson.so.4 -Wl,-version-script -Wl,.libs/libfastjson.ver -o .libs/libfastjson.so.4.2.0 libtool: link: (cd ".libs" && rm -f "libfastjson.so.4" && ln -s "libfastjson.so.4.2.0" "libfastjson.so.4") libtool: link: (cd ".libs" && rm -f "libfastjson.so" && ln -s "libfastjson.so.4.2.0" "libfastjson.so") libtool: link: ( cd ".libs" && rm -f "libfastjson.la" && ln -s "../libfastjson.la" "libfastjson.la" ) (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/libfastjson-0.99.8/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[2]: Entering directory '/builddir/build/BUILD/libfastjson-0.99.8' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -c libfastjson.la '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libfastjson.so.4.2.0 /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64/libfastjson.so.4.2.0 libtool: install: (cd /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64 && { ln -s -f libfastjson.so.4.2.0 libfastjson.so.4 || { rm -f libfastjson.so.4 && ln -s libfastjson.so.4.2.0 libfastjson.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64 && { ln -s -f libfastjson.so.4.2.0 libfastjson.so || { rm -f libfastjson.so && ln -s libfastjson.so.4.2.0 libfastjson.so; }; }) libtool: install: /usr/bin/install -c .libs/libfastjson.lai /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64/libfastjson.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/include/libfastjson' /usr/bin/install -c -m 644 atomic.h json.h json_object.h json_object_iterator.h json_object_private.h json_tokener.h json_util.h '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/include/libfastjson' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 libfastjson.pc '/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/libfastjson-0.99.8' make[1]: Leaving directory '/builddir/build/BUILD/libfastjson-0.99.8' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/libfastjson-0.99.8/tests' make[2]: Entering directory '/builddir/build/BUILD/libfastjson-0.99.8/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libfastjson-0.99.8/tests' make[1]: Leaving directory '/builddir/build/BUILD/libfastjson-0.99.8/tests' + find /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 -name '*.la' -delete -print /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/lib64/libfastjson.la + /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: libfastjson-0.99.8-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ONR4kA + umask 022 + cd /builddir/build/BUILD + cd libfastjson-0.99.8 + DOCDIR=/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/doc/libfastjson + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/doc/libfastjson + cp -pr AUTHORS /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/doc/libfastjson + cp -pr ChangeLog /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/doc/libfastjson + cp -pr README.html /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/doc/libfastjson + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vSBuTx + umask 022 + cd /builddir/build/BUILD + cd libfastjson-0.99.8 + LICENSEDIR=/builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/licenses/libfastjson + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/licenses/libfastjson + cp -pr COPYING /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64/usr/share/licenses/libfastjson + exit 0 Provides: libfastjson = 0.99.8-1.fc28 libfastjson(riscv-64) = 0.99.8-1.fc28 libfastjson.so.4()(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) rtld(GNU_HASH) Processing files: libfastjson-devel-0.99.8-1.fc28.riscv64 Provides: libfastjson-devel = 0.99.8-1.fc28 libfastjson-devel(riscv-64) = 0.99.8-1.fc28 pkgconfig(libfastjson) = 0.99.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libfastjson.so.4()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libfastjson-0.99.8-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/libfastjson-0.99.8-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libfastjson-0.99.8-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libfastjson-devel-0.99.8-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2Y2rjr + umask 022 + cd /builddir/build/BUILD + cd libfastjson-0.99.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libfastjson-0.99.8-1.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