Hello,
i have a problem with imagebuilder and packages dependencies.
Basically, when i build my image from scratch i select luci-nginx-ssl, then i remove nginx-ssl and add nginx-full. It seems imagebuilder is not allowing this, so i get an error when it tries ti install nginx-full
Collected errors:
* check_data_file_clashes: Package nginx-full wants to install file /home/massi/ImageBuilder/openwrt-imagebuilder-23.05.5-x86-64.Linux-x86_64/build_dir/target-x86_64_musl/root-x86/etc/init.d/nginx
But that file is already provided by package * nginx-ssl
* check_data_file_clashes: Package nginx-full wants to install file /home/massi/ImageBuilder/openwrt-imagebuilder-23.05.5-x86-64.Linux-x86_64/build_dir/target-x86_64_musl/root-x86/usr/sbin/nginx
But that file is already provided by package * nginx-ssl
* opkg_install_cmd: Cannot install package nginx-full.
at least i assume this can be the issue i'm trying to build with imagebuilder starting from the list of packages installed on my routher, that related with nginx are:
luci-ssl-nginx nginx nginx-full nginx-mod-luci nginx-mod-luci-ssl nginx-mod-ubus nginx-ssl-util nginx-util
ideas?
thanks