I'm trying to compile firmware for x86_64 using 23.05.3 Image Builder.
Here was my input
make -j4 image PROFILE=generic PACKAGES="luci kernel luci-theme-argon dnsmasq-full luci-app-passwall luci-app-smartdns luci-app-ssr-plus nano -luci-theme-bootstrap -dnsmasq"
and here was my repo
src/gz kenzok8 https://op.dllkids.xyz/packages/x86_64
src/gz openwrt_kiddin9 https://dl.openwrt.ai/latest/packages/x86_64/kiddin9
#option check_signature
I'm getting following error, Any idea?
Configuring ppp-mod-pppoe.
Configuring coreutils-nohup.
Configuring luci-app-passwall.
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kmod-ipt-fullconenat for iptables-mod-fullconenat
* pkg_hash_fetch_best_installation_candidate: Packages for iptables-mod-fullconenat found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kmod-ipt-fullconenat for ip6tables-mod-fullconenat
* pkg_hash_fetch_best_installation_candidate: Packages for ip6tables-mod-fullconenat found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency libubox20220515 for firewall
* pkg_hash_check_unresolved: cannot find dependency libubus20220601 for firewall
* pkg_hash_check_unresolved: cannot find dependency kmod-nft-fullcone for firewall4
* pkg_hash_check_unresolved: cannot find dependency libubox20220515 for opkg
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* libubox20220515
* opkg_install_cmd: Cannot install package luci.
* pkg_hash_check_unresolved: cannot find dependency libubus20220601 for dnsmasq-full
* check_data_file_clashes: Package libustream-mbedtls20201210 wants to install file /root/openwrt-imagebuilder-23.05.3-x86-64.Linux-x86_64/build_dir/target-x86_64_musl/root-x86/lib/libustream-ssl.so
But that file is already provided by package * libustream-openssl20201210
* opkg_install_cmd: Cannot install package libustream-mbedtls.
make[2]: *** [Makefile:189: package_install] Error 255
make[1]: *** [Makefile:144: _call_image] Error 2
make: *** [Makefile:262: image] Error 2