>>> hostapd 2.10 Extracting gzip -d -c /home/autobuild/autobuild/instance-10/dl/hostapd/hostapd-2.10.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10 -xf - >>> hostapd 2.10 Patching >>> hostapd 2.10 Configuring cp /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd/defconfig /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd/.config sed -i -e 's/^#\(CONFIG_INTERNAL_LIBTOMMATH\)/\1/' -e 's/^#\(CONFIG_DEBUG_FILE\)/\1/' -e 's/^#\(CONFIG_DEBUG_SYSLOG\)/\1/' -e 's/^#\(CONFIG_HS20\)/\1/' -e 's/^#\(CONFIG_IEEE80211AC\)/\1/' -e 's/^#\(CONFIG_IEEE80211N\)/\1/' -e 's/^#\(CONFIG_IEEE80211R\)/\1/' -e 's/^#\(CONFIG_INTERWORKING\)/\1/' -e 's/^#\(CONFIG_ACS\)/\1/' -e 's/^#\(CONFIG_NO_ACCOUNTING\)/\1/' -e 's/^#\(CONFIG_NO_RADIUS\)/\1/' -e 's/^#\(CONFIG_NO_VLAN\)/\1/' -e 's/^#\(CONFIG_LIBNL32\)/\1/' -e 's/^\(CONFIG_DRIVER_HOSTAP\)/#\1/' -e 's/^\(CONFIG_EAP\)/#\1/' -e 's/^\(CONFIG_DPP\)/#\1/' -e 's/^\(CONFIG_SAE\)/#\1/' -e 's/^\(CONFIG_SAE_PK\)/#\1/' -e 's/^\(CONFIG_OWE\)/#\1/' -e 's/#\(CONFIG_TLS=openssl\)/\1/' /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd/.config # set requested configuration options not listed in hostapd defconfig for s in CONFIG_INTERNAL_LIBTOMMATH CONFIG_DEBUG_FILE CONFIG_DEBUG_SYSLOG CONFIG_HS20 CONFIG_IEEE80211AC CONFIG_IEEE80211N CONFIG_IEEE80211R CONFIG_INTERWORKING CONFIG_ACS CONFIG_NO_ACCOUNTING CONFIG_NO_RADIUS CONFIG_NO_VLAN CONFIG_LIBNL32 ; do if ! grep -q "^${s}" /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd/.config; then echo "${s}=y" >> /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd/.config ; fi done >>> hostapd 2.10 Building PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -I/home/autobuild/autobuild/instance-10/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/libnl3/" LDFLAGS=" -static" LIBS="`/home/autobuild/autobuild/instance-10/output-1/host/bin/pkg-config --libs openssl` -lnl-3 -lm -lpthread" /usr/bin/make -j1 CC="/home/autobuild/autobuild/instance-10/output-1/host/bin/i686-buildroot-linux-uclibc-gcc" -C /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd make[1]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd' CC main.c CC config_file.c CC ../src/ap/hostapd.c CC ../src/ap/wpa_auth_glue.c CC ../src/ap/drv_callbacks.c CC ../src/ap/ap_drv_ops.c CC ../src/ap/utils.c CC ../src/ap/authsrv.c CC ../src/ap/ieee802_1x.c CC ../src/ap/ap_config.c CC ../src/ap/eap_user_db.c CC ../src/ap/ieee802_11_auth.c CC ../src/ap/sta_info.c CC ../src/ap/wpa_auth.c CC ../src/ap/tkip_countermeasures.c CC ../src/ap/ap_mlme.c CC ../src/ap/wpa_auth_ie.c CC ../src/ap/preauth_auth.c CC ../src/ap/pmksa_cache_auth.c CC ../src/ap/ieee802_11_shared.c CC ../src/ap/beacon.c CC ../src/ap/bss_load.c CC ../src/ap/neighbor_db.c CC ../src/ap/rrm.c CC ../src/drivers/drivers.c CC ../src/utils/eloop.c CC ../src/utils/common.c CC ../src/utils/wpa_debug.c CC ../src/utils/wpabuf.c CC ../src/utils/os_unix.c CC ../src/utils/ip_addr.c CC ../src/utils/crc32.c CC ../src/common/ieee802_11_common.c CC ../src/common/wpa_common.c CC ../src/common/hw_features_common.c CC ../src/eapol_auth/eapol_auth_sm.c CC ../src/eapol_auth/eapol_auth_dump.c CC ../src/common/ctrl_iface_common.c CC ctrl_iface.c CC ../src/ap/ctrl_iface_ap.c CC ../src/ap/wpa_auth_ft.c CC ../src/ap/eth_p_oui.c CC ../src/drivers/driver_nl80211.c CC ../src/drivers/driver_nl80211_capa.c CC ../src/drivers/driver_nl80211_event.c CC ../src/drivers/driver_nl80211_monitor.c CC ../src/drivers/driver_nl80211_scan.c CC ../src/drivers/netlink.c CC ../src/drivers/rfkill.c CC ../src/utils/radiotap.c CC ../src/drivers/linux_ioctl.c CC ../src/l2_packet/l2_packet_linux.c CC eap_register.c CC ../src/eap_server/eap_server.c CC ../src/eap_common/eap_common.c CC ../src/eap_server/eap_server_methods.c CC ../src/eap_server/eap_server_identity.c CC ../src/crypto/crypto_openssl.c CC ../src/crypto/tls_none.c CC ../src/crypto/aes-siv.c CC ../src/crypto/aes-ctr.c CC ../src/crypto/aes-omac1.c CC ../src/crypto/sha1-prf.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-tlsprf.c CC ../src/crypto/sha256-kdf.c CC ../src/crypto/random.c CC ../src/ap/wmm.c CC ../src/ap/ap_list.c CC ../src/ap/ieee802_11.c CC ../src/ap/hw_features.c CC ../src/ap/dfs.c CC ../src/ap/ieee802_11_ht.c CC ../src/ap/ieee802_11_vht.c CC ../src/ap/hs20.c CC ../src/common/gas.c CC ../src/ap/gas_serv.c CC ../src/ap/x_snoop.c CC ../src/ap/dhcp_snoop.c CC ../src/ap/ndisc_snoop.c CC ../src/drivers/driver_common.c CC ../src/ap/acs.c /home/autobuild/autobuild/instance-10/output-1/host/lib/gcc/i686-buildroot-linux-uclibc/11.3.0/../../../../i686-buildroot-linux-uclibc/bin/ld: /home/autobuild/autobuild/instance-10/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/lib/libz.a(crc32.c.o): in function `crc32': crc32.c:(.text+0x1b0): multiple definition of `crc32'; /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/build/hostapd/src/utils/crc32.o:crc32.c:(.text+0x0): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1284: hostapd] Error 1 make[1]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/hostapd' make: *** [package/pkg-generic.mk:293: /home/autobuild/autobuild/instance-10/output-1/build/hostapd-2.10/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'