+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/f2fs-tools.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.V6lhfC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf f2fs-tools-1.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/f2fs-tools-1.8.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd f2fs-tools-1.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (f2fs-tools-1.8.0-bigendian.patch):' Patch #0 (f2fs-tools-1.8.0-bigendian.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .bigendian --fuzz=0 patching file include/f2fs_fs.h Hunk #1 succeeded at 99 (offset 65 lines). + sed -i s/AC_PROG_LIBTOOL/LT_INIT/ configure.ac + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zk0NK7 + umask 022 + cd /builddir/build/BUILD + cd f2fs-tools-1.8.0 + autoreconf --install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:38: installing 'build-aux/compile' configure.ac:56: installing 'build-aux/config.guess' configure.ac:56: installing 'build-aux/config.sub' configure.ac:36: installing 'build-aux/install-sh' configure.ac:36: installing 'build-aux/missing' fsck/Makefile.am: installing 'build-aux/depcomp' + 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 + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + '[' 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"~' ./build-aux/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-static checking for .git... no 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 how to create a pax tar archive... gnutar 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 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 for fcntl.h... yes checking for mntent.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/mount.h... yes checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none 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 ldconfig... /usr/sbin/ldconfig checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for libuuid... yes checking for libselinux... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/blkzoned.h usability... yes checking linux/blkzoned.h presence... yes checking for linux/blkzoned.h... yes checking for fcntl.h... (cached) yes checking for mntent.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/mount.h... (cached) yes checking for unistd.h... (cached) yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for inline... inline checking for int32_t... yes checking for int8_t... yes checking for size_t... yes checking for library containing getmntent... none required checking for fallocate... yes checking for getmntent... (cached) yes checking for memset... yes checking whether bswap_64 is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating lib/Makefile config.status: creating mkfs/Makefile config.status: creating fsck/Makefile config.status: creating tools/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0' Making all in man make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c -o libf2fs_la-libf2fs.lo `test -f 'libf2fs.c' || echo './'`libf2fs.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c -o libf2fs_la-libf2fs_io.lo `test -f 'libf2fs_io.c' || echo './'`libf2fs_io.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c -o libf2fs_la-libf2fs_zoned.lo `test -f 'libf2fs_zoned.c' || echo './'`libf2fs_zoned.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c libf2fs.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c libf2fs_io.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs_io.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -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 -c libf2fs_zoned.c -fPIC -DPIC -o .libs/libf2fs_la-libf2fs_zoned.o libf2fs.c: In function 'get_rootdev': libf2fs.c:508:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . major(sb.st_dev), minor(sb.st_dev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ libf2fs.c:508:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . major(sb.st_dev), minor(sb.st_dev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -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 -version-info 2:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libf2fs.la -rpath /usr/lib64 libf2fs_la-libf2fs.lo libf2fs_la-libf2fs_io.lo libf2fs_la-libf2fs_zoned.lo libtool: link: gcc -shared -fPIC -DPIC .libs/libf2fs_la-libf2fs.o .libs/libf2fs_la-libf2fs_io.o .libs/libf2fs_la-libf2fs_zoned.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,libf2fs.so.2 -o .libs/libf2fs.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs.so.2" && ln -s "libf2fs.so.2.0.0" "libf2fs.so.2") libtool: link: (cd ".libs" && rm -f "libf2fs.so" && ln -s "libf2fs.so.2.0.0" "libf2fs.so") libtool: link: ( cd ".libs" && rm -f "libf2fs.la" && ln -s "../libf2fs.la" "libf2fs.la" ) make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' Making all in mkfs make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c -o libf2fs_format_la-f2fs_format_main.lo `test -f 'f2fs_format_main.c' || echo './'`f2fs_format_main.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c -o libf2fs_format_la-f2fs_format.lo `test -f 'f2fs_format.c' || echo './'`f2fs_format.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c -o libf2fs_format_la-f2fs_format_utils.lo `test -f 'f2fs_format_utils.c' || echo './'`f2fs_format_utils.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -DWITH_BLKDISCARD -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 -c -o f2fs_format_main.o f2fs_format_main.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c f2fs_format_utils.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format_utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c f2fs_format.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DWITH_BLKDISCARD -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 -c f2fs_format_main.c -fPIC -DPIC -o .libs/libf2fs_format_la-f2fs_format_main.o gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -DWITH_BLKDISCARD -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 -c -o f2fs_format.o f2fs_format.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -DWITH_BLKDISCARD -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 -c -o f2fs_format_utils.o f2fs_format_utils.c /bin/sh ../libtool --tag=CC --mode=link gcc -DWITH_BLKDISCARD -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 -luuid -L../lib -lf2fs -version-info 1:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libf2fs_format.la -rpath /usr/lib64 libf2fs_format_la-f2fs_format_main.lo libf2fs_format_la-f2fs_format.lo libf2fs_format_la-f2fs_format_utils.lo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -DWITH_BLKDISCARD -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mkfs.f2fs f2fs_format_main.o f2fs_format.o f2fs_format_utils.o -luuid ../lib/libf2fs.la libtool: link: gcc -shared -fPIC -DPIC .libs/libf2fs_format_la-f2fs_format_main.o .libs/libf2fs_format_la-f2fs_format.o .libs/libf2fs_format_la-f2fs_format_utils.o -Wl,-rpath -Wl,/builddir/build/BUILD/f2fs-tools-1.8.0/lib/.libs -luuid -L../lib /builddir/build/BUILD/f2fs-tools-1.8.0/lib/.libs/libf2fs.so -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,libf2fs_format.so.1 -o .libs/libf2fs_format.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libf2fs_format.so.1" && ln -s "libf2fs_format.so.1.0.0" "libf2fs_format.so.1") libtool: link: (cd ".libs" && rm -f "libf2fs_format.so" && ln -s "libf2fs_format.so.1.0.0" "libf2fs_format.so") libtool: link: ( cd ".libs" && rm -f "libf2fs_format.la" && ln -s "../libf2fs_format.la" "libf2fs_format.la" ) libtool: link: gcc -Wall -DWITH_BLKDISCARD -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/mkfs.f2fs f2fs_format_main.o f2fs_format.o f2fs_format_utils.o -luuid ../lib/.libs/libf2fs.so make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' Making all in fsck make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o main.o main.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o fsck.o fsck.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o dump.o dump.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o mount.o mount.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o defrag.o defrag.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o resize.o resize.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o node.o node.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o segment.o segment.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o dir.o dir.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o sload.o sload.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o xattr.o xattr.c /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fsck.f2fs main.o fsck.o dump.o mount.o defrag.o resize.o node.o segment.o dir.o sload.o xattr.o -lselinux -luuid ../lib/libf2fs.la libtool: link: gcc -Wall -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/fsck.f2fs main.o fsck.o dump.o mount.o defrag.o resize.o node.o segment.o dir.o sload.o xattr.o -lselinux -luuid ../lib/.libs/libf2fs.so make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' Making all in tools make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o f2fstat.o f2fstat.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o fibmap.o fibmap.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/uuid -I../include -Wall -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 -c -o f2fs_io_parse.o f2fs_io_parse.c fibmap.c: In function 'print_stat': fibmap.c:41:26: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type '__nlink_t {aka unsigned int}' [-Wformat=] printf("nlink [0x%8lx : %ld]\n", st->st_nlink, st->st_nlink); ~~~^ ~~~~~~~~~~~~ %8x fibmap.c:41:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__nlink_t {aka unsigned int}' [-Wformat=] printf("nlink [0x%8lx : %ld]\n", st->st_nlink, st->st_nlink); ~~^ ~~~~~~~~~~~~ %d fibmap.c:46:26: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type '__blksize_t {aka int}' [-Wformat=] printf("blksize [0x%8lx : %ld]\n", st->st_blksize, st->st_blksize); ~~~^ ~~~~~~~~~~~~~~ %8x fibmap.c:46:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__blksize_t {aka int}' [-Wformat=] printf("blksize [0x%8lx : %ld]\n", st->st_blksize, st->st_blksize); ~~^ ~~~~~~~~~~~~~~ %d /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o parse.f2fs f2fs_io_parse.o /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fibmap.f2fs fibmap.o /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o f2fstat f2fstat.o libtool: link: gcc -Wall -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o parse.f2fs f2fs_io_parse.o libtool: link: gcc -Wall -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fibmap.f2fs fibmap.o libtool: link: gcc -Wall -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o f2fstat f2fstat.o make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0' make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AqwYZp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 + cd f2fs-tools-1.8.0 + make DESTDIR=/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 'INSTALL=install -p' 'CP=cp -p' sbindir=/usr/sbin install Making install in man make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/man/man8' install -p -m 644 mkfs.f2fs.8 fsck.f2fs.8 dump.f2fs.8 defrag.f2fs.8 resize.f2fs.8 sload.f2fs.8 '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/man/man8' make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/man' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p libf2fs.la '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64' libtool: install: install -p .libs/libf2fs.so.2.0.0 /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64/libf2fs.so.2.0.0 libtool: install: (cd /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libf2fs.so.2.0.0 libf2fs.so.2 || { rm -f libf2fs.so.2 && ln -s libf2fs.so.2.0.0 libf2fs.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libf2fs.so.2.0.0 libf2fs.so || { rm -f libf2fs.so && ln -s libf2fs.so.2.0.0 libf2fs.so; }; }) libtool: install: install -p .libs/libf2fs.lai /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64/libf2fs.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/lib' Making install in mkfs make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p libf2fs_format.la '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64' libtool: warning: relinking 'libf2fs_format.la' libtool: install: (cd /builddir/build/BUILD/f2fs-tools-1.8.0/mkfs; /bin/sh "/builddir/build/BUILD/f2fs-tools-1.8.0/libtool" --tag CC --mode=relink gcc -DWITH_BLKDISCARD -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 -luuid -L../lib -lf2fs -version-info 1:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libf2fs_format.la -rpath /usr/lib64 libf2fs_format_la-f2fs_format_main.lo libf2fs_format_la-f2fs_format.lo libf2fs_format_la-f2fs_format_utils.lo -inst-prefix-dir /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libf2fs_format_la-f2fs_format_main.o .libs/libf2fs_format_la-f2fs_format.o .libs/libf2fs_format_la-f2fs_format_utils.o -luuid -L../lib -L/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lf2fs -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,libf2fs_format.so.1 -o .libs/libf2fs_format.so.1.0.0 libtool: install: install -p .libs/libf2fs_format.so.1.0.0T /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64/libf2fs_format.so.1.0.0 libtool: install: (cd /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so.1 || { rm -f libf2fs_format.so.1 && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so.1; }; }) libtool: install: (cd /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libf2fs_format.so.1.0.0 libf2fs_format.so || { rm -f libf2fs_format.so && ln -s libf2fs_format.so.1.0.0 libf2fs_format.so; }; }) libtool: install: install -p .libs/libf2fs_format.lai /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/lib64/libf2fs_format.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' /bin/sh ../libtool --mode=install install -p mkfs.f2fs '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' libtool: warning: '../lib/libf2fs.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/mkfs.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin/mkfs.f2fs make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/mkfs' Making install in fsck make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' /bin/sh ../libtool --mode=install install -p fsck.f2fs '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' libtool: warning: '../lib/libf2fs.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/fsck.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin/fsck.f2fs make install-data-hook make[3]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' ln -sf fsck.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/sbin/dump.f2fs ln -sf fsck.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/sbin/defrag.f2fs ln -sf fsck.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/sbin/resize.f2fs ln -sf fsck.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/sbin/sload.f2fs make[3]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/fsck' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' /bin/sh ../libtool --mode=install install -p f2fstat fibmap.f2fs parse.f2fs '/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin' libtool: install: install -p f2fstat /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin/f2fstat libtool: install: install -p fibmap.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin/fibmap.f2fs libtool: install: install -p parse.f2fs /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/sbin/parse.f2fs make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0/tools' make[1]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0' make[2]: Entering directory '/builddir/build/BUILD/f2fs-tools-1.8.0' 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/f2fs-tools-1.8.0' make[1]: Leaving directory '/builddir/build/BUILD/f2fs-tools-1.8.0' + mkdir -m 755 -p /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/include + install -m 644 include/f2fs_fs.h /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/include + install -m 644 mkfs/f2fs_format_utils.h /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/include + rm -f /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/lib64/libf2fs.la /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64//usr/lib64/libf2fs_format.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: f2fs-tools-1.8.0-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UZ8cUG + umask 022 + cd /builddir/build/BUILD + cd f2fs-tools-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/doc/f2fs-tools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/doc/f2fs-tools + cp -pr COPYING /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/doc/f2fs-tools + cp -pr AUTHORS /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/doc/f2fs-tools + cp -pr ChangeLog /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64/usr/share/doc/f2fs-tools + exit 0 Provides: f2fs-tools = 1.8.0-1.fc28 f2fs-tools(riscv-64) = 1.8.0-1.fc28 libf2fs.so.2()(64bit) libf2fs_format.so.1()(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) libf2fs.so.2()(64bit) libselinux.so.1()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) rtld(GNU_HASH) Processing files: f2fs-tools-devel-1.8.0-1.fc28.riscv64 Provides: f2fs-tools-devel = 1.8.0-1.fc28 f2fs-tools-devel(riscv-64) = 1.8.0-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libf2fs.so.2()(64bit) libf2fs_format.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/f2fs-tools-1.8.0-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/f2fs-tools-1.8.0-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/f2fs-tools-devel-1.8.0-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qWra2s + umask 022 + cd /builddir/build/BUILD + cd f2fs-tools-1.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/f2fs-tools-1.8.0-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff