<86>Aug 17 09:49:11 userdel[2255539]: delete user 'rooter' <86>Aug 17 09:49:11 userdel[2255539]: removed group 'rooter' owned by 'rooter' <86>Aug 17 09:49:11 userdel[2255539]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 17 09:49:11 groupadd[2255582]: group added to /etc/group: name=rooter, GID=1811 <86>Aug 17 09:49:11 groupadd[2255582]: group added to /etc/gshadow: name=rooter <86>Aug 17 09:49:11 groupadd[2255582]: new group: name=rooter, GID=1811 <86>Aug 17 09:49:11 useradd[2255600]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Aug 17 09:49:11 userdel[2255641]: delete user 'builder' <86>Aug 17 09:49:11 userdel[2255641]: removed group 'builder' owned by 'builder' <86>Aug 17 09:49:11 userdel[2255641]: removed shadow group 'builder' owned by 'builder' <86>Aug 17 09:49:11 groupadd[2255664]: group added to /etc/group: name=builder, GID=1812 <86>Aug 17 09:49:11 groupadd[2255664]: group added to /etc/gshadow: name=builder <86>Aug 17 09:49:11 groupadd[2255664]: new group: name=builder, GID=1812 <86>Aug 17 09:49:11 useradd[2255680]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none <13>Aug 17 09:49:14 rpmi: libnl-common-3.10.0-alt1 sisyphus+353291.100.1.1 1721583263 installed <13>Aug 17 09:49:14 rpmi: libnl3-3.10.0-alt1 sisyphus+353291.100.1.1 1721583263 installed <13>Aug 17 09:49:15 rpmi: libp11-kit-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622586 installed <13>Aug 17 09:49:15 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed <13>Aug 17 09:49:15 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Aug 17 09:49:15 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Aug 17 09:49:15 rpmi: ca-certificates-2024.07.01-alt1 sisyphus+351897.100.1.1 1719826350 installed <13>Aug 17 09:49:15 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Aug 17 09:49:15 rpmi: p11-kit-trust-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622586 installed <13>Aug 17 09:49:15 rpmi: libcrypto3-3.1.6-alt1 sisyphus+350419.100.1.1 1717605920 installed <13>Aug 17 09:49:15 rpmi: libssl3-3.1.6-alt1 sisyphus+350419.100.1.1 1717605920 installed <13>Aug 17 09:49:15 rpmi: libssl-devel-3.1.6-alt1 sisyphus+350419.100.1.1 1717605920 installed <13>Aug 17 09:49:15 rpmi: libnl-devel-3.10.0-alt1 sisyphus+353291.100.1.1 1721583263 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/hostapd-2.11-alt1.nosrc.rpm (w1.gzdio) Installing hostapd-2.11-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hostapd-2.11 + /bin/mkdir -p hostapd-2.11 + cd hostapd-2.11 + echo 'Source #0 (hostapd-2.11-alt1.tar):' Source #0 (hostapd-2.11-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/hostapd-2.11-alt1.tar + echo 'Source #1 (src-2.11-alt1.tar):' Source #1 (src-2.11-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/src-2.11-alt1.tar + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hostapd-2.11 + cp hostapd/defconfig hostapd/.config + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + make -C hostapd make: Entering directory '/usr/src/RPM/BUILD/hostapd-2.11/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 ../src/ap/wpa_auth.c: In function 'wpa_auth_ml_group_kdes': ../src/ap/wpa_auth.c:4343:67: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 4343 | wpa_printf(MSG_DEBUG, "RSN: MLO Group KDE len = %ld", | ~~^ | | | long int | %d 4344 | pos - start); | ~~~~~~~~~~~ | | | int ../src/ap/wpa_auth.c:4386:67: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 4386 | wpa_printf(MSG_DEBUG, "RSN: MLO Group KDE len = %ld", | ~~^ | | | long int | %d 4387 | pos - start); | ~~~~~~~~~~~ | | | int ../src/ap/wpa_auth.c:4429:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 4429 | wpa_printf(MSG_DEBUG, "RSN: MLO Group KDE len = %ld", pos - start); | ~~^ ~~~~~~~~~~~ | | | | | int | long int | %d ../src/ap/wpa_auth.c: In function 'wpa_auth_ml_kdes': ../src/ap/wpa_auth.c:4540:58: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 4540 | wpa_printf(MSG_DEBUG, "RSN: MLO Link KDE len = %ld", pos - start); | ~~^ ~~~~~~~~~~~ | | | | | int | long int | %d 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/common/ptksa_cache.c CC ../src/drivers/drivers.c CC ../src/ap/taxonomy.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/radius/radius.c CC ../src/radius/radius_client.c CC ../src/radius/radius_das.c CC ../src/ap/accounting.c CC ../src/ap/vlan_init.c CC ../src/ap/vlan_ifconfig.c CC ../src/ap/vlan.c CC ../src/ap/vlan_full.c CC ../src/ap/vlan_util.c CC ../src/common/ctrl_iface_common.c CC ctrl_iface.c CC ../src/ap/ctrl_iface_ap.c CC ../src/common/ocv.c CC ../src/ap/wpa_auth_ft.c CC ../src/ap/eth_p_oui.c CC ../src/common/sae.c CC ../src/common/sae_pk.c CC ../src/ap/wnm_ap.c ../src/ap/ieee802_11_eht.c: In function 'hostapd_process_ml_assoc_req': ../src/ap/ieee802_11_eht.c:1211:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1211 | wpa_printf(MSG_DEBUG, "MLD: expected_common_info_len=%lu", | ~~^ | | | long unsigned int | %u 1212 | common_info_len); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} CC ../src/ap/ieee802_11_eht.c CC ../src/ap/ieee802_11_he.c CC ../src/ap/mbo_ap.c CC ../src/drivers/driver_hostap.c CC ../src/drivers/driver_wired.c CC ../src/drivers/driver_wired_common.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/driver_none.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 ../src/eap_server/eap_server_md5.c CC ../src/eap_server/eap_server_tls.c CC ../src/eap_server/eap_server_peap.c CC ../src/eap_common/eap_peap_common.c CC ../src/eap_server/eap_server_ttls.c CC ../src/eap_server/eap_server_mschapv2.c CC ../src/eap_server/eap_server_gtc.c CC ../src/eap_server/eap_server_sim.c CC ../src/eap_server/eap_server_aka.c CC ../src/eap_common/eap_sim_common.c CC ../src/eap_server/eap_sim_db.c CC ../src/eap_server/eap_server_psk.c CC ../src/eap_common/eap_psk_common.c CC ../src/eap_server/eap_server_sake.c CC ../src/eap_common/eap_sake_common.c CC ../src/eap_server/eap_server_gpsk.c CC ../src/eap_common/eap_gpsk_common.c CC ../src/eap_server/eap_server_pwd.c CC ../src/eap_common/eap_pwd_common.c CC ../src/eap_server/eap_server_fast.c CC ../src/eap_common/eap_fast_common.c CC ../src/utils/uuid.c CC ../src/ap/wps_hostapd.c CC ../src/eap_server/eap_server_wsc.c CC ../src/eap_common/eap_wsc_common.c CC ../src/wps/wps.c CC ../src/wps/wps_common.c CC ../src/wps/wps_attr_parse.c CC ../src/wps/wps_attr_build.c CC ../src/wps/wps_attr_process.c CC ../src/wps/wps_dev_attr.c CC ../src/wps/wps_enrollee.c CC ../src/wps/wps_registrar.c CC ../src/wps/wps_upnp.c CC ../src/wps/wps_upnp_ssdp.c CC ../src/wps/wps_upnp_web.c CC ../src/wps/wps_upnp_event.c CC ../src/wps/wps_upnp_ap.c CC ../src/wps/upnp_xml.c CC ../src/wps/httpread.c CC ../src/wps/http_client.c CC ../src/wps/http_server.c CC ../src/common/dpp.c CC ../src/common/dpp_auth.c CC ../src/common/dpp_backup.c CC ../src/common/dpp_crypto.c CC ../src/common/dpp_pkex.c CC ../src/common/dpp_reconfig.c CC ../src/common/dpp_tcp.c CC ../src/ap/dpp_hostapd.c CC ../src/ap/gas_query_ap.c CC ../src/eap_server/eap_server_ikev2.c CC ../src/eap_server/ikev2.c CC ../src/eap_common/eap_ikev2_common.c CC ../src/eap_common/ikev2_common.c CC ../src/eap_server/eap_server_tnc.c CC ../src/eap_server/tncs.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/common/dragonfly.c CC ../src/crypto/ms_funcs.c CC ../src/eap_common/chap.c CC ../src/eap_server/eap_server_tls_common.c CC ../src/crypto/tls_openssl.c CC ../src/crypto/tls_openssl_ocsp.c CC ../src/crypto/crypto_openssl.c CC ../src/crypto/fips_prf_openssl.c CC ../src/crypto/aes-eax.c CC ../src/crypto/aes-siv.c CC ../src/crypto/aes-ctr.c CC ../src/crypto/aes-encblock.c CC ../src/crypto/sha1-prf.c CC ../src/crypto/sha1-tprf.c CC ../src/crypto/sha1-tlsprf.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-tlsprf.c CC ../src/crypto/sha256-kdf.c CC ../src/crypto/sha384-kdf.c CC ../src/crypto/sha512-kdf.c CC ../src/crypto/sha384-prf.c CC ../src/crypto/sha512-prf.c CC ../src/tls/asn1.c CC ../src/crypto/dh_groups.c CC ../src/crypto/random.c CC ../src/utils/base64.c CC ../src/utils/json.c CC ../src/ap/wmm.c CC ../src/ap/ap_list.c CC ../src/ap/comeback_token.c CC ../src/pasn/pasn_responder.c CC ../src/pasn/pasn_common.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 CC ../src/fst/fst.c CC ../src/fst/fst_group.c CC ../src/fst/fst_iface.c CC ../src/fst/fst_session.c CC ../src/fst/fst_ctrl_aux.c CC ../src/fst/fst_ctrl_iface.c In function 'wpabuf_free', inlined from 'wps_build_ap_cred' at ../src/wps/wps_registrar.c:1858:3, inlined from 'wps_process_ap_settings_r' at ../src/wps/wps_registrar.c:2941:9, inlined from 'wps_process_m7' at ../src/wps/wps_registrar.c:3016:6, inlined from 'wps_process_wsc_msg' at ../src/wps/wps_registrar.c:3090:9, inlined from 'wps_registrar_process_msg' at ../src/wps/wps_registrar.c:3432:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_582' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_ap_cred' at ../src/wps/wps_registrar.c:1852:8, inlined from 'wps_process_ap_settings_r' at ../src/wps/wps_registrar.c:2941:9, inlined from 'wps_process_m7' at ../src/wps/wps_registrar.c:3016:6, inlined from 'wps_process_wsc_msg' at ../src/wps/wps_registrar.c:3090:9, inlined from 'wps_registrar_process_msg' at ../src/wps/wps_registrar.c:3432:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'radius_msg_free' at ../src/radius/radius.c:132:2, inlined from 'radius_msg_free' at ../src/radius/radius.c:127:6, inlined from 'radius_msg_new' at ../src/radius/radius.c:112:3: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_35' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'radius_msg_new' at ../src/radius/radius.c:110:13: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'dpp_build_conf_req_attr' at ../src/common/dpp.c:914:2, inlined from 'dpp_build_conf_req' at ../src/common/dpp.c:947:13, inlined from 'dpp_build_conf_req_helper.constprop' at ../src/common/dpp.c:1044:8: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_363' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'dpp_build_conf_req_attr' at ../src/common/dpp.c:826:8, inlined from 'dpp_build_conf_req' at ../src/common/dpp.c:947:13, inlined from 'dpp_build_conf_req_helper.constprop' at ../src/common/dpp.c:1044:8: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m4' at ../src/wps/wps_registrar.c:2004:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2161:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_196' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m4' at ../src/wps/wps_registrar.c:1998:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2161:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m6' at ../src/wps/wps_registrar.c:2040:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2165:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_330' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m6' at ../src/wps/wps_registrar.c:2034:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2165:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m8' at ../src/wps/wps_registrar.c:2076:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2169:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_382' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m8' at ../src/wps/wps_registrar.c:2070:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2169:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m5' at ../src/wps/wps_enrollee.c:220:3, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:467:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_654' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m5' at ../src/wps/wps_enrollee.c:214:10, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:467:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m7' at ../src/wps/wps_enrollee.c:389:3, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:471:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_713' with nonzero offset 16 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m7' at ../src/wps/wps_enrollee.c:383:10, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:471:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ LD hostapd CC hostapd_cli.c CC ../src/common/wpa_ctrl.c CC ../src/common/cli.c CC ../src/utils/edit.c LD hostapd_cli make: Leaving directory '/usr/src/RPM/BUILD/hostapd-2.11/hostapd' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.58899 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hostapd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hostapd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd hostapd-2.11 + install -pD -m0644 /usr/src/RPM/SOURCES/hostapd.sysconfig /usr/src/tmp/hostapd-buildroot/etc/sysconfig/hostapd + install -pD -m0644 /usr/src/RPM/SOURCES/hostapd.service /usr/src/tmp/hostapd-buildroot/usr/lib/systemd/system/hostapd.service + install -pD -m0755 /usr/src/RPM/SOURCES/hostapd.init /usr/src/tmp/hostapd-buildroot/etc/rc.d/init.d/hostapd + install -pD -m0755 hostapd/hostapd /usr/src/tmp/hostapd-buildroot/usr/sbin/hostapd + install -p -m0755 hostapd/hostapd_cli /usr/src/tmp/hostapd-buildroot/usr/sbin + install -pD -m0600 hostapd/hostapd.conf /usr/src/tmp/hostapd-buildroot/etc/hostapd/hostapd.conf + install -pm0600 hostapd/hostapd.accept hostapd/hostapd.deny /usr/src/tmp/hostapd-buildroot/etc/hostapd + install -pm0644 -D hostapd/hostapd.8 /usr/src/tmp/hostapd-buildroot/usr/share/man/man8/hostapd.8 + install -pm0644 -D hostapd/hostapd_cli.1 /usr/src/tmp/hostapd-buildroot/usr/share/man/man1/hostapd_cli.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hostapd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hostapd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hostapd-buildroot/ (default) Compressing files in /usr/src/tmp/hostapd-buildroot (auto) Verifying systemd units in /usr/src/tmp/hostapd-buildroot Adjusting library links in /usr/src/tmp/hostapd-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/hostapd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/hostapd_cli: uses non-LFS functions: fcntl fopen readdir verify-elf: WARNING: ./usr/sbin/hostapd: uses non-LFS functions: fcntl fopen open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/hostapd-buildroot Processing files: hostapd-2.11-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36671 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hostapd-2.11 + DOCDIR=/usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + export DOCDIR + rm -rf /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + /bin/mkdir -p /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + cp -prL hostapd/ChangeLog hostapd/README hostapd/README-WPS hostapd/eap_testing.txt /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + chmod -R go-w /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + chmod -R a+rX /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PtGtOt find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c02C7S find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m4PfZJ Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I65u3D Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libcrypto.so.3 >= set:qivVyl4YZ4aC7YHkv1SSIZocBe3W6P54gOelof2Uw31RKZmfFAOt5UjR0u1zxloxTK6czewCvNn5N8kVDf4x19PIqAOZBhODed1J0xGZ3LB5NYMzGQolkfGZhfeIaRDrfCBrcP2owPOOwAonHBeOFmJqB4m6mdnNFAGN8OgCkTonl4JZcxA6EnbNfUG8Njlul0Z92ZKRkgrrcb6BxuhkrfRqkxMgalGZkh9jsmw3AZCeAqpaR8kPxUY742O1HrQmcTFlXAh4Zy8haqa2j6tD0Z19Y2P0nVUsZxAssZbJl41TJ0RGO7iMudDMD8bae7qyTkrwAdOUoXLyj1WOD8HJhH9d8Jh39hf9ahhSRIQs4XFZJuD4w1uPg4TaTDcXAFxoUF8PIxAjjxO0wgoxWzMkrZaNtM9XXXjgev6SFI1ZKXUy251ZvGnziH8AHyCYdqa31jA6X4kMSqB7Z38Do8vSU2v1G7NRAGn7R6gjeMZGuwQDEADPkNEmCjF3cRSIoym0bEKRO6nvOgjiZtTQfCxSxpybjLmrwm4Ev1nCN9LWipW0R7svq5s29rZx3kUL4iqnI11ppn1z0Xp0dVRw4dZBeLW5lAFQBZmOYrrJqnSKoLH0hmwcwblRSZtSqR3yYocHTQHMZjHuovXfUEt3DaxBLqStvn1, libcrypto.so.3(OPENSSL_3.0.0), libm.so.6(GLIBC_2.29), libnl-3.so.200 >= set:mgoBVEdBLAGxHjjOfqqUc57UWzhSB8e4IQE7KsvSKX9nZdnTttWBj9iYIPsFbJtbOZrgbGOOoztosK26b29QYYNvRCMpsyQSKAkOBru8H5j4CSbzovKhGRddBtjEdnD1uLiixIP5, libnl-3.so.200(libnl_3), libnl-3.so.200(libnl_3_2_27), libnl-genl-3.so.200 >= set:jfZz1nzCQrWClzx9gGPT95v1, libnl-genl-3.so.200(libnl_3), libnl-route-3.so.200 >= set:ok9LkvxCUuOwvaI3G4VkONPdnypR7wek60, libnl-route-3.so.200(libnl_3), libssl.so.3 >= set:ngvaTibIKpZ7qkrak0NQI7XboSohcKZlaPR8qxg1GcP6Kw0X1Nq16reXDcMrqZG98xMeocP7gvR0y4Z9mNJMroZ3vYmNUQuZ6UAKt9vV9yZBqVE7VOD6HeCtjZ7QIOHSWK2XR1ZjwlFeT8DiwQer0eeCCBU7E5hmLF1ZCLhkjnNe9FBthkR0ovxX1ZL6EEstI8Pl, libssl.so.3(OPENSSL_3.0.0), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Obsoletes: hostap-tools Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rVLjPF Creating hostapd-debuginfo package Processing files: hostapd-debuginfo-2.11-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X6ayup find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FIZhw1 find-requires: running scripts (debuginfo) Requires: hostapd = 2.11-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.3), debug(libm.so.6), debug(libnl-3.so.200), debug(libnl-genl-3.so.200), debug(libnl-route-3.so.200), debug(libssl.so.3) Adding to hostapd-debuginfo a strict dependency on hostapd Wrote: /usr/src/RPM/RPMS/i586/hostapd-2.11-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/hostapd-debuginfo-2.11-alt1.i586.rpm (w2T16.xzdio) 75.26user 10.38system 0:36.21elapsed 236%CPU (0avgtext+0avgdata 76260maxresident)k 0inputs+0outputs (0major+2136034minor)pagefaults 0swaps 3.33user 2.34system 0:45.43elapsed 12%CPU (0avgtext+0avgdata 130304maxresident)k 0inputs+0outputs (0major+204199minor)pagefaults 0swaps --- hostapd-2.11-alt1.i586.rpm.repo 2024-07-23 13:29:54.000000000 +0000 +++ hostapd-2.11-alt1.i586.rpm.hasher 2024-08-17 09:49:53.918977805 +0000 @@ -64,4 +64,4 @@ File: /usr/lib/systemd/system/hostapd.service 100644 root:root 9d868d3e8615afb5d94585880b07a207 -File: /usr/sbin/hostapd 100755 root:root caea8e53fbd63b7a533d18da34d94a38 -File: /usr/sbin/hostapd_cli 100755 root:root 75eeeb2538032b75e8dba8e0e4401bc3 +File: /usr/sbin/hostapd 100755 root:root b239504410d96e42bac4ef1102493b7c +File: /usr/sbin/hostapd_cli 100755 root:root be9334bd14aa5465856336524ce12bce File: /usr/share/doc/hostapd-2.11 40755 root:root @@ -73,2 +73,2 @@ File: /usr/share/man/man8/hostapd.8.xz 100644 root:root b395cfee7db41709bce5d30de41c0b5a -RPMIdentity: 03b0f206e5521646d6cecd649639794c7698b71f2b1927d81351a32ff59251f1694f35f992afcad2c0876d5396184c483423f170e219289c204415f72d01dd31 +RPMIdentity: b0d00cbe64ffe89082cc53a2455ad970c1d85833172a2207f1fe7b5ab1ddc001bd00155f821112db062c357e0cf5b73aa86b74b66823d0109ddaa9bd13d0063c --- hostapd-debuginfo-2.11-alt1.i586.rpm.repo 2024-07-23 13:29:53.000000000 +0000 +++ hostapd-debuginfo-2.11-alt1.i586.rpm.hasher 2024-08-17 09:49:53.999979206 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/aa 40755 root:root -/usr/lib/debug/.build-id/aa/03f37e34b82c9f69a06ee7aa4f0a0d7fc939a5 120777 root:root ../../../../sbin/hostapd_cli -/usr/lib/debug/.build-id/aa/03f37e34b82c9f69a06ee7aa4f0a0d7fc939a5.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug -/usr/lib/debug/.build-id/f0 40755 root:root -/usr/lib/debug/.build-id/f0/d51fef845490c26a718fe03fd92d680c18a78f 120777 root:root ../../../../sbin/hostapd -/usr/lib/debug/.build-id/f0/d51fef845490c26a718fe03fd92d680c18a78f.debug 120777 root:root ../../usr/sbin/hostapd.debug +/usr/lib/debug/.build-id/53 40755 root:root +/usr/lib/debug/.build-id/53/43810f247770fb426286acccd9e3ece0df0f10 120777 root:root ../../../../sbin/hostapd_cli +/usr/lib/debug/.build-id/53/43810f247770fb426286acccd9e3ece0df0f10.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/9e30ee298baf71db17a77fa06500c5b891b386 120777 root:root ../../../../sbin/hostapd +/usr/lib/debug/.build-id/f4/9e30ee298baf71db17a77fa06500c5b891b386.debug 120777 root:root ../../usr/sbin/hostapd.debug /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root @@ -389,10 +389,10 @@ Provides: hostapd-debuginfo = 2.11-alt1:sisyphus+353438.100.1.1 -File: /usr/lib/debug/.build-id/aa 40755 root:root -File: /usr/lib/debug/.build-id/aa/03f37e34b82c9f69a06ee7aa4f0a0d7fc939a5 120777 root:root ../../../../sbin/hostapd_cli -File: /usr/lib/debug/.build-id/aa/03f37e34b82c9f69a06ee7aa4f0a0d7fc939a5.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug -File: /usr/lib/debug/.build-id/f0 40755 root:root -File: /usr/lib/debug/.build-id/f0/d51fef845490c26a718fe03fd92d680c18a78f 120777 root:root ../../../../sbin/hostapd -File: /usr/lib/debug/.build-id/f0/d51fef845490c26a718fe03fd92d680c18a78f.debug 120777 root:root ../../usr/sbin/hostapd.debug -File: /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root 84746d2bb5ea4ddd691057d7cb68a1ca -File: /usr/lib/debug/usr/sbin/hostapd_cli.debug 100644 root:root eaa63f352bdf88fc584133f9dc5c62b3 +File: /usr/lib/debug/.build-id/53 40755 root:root +File: /usr/lib/debug/.build-id/53/43810f247770fb426286acccd9e3ece0df0f10 120777 root:root ../../../../sbin/hostapd_cli +File: /usr/lib/debug/.build-id/53/43810f247770fb426286acccd9e3ece0df0f10.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/9e30ee298baf71db17a77fa06500c5b891b386 120777 root:root ../../../../sbin/hostapd +File: /usr/lib/debug/.build-id/f4/9e30ee298baf71db17a77fa06500c5b891b386.debug 120777 root:root ../../usr/sbin/hostapd.debug +File: /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root 09e9dbac15803e4558070082c1f266da +File: /usr/lib/debug/usr/sbin/hostapd_cli.debug 100644 root:root 4f1d2a13424bd566746f3215178cebb2 File: /usr/src/debug/hostapd-2.11 40755 root:root @@ -767,2 +767,2 @@ File: /usr/src/debug/hostapd-2.11/src/wps/wps_upnp_web.c 100644 root:root f0e24ea11b2e016c3378472de4f5703d -RPMIdentity: 31cc68b32bfe9b88d904d367d0f417e36b84d9ad8b6d5b64794228c171dfb5c18855298a9c8c3de0c8d379e3944fca5f70179d92c1c068a505ad4542135f0e5a +RPMIdentity: 2bb9f6f8de361c30d714d737c07ffffaf8ca03285b0e2faaa003b9d9d6a34f3073dd231947c9a98a9caf229a3346a0720993c9018aa47c93476f80143d63657a