Hi @JuliusBairaktaris
Ever since the repository was switched to K6.18, all build attempts have failed. The same configuration compiled successfully in the previous K6.12 repository. It's most likely due to the large number of packages in my config because a basic configuration (e.g. similar to your xiaomi config but adapted for MX4300) would work.
rm -rf /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/boot /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/tmp/* /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/lib/apk/db/*.post-install* /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/opkg/info/*.postinst* /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/opkg/lists/* /home/owrt/test/openwrt-nss-edma/build_dir/target-aarch64_cortex-a53_musl/root-qualcommax/var/lock/*.lock
rm -rf /home/owrt/test/openwrt-nss-edma/tmp/mklibs-progs /home/owrt/test/openwrt-nss-edma/tmp/mklibs-out
# first find all programs and add them to the mklibs list
find /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax -type f -perm /100 -exec file -r -N -F '' {} + | awk ' /executable.*dynamically/ { print $1 }' > /home/owrt/test/openwrt-nss-edma/tmp/mklibs-progs
# find all loadable objects that are not regular libraries and add them to the list as well
find /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax -type f -name \*.so\* -exec file -r -N -F '' {} + | awk ' /shared object/ { print $1 }' > /home/owrt/test/openwrt-nss-edma/tmp/mklibs-libs
mkdir -p /home/owrt/test/openwrt-nss-edma/tmp/mklibs-out
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs -D -d /home/owrt/test/openwrt-nss-edma/tmp/mklibs-out --sysroot /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax `cat /home/owrt/test/openwrt-nss-edma/tmp/mklibs-libs | sed 's:/*[^/]\+/*$::' | uniq | sed 's:^/home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax:-L :'` --ldlib /lib/ld-musl-aarch64.so.1 --target aarch64-openwrt-linux-musl `cat /home/owrt/test/openwrt-nss-edma/tmp/mklibs-progs /home/owrt/test/openwrt-nss-edma/tmp/mklibs-libs` 2>&1
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs:115: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option.
match = re.match("^(((?P<ld>ld\S*)|(lib(?P<lib>\S+))))\.so.*$", i)
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs:361: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
so_pattern = re.compile("((lib|ld).*)\.so(\..+)*")
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs:362: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
script_pattern = re.compile("^#!\s*/")
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs:495: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
if (not (re.search("libthread_db\.so", obj)
/home/owrt/test/openwrt-nss-edma/staging_dir/host/bin/mklibs:636: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
for lib in sorted(regexpfilter(os.listdir(dest_path), "(.*so[.\d]*)$")):
I: Using /lib/ld-musl-aarch64.so.1 as dynamic linker.
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/iperf3 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/lftp may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/pki may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/radclient may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/radeapclient may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/bin/radwho may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/libfreeradius-dhcp.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/libfreeradius-eap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/libfreeradius-radius.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/libfreeradius-server.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_always.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_attr_filter.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_cache.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_cache_rbtree.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_cache_redis.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_chap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_counter.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_date.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_detail.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_digest.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_dpsk.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_dynamic_clients.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_fast.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_gtc.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_md5.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_mschapv2.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_peap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_pwd.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_sim.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_tls.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_eap_ttls.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_exec.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_expiration.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_expr.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_files.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_ippool.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_json.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_krb5.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_ldap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_linelog.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_logintime.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_mschap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_pam.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_pap.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_passwd.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_preprocess.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_python3.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_radutmp.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_realm.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_redis.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_rediswho.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_replicate.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_rest.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_soh.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sometimes.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_map.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_mysql.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_null.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_postgresql.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_sqlite.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sql_unixodbc.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sqlcounter.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_sqlippool.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_totp.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_unix.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_unpack.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/freeradius3/rlm_utf8.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/charon may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/libcharon.so.0.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/libipsec.so.0.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/libradius.so.0.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/libtls.so.0.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/libvici.so.0.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/plugins/libstrongswan-eap-radius.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/plugins/libstrongswan-eap-tls.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/plugins/libstrongswan-kernel-libipsec.so may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/pool may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/starter may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/ipsec/stroke may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libhistory.so.8.3 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libhistory.so.8.3.old may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libreadline.so.8.3 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libreadline.so.8.3.old may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libsasl2.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/libsqlite3.so.3.53.1 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/sasl2/libanonymous.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/sasl2/libcrammd5.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/sasl2/libdigestmd5.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/sasl2/libplain.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/lib/sasl2/libscram.so.3.0.0 may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/sbin/charon-cmd may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/sbin/nssinfo may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/sbin/radiusd may need rpath, but --root not specified
warning: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/usr/sbin/swanctl may need rpath, but --root not specified
I: library reduction pass 1
16833 symbols, 15 unresolved
I: library reduction pass 2
16835 symbols, 17 unresolved
Library not found: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/root-qualcommax/lib/libc.so in path: /lib:/lib/mwan3:/lib:/usr/lib:/usr/lib/freeradius3:/usr/lib:/usr/lib/gensio/2.8.4:/usr/lib:/usr/lib/collectd:/usr/lib/engines-3:/usr/lib:/usr/lib/sasl2:/usr/lib:/usr/lib/gawk:/usr/lib:/usr/lib/ossl-modules:/usr/lib:/usr/lib/krb5/plugins/kdb:/usr/lib:/usr/lib/lua:/usr/lib/lua/socket:/usr/lib/lua:/usr/lib/lua/luci:/usr/lib:/usr/lib/mariadb/plugin:/usr/lib:/usr/lib/iptables:/usr/lib:/usr/lib/rpcd:/usr/lib:/usr/lib/python3.14/lib-dynload:/usr/lib:/usr/lib/ipsec:/usr/lib/ipsec/plugins:/usr/lib/ipsec:/usr/lib:/usr/lib/security:/usr/lib:/usr/lib/ucode:/usr/lib/ucode/luci:/usr/lib/ucode:/usr/lib/pppd/2.5.3:/usr/lib
make[2]: *** [package/Makefile:103: package/install] Error 1
make[2]: Leaving directory '/home/owrt/test/openwrt-nss-edma'
make[1]: *** [package/Makefile:193: /home/owrt/test/openwrt-nss-edma/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/owrt/test/openwrt-nss-edma'
make: *** [/home/owrt/test/openwrt-nss-edma/include/toplevel.mk:233: world] Error 2