Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/neard.spec'], chrootPath='/var/lib/mock/f33-build-377148-61768/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/neard.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1606953600 Wrote: /builddir/build/SRPMS/neard-0.16-10.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/neard.spec'], chrootPath='/var/lib/mock/f33-build-377148-61768/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/neard.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1606953600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3ruvzU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf neard-0.16 + /usr/bin/xz -dc /builddir/build/SOURCES/neard-0.16.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd neard-0.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sxeEDW + umask 022 + cd /builddir/build/BUILD + cd neard-0.16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2016-07-04 16:12:35.000000000 -0400 +++ ./configure 2020-12-24 12:17:04.899550804 -0500 @@ -1844,7 +1844,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2020-12-24 12:17:04.899550804 -0500 +++ ./configure 2020-12-24 12:17:05.909550654 -0500 @@ -13526,7 +13526,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -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="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-tools 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 whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no 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 riscv64-redhat-linux-gnu-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 whether gcc accepts -fPIE... yes 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 grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 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 systemd system unit dir... /usr/lib/systemd/system checking systemd user unit dir... /usr/lib/systemd/user checking for dlopen in -ldl... yes checking for GLIB... yes checking for DBUS... yes checking for LIBNL3... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/version.h config.status: creating neard.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 V=1 ./src/genbuiltin nfctype1 nfctype2 nfctype3 nfctype4 nfctype5 p2p > src/builtin.h make --no-print-directory all-am /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near ln -s /builddir/build/BUILD/neard-0.16/include/types.h include/near/types.h ln -s /builddir/build/BUILD/neard-0.16/include/log.h include/near/log.h /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near ln -s /builddir/build/BUILD/neard-0.16/include/plugin.h include/near/plugin.h ln -s /builddir/build/BUILD/neard-0.16/include/tag.h include/near/tag.h ln -s /builddir/build/BUILD/neard-0.16/include/adapter.h include/near/adapter.h ln -s /builddir/build/BUILD/neard-0.16/include/ndef.h include/near/ndef.h /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near ln -s /builddir/build/BUILD/neard-0.16/include/tlv.h include/near/tlv.h ln -s /builddir/build/BUILD/neard-0.16/include/setting.h include/near/setting.h ln -s /builddir/build/BUILD/neard-0.16/include/device.h include/near/device.h ln -s /builddir/build/BUILD/neard-0.16/include/nfc_copy.h include/near/nfc_copy.h /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near /usr/bin/mkdir -p include/near ln -s /builddir/build/BUILD/neard-0.16/include/snep.h include/near/snep.h ln -s /builddir/build/BUILD/neard-0.16/include/version.h include/near/version.h ln -s /builddir/build/BUILD/neard-0.16/include/dbus.h include/near/dbus.h gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/snep-send.o tools/snep-send.c /usr/bin/mkdir -p src/ && /usr/bin/sed -e 's,@pkglibexecdir\@,/usr/libexec/nfc,g' < src/neard.service.in > src/neard.service gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-main.o `test -f 'tools/nfctool/main.c' || echo './'`tools/nfctool/main.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-adapter.o `test -f 'tools/nfctool/adapter.c' || echo './'`tools/nfctool/adapter.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-netlink.o `test -f 'tools/nfctool/netlink.c' || echo './'`tools/nfctool/netlink.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-sniffer.o `test -f 'tools/nfctool/sniffer.c' || echo './'`tools/nfctool/sniffer.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-llcp-decode.o `test -f 'tools/nfctool/llcp-decode.c' || echo './'`tools/nfctool/llcp-decode.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-snep-decode.o `test -f 'tools/nfctool/snep-decode.c' || echo './'`tools/nfctool/snep-decode.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-ndef-decode.o `test -f 'tools/nfctool/ndef-decode.c' || echo './'`tools/nfctool/ndef-decode.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nfctool/tools_nfctool_nfctool-display.o `test -f 'tools/nfctool/display.c' || echo './'`tools/nfctool/display.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tools/nciattach.o tools/nciattach.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/mainloop.o gdbus/mainloop.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/watch.o gdbus/watch.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/object.o gdbus/object.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/client.o gdbus/client.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/polkit.o gdbus/polkit.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/log.o src/log.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/dbus.o src/dbus.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/bluetooth.o src/bluetooth.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/ndef.o src/ndef.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/error.o src/error.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/agent.o src/agent.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/src_neard-mainloop.o `test -f 'gdbus/mainloop.c' || echo './'`gdbus/mainloop.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/src_neard-watch.o `test -f 'gdbus/watch.c' || echo './'`gdbus/watch.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/src_neard-object.o `test -f 'gdbus/object.c' || echo './'`gdbus/object.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/src_neard-client.o `test -f 'gdbus/client.c' || echo './'`gdbus/client.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gdbus/src_neard-polkit.o `test -f 'gdbus/polkit.c' || echo './'`gdbus/polkit.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-nfctype1.o `test -f 'plugins/nfctype1.c' || echo './'`plugins/nfctype1.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-nfctype2.o `test -f 'plugins/nfctype2.c' || echo './'`plugins/nfctype2.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-mifare.o `test -f 'plugins/mifare.c' || echo './'`plugins/mifare.c plugins/nfctype2.c: In function 'meta_recv': plugins/nfctype2.c:68:38: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 68 | #define TAG_DATA_LENGTH(cc) ((cc)[2] * 8) | ~~~~~~~~~^~~~ plugins/nfctype2.c:245:11: note: in expansion of macro 'TAG_DATA_LENGTH' 245 | NULL, (TAG_DATA_LENGTH(cc) ? TAG_DATA_LENGTH(cc) : | ^~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-nfctype3.o `test -f 'plugins/nfctype3.c' || echo './'`plugins/nfctype3.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-nfctype4.o `test -f 'plugins/nfctype4.c' || echo './'`plugins/nfctype4.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-nfctype5.o `test -f 'plugins/nfctype5.c' || echo './'`plugins/nfctype5.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-p2p.o `test -f 'plugins/p2p.c' || echo './'`plugins/p2p.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-npp.o `test -f 'plugins/npp.c' || echo './'`plugins/npp.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-snep.o `test -f 'plugins/snep.c' || echo './'`plugins/snep.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-snep-validation.o `test -f 'plugins/snep-validation.c' || echo './'`plugins/snep-validation.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-llcp-validation.o `test -f 'plugins/llcp-validation.c' || echo './'`plugins/llcp-validation.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-handover.o `test -f 'plugins/handover.c' || echo './'`plugins/handover.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o plugins/src_neard-phdc.o `test -f 'plugins/phdc.c' || echo './'`plugins/phdc.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-main.o `test -f 'src/main.c' || echo './'`src/main.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-error.o `test -f 'src/error.c' || echo './'`src/error.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-log.o `test -f 'src/log.c' || echo './'`src/log.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-dbus.o `test -f 'src/dbus.c' || echo './'`src/dbus.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-manager.o `test -f 'src/manager.c' || echo './'`src/manager.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-adapter.o `test -f 'src/adapter.c' || echo './'`src/adapter.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-device.o `test -f 'src/device.c' || echo './'`src/device.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-tag.o `test -f 'src/tag.c' || echo './'`src/tag.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-plugin.o `test -f 'src/plugin.c' || echo './'`src/plugin.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-netlink.o `test -f 'src/netlink.c' || echo './'`src/netlink.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-ndef.o `test -f 'src/ndef.c' || echo './'`src/ndef.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-tlv.o `test -f 'src/tlv.c' || echo './'`src/tlv.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-bluetooth.o `test -f 'src/bluetooth.c' || echo './'`src/bluetooth.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-agent.o `test -f 'src/agent.c' || echo './'`src/agent.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/src_neard-snep.o `test -f 'src/snep.c' || echo './'`src/snep.c /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/nfctool/nfctool tools/nfctool/tools_nfctool_nfctool-main.o tools/nfctool/tools_nfctool_nfctool-adapter.o tools/nfctool/tools_nfctool_nfctool-netlink.o tools/nfctool/tools_nfctool_nfctool-sniffer.o tools/nfctool/tools_nfctool_nfctool-llcp-decode.o tools/nfctool/tools_nfctool_nfctool-snep-decode.o tools/nfctool/tools_nfctool_nfctool-ndef-decode.o tools/nfctool/tools_nfctool_nfctool-display.o -lglib-2.0 -lnl-genl-3 -lnl-3 /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/nciattach tools/nciattach.o /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/snep-send gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/bluetooth.o src/ndef.o tools/snep-send.o src/error.o src/agent.o -lglib-2.0 -ldbus-1 libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/nfctool/nfctool tools/nfctool/tools_nfctool_nfctool-main.o tools/nfctool/tools_nfctool_nfctool-adapter.o tools/nfctool/tools_nfctool_nfctool-netlink.o tools/nfctool/tools_nfctool_nfctool-sniffer.o tools/nfctool/tools_nfctool_nfctool-llcp-decode.o tools/nfctool/tools_nfctool_nfctool-snep-decode.o tools/nfctool/tools_nfctool_nfctool-ndef-decode.o tools/nfctool/tools_nfctool_nfctool-display.o -lglib-2.0 -lnl-genl-3 -lnl-3 libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/nciattach tools/nciattach.o libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tools/snep-send gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/bluetooth.o src/ndef.o tools/snep-send.o src/error.o src/agent.o -lglib-2.0 -ldbus-1 /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,--export-dynamic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o src/neard gdbus/src_neard-mainloop.o gdbus/src_neard-watch.o gdbus/src_neard-object.o gdbus/src_neard-client.o gdbus/src_neard-polkit.o plugins/src_neard-nfctype1.o plugins/src_neard-nfctype2.o plugins/src_neard-mifare.o plugins/src_neard-nfctype3.o plugins/src_neard-nfctype4.o plugins/src_neard-nfctype5.o plugins/src_neard-p2p.o plugins/src_neard-npp.o plugins/src_neard-snep.o plugins/src_neard-snep-validation.o plugins/src_neard-llcp-validation.o plugins/src_neard-handover.o plugins/src_neard-phdc.o src/src_neard-main.o src/src_neard-error.o src/src_neard-log.o src/src_neard-dbus.o src/src_neard-manager.o src/src_neard-adapter.o src/src_neard-device.o src/src_neard-tag.o src/src_neard-plugin.o src/src_neard-netlink.o src/src_neard-ndef.o src/src_neard-tlv.o src/src_neard-bluetooth.o src/src_neard-agent.o src/src_neard-snep.o -lglib-2.0 -ldbus-1 -lnl-genl-3 -lnl-3 -ldl libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,--export-dynamic -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o src/neard gdbus/src_neard-mainloop.o gdbus/src_neard-watch.o gdbus/src_neard-object.o gdbus/src_neard-client.o gdbus/src_neard-polkit.o plugins/src_neard-nfctype1.o plugins/src_neard-nfctype2.o plugins/src_neard-mifare.o plugins/src_neard-nfctype3.o plugins/src_neard-nfctype4.o plugins/src_neard-nfctype5.o plugins/src_neard-p2p.o plugins/src_neard-npp.o plugins/src_neard-snep.o plugins/src_neard-snep-validation.o plugins/src_neard-llcp-validation.o plugins/src_neard-handover.o plugins/src_neard-phdc.o src/src_neard-main.o src/src_neard-error.o src/src_neard-log.o src/src_neard-dbus.o src/src_neard-manager.o src/src_neard-adapter.o src/src_neard-device.o src/src_neard-tag.o src/src_neard-plugin.o src/src_neard-netlink.o src/src_neard-ndef.o src/src_neard-tlv.o src/src_neard-bluetooth.o src/src_neard-agent.o src/src_neard-snep.o -lglib-2.0 -ldbus-1 -lnl-genl-3 -lnl-3 -ldl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.feuhrV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 + cd neard-0.16 + make install DESTDIR=/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 'INSTALL=install -p' make --no-print-directory install-am /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin' /bin/sh ./libtool --mode=install install -p tools/nfctool/nfctool tools/nciattach '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin' libtool: install: install -p tools/nfctool/nfctool /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nfctool libtool: install: install -p tools/nciattach /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nciattach /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/libexec/nfc' /bin/sh ./libtool --mode=install install -p src/neard '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/libexec/nfc' libtool: install: install -p src/neard /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/libexec/nfc/neard /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/etc/dbus-1/system.d/' install -p -m 644 src/org.neard.conf '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/etc/dbus-1/system.d/' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man1' install -p -m 644 doc/nfctool.1 '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man5' install -p -m 644 doc/neard.conf.5 '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man5' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man8' install -p -m 644 doc/neard.8 '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/man/man8' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/include' install -p -m 644 include/version.h '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/lib64/pkgconfig' install -p -m 644 neard.pc '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/include/near' install -p -m 644 include/types.h include/log.h include/plugin.h include/tag.h include/adapter.h include/ndef.h include/tlv.h include/setting.h include/device.h include/nfc_copy.h include/snep.h '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/include/near' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/lib/systemd/system' install -p -m 644 src/neard.service '/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/lib/systemd/system' + rm -f /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/include/version.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.16-10.fc33 --unique-debug-suffix -0.16-10.fc33.riscv64 --unique-debug-src-base neard-0.16-10.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/neard-0.16 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nfctool explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nciattach explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/libexec/nfc/neard extracting debug info from /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nciattach extracting debug info from /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/bin/nfctool extracting debug info from /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/libexec/nfc/neard original debug info size: 3900kB, size after compression: 3800kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1480 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UdtgtX + umask 022 + cd /builddir/build/BUILD + cd neard-0.16 + make check -j4 V=1 make --no-print-directory check-am make --no-print-directory unit/test-ndef-parse unit/test-ndef-build unit/test-snep-read gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o src/snep.o src/snep.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unit/test-ndef-parse.o unit/test-ndef-parse.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unit/test-ndef-build.o unit/test-ndef-build.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unit/test-snep-read.o unit/test-snep-read.c gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -DNEAR_PLUGIN_BUILTIN -DPLUGINDIR=\""/usr/lib64/neard/plugins"\" -DCONFIGDIR=\""/etc/neard\"" -I./include -I./src -I./gdbus -I./src -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o unit/test-utils.o unit/test-utils.c /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-ndef-parse gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o unit/test-ndef-parse.o -lglib-2.0 -ldbus-1 libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-ndef-parse gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o unit/test-ndef-parse.o -lglib-2.0 -ldbus-1 /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-ndef-build gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o unit/test-ndef-build.o -lglib-2.0 -ldbus-1 /bin/sh ./libtool --tag=CC --mode=link gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-snep-read gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o src/snep.o unit/test-snep-read.o unit/test-utils.o -lglib-2.0 -ldbus-1 libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-ndef-build gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o unit/test-ndef-build.o -lglib-2.0 -ldbus-1 libtool: link: gcc -I./include -I./src -I./gdbus -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o unit/test-snep-read gdbus/mainloop.o gdbus/watch.o gdbus/object.o gdbus/client.o gdbus/polkit.o src/log.o src/dbus.o src/error.o src/agent.o src/bluetooth.o src/ndef.o src/snep.o unit/test-snep-read.o unit/test-utils.o -lglib-2.0 -ldbus-1 make --no-print-directory check-TESTS PASS: unit/test-ndef-build PASS: unit/test-snep-read PASS: unit/test-ndef-parse make --no-print-directory all-am ============================================================================ Testsuite summary for neard 0.16 ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ + RPM_EC=0 ++ jobs -p + exit 0 Processing files: neard-0.16-10.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oDxWPW + umask 022 + cd /builddir/build/BUILD + cd neard-0.16 + LICENSEDIR=/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/licenses/neard + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/licenses/neard + cp -pr COPYING /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/licenses/neard + RPM_EC=0 ++ jobs -p + exit 0 Provides: neard = 0.16-10.fc33 neard(riscv-64) = 0.16-10.fc33 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) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libglib-2.0.so.0()(64bit) libnl-3.so.200()(64bit) libnl-3.so.200(libnl_3)(64bit) libnl-genl-3.so.200()(64bit) libnl-genl-3.so.200(libnl_3)(64bit) rtld(GNU_HASH) Processing files: neard-tools-0.16-10.fc33.riscv64 Provides: neard-tools = 0.16-10.fc33 neard-tools(riscv-64) = 0.16-10.fc33 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) libglib-2.0.so.0()(64bit) libnl-3.so.200()(64bit) libnl-3.so.200(libnl_3)(64bit) libnl-genl-3.so.200()(64bit) libnl-genl-3.so.200(libnl_3)(64bit) rtld(GNU_HASH) Processing files: neard-devel-0.16-10.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8rB3BT + umask 022 + cd /builddir/build/BUILD + cd neard-0.16 + DOCDIR=/builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/doc/neard-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/doc/neard-devel + cp -pr doc/adapter-api.txt doc/agent-api.txt doc/device-api.txt doc/phdc-api.txt doc/se-manager-api.txt doc/secureelement-api.txt doc/tag-api.txt /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64/usr/share/doc/neard-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: neard-devel = 0.16-10.fc33 neard-devel(riscv-64) = 0.16-10.fc33 pkgconfig(neard) = 0.16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config pkgconfig(dbus-1) >= 1.2 pkgconfig(glib-2.0) >= 2.28 pkgconfig(libnl-3.0) pkgconfig(libnl-genl-3.0) Processing files: neard-debugsource-0.16-10.fc33.riscv64 Provides: neard-debugsource = 0.16-10.fc33 neard-debugsource(riscv-64) = 0.16-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: neard-debuginfo-0.16-10.fc33.riscv64 Provides: debuginfo(build-id) = 1f32fbf265dba44fd8587cb945c66bbd5f20cb88 neard-debuginfo = 0.16-10.fc33 neard-debuginfo(riscv-64) = 0.16-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: neard-debugsource(riscv-64) = 0.16-10.fc33 Processing files: neard-tools-debuginfo-0.16-10.fc33.riscv64 Provides: debuginfo(build-id) = 59e059abdf3833357fb884aec3bec5bff7867639 debuginfo(build-id) = 97c4b3596dd61bffc6580b4bdb8b724e06937c66 neard-tools-debuginfo = 0.16-10.fc33 neard-tools-debuginfo(riscv-64) = 0.16-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: neard-debugsource(riscv-64) = 0.16-10.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 Wrote: /builddir/build/RPMS/neard-tools-debuginfo-0.16-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/neard-0.16-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/neard-tools-0.16-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/neard-devel-0.16-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/neard-debugsource-0.16-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/neard-debuginfo-0.16-10.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.56M6eV + umask 022 + cd /builddir/build/BUILD + cd neard-0.16 + /usr/bin/rm -rf /builddir/build/BUILDROOT/neard-0.16-10.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0