+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/nftables.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 warning: Macro expanded in comment on line 5: %{?dist} Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iHcggg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nftables-0.7 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/nftables-0.7.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nftables-0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZN1MoF + umask 022 + cd /builddir/build/BUILD + cd nftables-0.7 + 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.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' + 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' + '[' 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-silent-rules checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu 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 whether make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking for docbook2x-man... no checking for docbook2man... no checking for db2x_docbook2man... db2x_docbook2man 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 LIBMNL... yes checking for LIBNFTNL... yes checking for __gmpz_init in -lgmp... yes checking for readline in -lreadline... 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 whether to enable assertions... 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/ip.h usability... yes checking netinet/ip.h presence... yes checking for netinet/ip.h... yes checking netinet/ip6.h usability... yes checking netinet/ip6.h presence... yes checking for netinet/ip6.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/udp.h usability... yes checking netinet/udp.h presence... yes checking for netinet/udp.h... yes checking netinet/ip_icmp.h usability... yes checking netinet/ip_icmp.h presence... yes checking for netinet/ip_icmp.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for memmove... yes checking for memset... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strtoull... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/linux/Makefile config.status: creating include/linux/netfilter/Makefile config.status: creating include/linux/netfilter_arp/Makefile config.status: creating include/linux/netfilter_bridge/Makefile config.status: creating include/linux/netfilter_ipv4/Makefile config.status: creating include/linux/netfilter_ipv6/Makefile config.status: creating doc/Makefile config.status: creating files/Makefile config.status: creating files/nftables/Makefile config.status: creating config.h config.status: executing depfiles commands nft configuration: cli support: yes enable debugging: yes use mini-gmp: no enable pdf documentation: no libxtables support: no + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7' Making all in src make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/src' make all-am make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/src' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 rule.o rule.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 statement.o statement.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 datatype.o datatype.c datatype.c: In function 'ipaddr_type_parse': datatype.c:451:11: warning: cast increases required alignment of target type [-Wcast-align] addr = &((struct sockaddr_in *)ai->ai_addr)->sin_addr; ^ datatype.c: In function 'ip6addr_type_parse': datatype.c:509:11: warning: cast increases required alignment of target type [-Wcast-align] addr = &((struct sockaddr_in6 *)ai->ai_addr)->sin6_addr; ^ datatype.c: In function 'inet_service_type_parse': datatype.c:613:11: warning: cast increases required alignment of target type [-Wcast-align] port = ((struct sockaddr_in *)ai->ai_addr)->sin_port; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 expression.o expression.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 evaluate.o evaluate.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 proto.o proto.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 payload.o payload.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 exthdr.o exthdr.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 fib.o fib.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 hash.o hash.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 meta.o meta.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 rt.o rt.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 numgen.o numgen.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 ct.o ct.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 netlink.o netlink.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 netlink_linearize.o netlink_linearize.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 netlink_delinearize.o netlink_delinearize.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 segtree.o segtree.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 rbtree.o rbtree.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 gmputil.o gmputil.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 utils.o utils.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 erec.o erec.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 mnl.o mnl.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 iface.o iface.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 services.o services.c mnl.c: In function 'mnl_batch_talk': mnl.c:267:26: warning: cast increases required alignment of target type [-Wcast-align] struct nlmsghdr *nlh = (struct nlmsghdr *)rcv_buf; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -Wno-missing-prototypes -Wno-missing-declarations -Wno-implicit-function-declaration -Wno-nested-externs -Wno-undef -Wno-redundant-decls -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 scanner.o scanner.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -Wno-missing-prototypes -Wno-missing-declarations -Wno-implicit-function-declaration -Wno-nested-externs -Wno-undef -Wno-redundant-decls -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 parser_bison.o parser_bison.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDEFAULT_INCLUDE_PATH="\"/etc\"" -g -DDEBUG -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 cli.o cli.c gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wsign-compare -Winit-self -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -Wcast-align -Wundef -Wbad-function-cast -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 nft main.o rule.o statement.o datatype.o expression.o evaluate.o proto.o payload.o exthdr.o fib.o hash.o meta.o rt.o numgen.o ct.o netlink.o netlink_linearize.o netlink_delinearize.o segtree.o rbtree.o gmputil.o utils.o erec.o mnl.o iface.o services.o scanner.o parser_bison.o cli.o -lmnl -lnftnl -lreadline -lgmp make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/src' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/src' Making all in include make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/include' Making all in linux make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux' Making all in netfilter make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' Making all in netfilter_arp make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' Making all in netfilter_bridge make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' Making all in netfilter_ipv4 make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' Making all in netfilter_ipv6 make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/doc' db2x_docbook2man --xinclude nft.xml I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd nft.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> ^ nft.xml:3138: parser error : Entity 'copy' not defined Copyright © 2008-2014 Patrick McHardy kaber@trash.net ^ nft.xml:3139: parser error : Entity 'copy' not defined Copyright © 2013-2016 Pablo Neira Ayuso pablo@netfilter.org ^ make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/doc' Making all in files make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/files' Making all in nftables make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/files' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files' make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2R0vo4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 + cd nftables-0.7 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7/src' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/src' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/sbin' /usr/bin/install -p nft '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/src' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/src' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7/src' Making install in include make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7/include' Making install in linux make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux' Making install in netfilter make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter' Making install in netfilter_arp make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_arp' Making install in netfilter_bridge make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_bridge' Making install in netfilter_ipv4 make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv4' Making install in netfilter_ipv6 make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux/netfilter_ipv6' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include/linux' make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/include' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7/include' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7/doc' make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/man/man8' /usr/bin/install -p -m 644 nft.8 '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/man/man8' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/doc' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7/doc' Making install in files make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7/files' Making install in nftables make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/etc/nftables' /usr/bin/install -p -m 644 bridge-filter inet-filter ipv4-filter ipv4-mangle ipv4-nat ipv6-filter ipv6-mangle ipv6-nat '/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/etc/nftables' /usr/bin/make install-data-hook make[4]: Entering directory '/builddir/build/BUILD/nftables-0.7/files/nftables' /usr/bin/sed -i 's|@sbindir[@]|/usr/sbin/|g' /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/etc/nftables/* make[4]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files/nftables' make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7/files' make[3]: Entering directory '/builddir/build/BUILD/nftables-0.7/files' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files' make[2]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7/files' make[1]: Entering directory '/builddir/build/BUILD/nftables-0.7' make[2]: Entering directory '/builddir/build/BUILD/nftables-0.7' 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/nftables-0.7' make[1]: Leaving directory '/builddir/build/BUILD/nftables-0.7' + find /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 -name '*.la' -exec rm -f '{}' ';' + chmod 644 /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64//usr/share/man/man8/nft.8 + mkdir -p /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64//usr/lib/systemd/system + cp -a /builddir/build/SOURCES/nftables.service /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64//usr/lib/systemd/system/ + mkdir -p /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64//etc/sysconfig + cp -a /builddir/build/SOURCES/nftables.conf /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64//etc/sysconfig/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/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: nftables-0.7-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L6vKbM + umask 022 + cd /builddir/build/BUILD + cd nftables-0.7 + DOCDIR=/builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/doc/nftables + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/doc/nftables + cp -pr COPYING /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/doc/nftables + cp -pr TODO /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64/usr/share/doc/nftables + exit 0 Provides: config(nftables) = 1:0.7-5.fc28 nftables = 1:0.7-5.fc28 nftables(riscv-64) = 1:0.7-5.fc28 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libgmp.so.10()(64bit) libmnl.so.0()(64bit) libmnl.so.0(LIBMNL_1.0)(64bit) libnftnl.so.7()(64bit) libnftnl.so.7(LIBNFTNL_5)(64bit) libreadline.so.7()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nftables-0.7-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/nftables-0.7-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/nftables-0.7-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nEhxJ2 + umask 022 + cd /builddir/build/BUILD + cd nftables-0.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nftables-0.7-5.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