+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/horst.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.oF4nah + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf horst-3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/horst-3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd horst-3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dFXpqe + umask 022 + cd /builddir/build/BUILD + cd horst-3.0 + make -j4 '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 ' make clean cc -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 cc -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 capture.o capture.c cc -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 protocol_parser.o protocol_parser.c make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/horst-3.0' rm -f *.o *~ rm -f horst rm -f .build_* make[1]: Leaving directory '/builddir/build/BUILD/horst-3.0' touch .build_debug0pcap0 cc -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 network.o network.c In file included from protocol_parser.c:35:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from protocol_parser.c:35:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from protocol_parser.c:35:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from protocol_parser.c:35:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from protocol_parser.c:35:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from protocol_parser.c:35:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from protocol_parser.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from main.c:31:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from main.c:31:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from main.c:31:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from main.c:31:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from main.c:31:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from main.c:31:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from main.c:21: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from capture.c:32:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from capture.c:32:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from capture.c:32:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from capture.c:32:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from capture.c:32:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from capture.c:32:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from capture.c:24: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from network.c:31:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from network.c:31:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from network.c:31:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from network.c:31:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from network.c:31:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from network.c:31:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from network.c:21: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 wext.o wext.c cc -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 In file included from wext.c:28:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from wext.c:28:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from wext.c:28:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from wext.c:28:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from wext.c:28:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from wext.c:28:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/bits/socket.h:29, from /usr/include/sys/socket.h:33, from wext.c:24: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 essid.o essid.c cc -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 channel.o channel.c cc -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 util.o util.c In file included from node.c:25:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from node.c:25:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from node.c:25:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from node.c:25:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from node.c:25:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from node.c:25:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from node.c:20: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from util.c:23:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from util.c:23:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from util.c:23:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from util.c:23:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from util.c:23:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from util.c:23:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from util.h:24:0, from util.c:23: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from essid.c:24:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from essid.c:24:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from essid.c:24:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from essid.c:24:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from essid.c:24:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from essid.c:24:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from essid.c:20: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from channel.c:23:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from channel.c:23:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from channel.c:23:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from channel.c:23:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from channel.c:23:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from channel.c:23:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from channel.c:20: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 ieee80211_util.o ieee80211_util.c cc -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 listsort.o listsort.c cc -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 average.o average.c cc -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 display.o display.c cc -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 display-main.o display-main.c In file included from average.c:10:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from average.c:10:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from average.c:10:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from average.c:10:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from average.c:10:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from average.c:10:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from util.h:24:0, from average.c:10: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 display-filter.o display-filter.c In file included from ieee80211_util.c:24:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from ieee80211_util.c:24:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from ieee80211_util.c:24:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from ieee80211_util.c:24:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from ieee80211_util.c:24:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from ieee80211_util.c:24:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from ieee80211.h:20, from ieee80211_util.c:20: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 display-help.o display-help.c In file included from display-main.c:27:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-main.c:27:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-main.c:27:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-main.c:27:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-main.c:27:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-main.c:27:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-main.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from display-filter.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-filter.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-filter.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-filter.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-filter.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-filter.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-filter.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from display-help.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-help.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-help.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-help.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-help.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-help.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-help.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 display-statistics.o display-statistics.c cc -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 display-essid.o display-essid.c In file included from display-statistics.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-statistics.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-statistics.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-statistics.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-statistics.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-statistics.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-statistics.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from display-essid.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-essid.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-essid.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-essid.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-essid.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-essid.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-essid.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -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 display-history.o display-history.c cc -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 display-spectrum.o display-spectrum.c cc -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 display-channel.o display-channel.c In file included from display-history.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-history.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-history.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-history.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-history.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-history.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-history.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) In file included from display-spectrum.c:26:0: util.h:34:0: warning: "le64toh" redefined #define le64toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:77:0: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) In file included from display-spectrum.c:26:0: util.h:35:0: warning: "le32toh" redefined #define le32toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:72:0: note: this is the location of the previous definition # define le32toh(x) __uint32_identity (x) In file included from display-spectrum.c:26:0: util.h:36:0: warning: "le16toh" redefined #define le16toh(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:67:0: note: this is the location of the previous definition # define le16toh(x) __uint16_identity (x) In file included from display-spectrum.c:26:0: util.h:37:0: warning: "htole64" redefined #define htole64(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) In file included from display-spectrum.c:26:0: util.h:38:0: warning: "htole32" redefined #define htole32(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define htole32(x) __uint32_identity (x) In file included from display-spectrum.c:26:0: util.h:39:0: warning: "htole16" redefined #define htole16(x) (x) In file included from /usr/include/sys/types.h:193:0, from /usr/include/stdlib.h:394, from display-spectrum.c:22: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define htole16(x) __uint16_identity (x) cc -o horst main.o capture.o protocol_parser.o network.o wext.o node.o essid.o channel.o util.o ieee80211_util.o listsort.o average.o display.o display-main.o display-filter.o display-help.o display-statistics.o display-essid.o display-history.o display-spectrum.o display-channel.o -lncurses -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ds86JR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64 + cd horst-3.0 + install -Dp -m 0755 horst /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/bin/horst + /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: horst-3.0-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5VH9je + umask 022 + cd /builddir/build/BUILD + cd horst-3.0 + DOCDIR=/builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + cp -pr ChangeLog /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + cp -pr LICENSE /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + cp -pr README /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + cp -pr TODO /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64/usr/share/doc/horst + exit 0 Provides: horst = 3.0-6.fc28 horst(riscv-64) = 3.0-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/horst-3.0-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/horst-3.0-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/horst-3.0-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1qPSPv + umask 022 + cd /builddir/build/BUILD + cd horst-3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/horst-3.0-6.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