[solved] Trying to compile for my Raspberry pi 4

Hi,
I'm trying to compile OpenWRT for the 1st time for my Raspberry pi 4b.

I keep on getting this error and I'm not sure what's causing it. The only SSL package I selected was luci-ssl-nginx

Collected errors:
 * check_data_file_clashes: Package libustream-openssl20201210 wants to install file /home/cylac/openwrt/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/lib/libustream-ssl.so
	But that file is already provided by package  * libustream-wolfssl20201210
 * opkg_install_cmd: Cannot install package libustream-openssl20201210.
make[2]: *** [package/Makefile:69: package/install] Error 255
make[2]: Leaving directory '/home/cylac/openwrt'
make[1]: *** [package/Makefile:109: /home/cylac/openwrt/staging_dir/target-aarch64_cortex-a72_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/cylac/openwrt'
make: *** [/home/cylac/openwrt/include/toplevel.mk:234: world] Error 2

As for Libraries I only added libssh and libssh2.

I did add a few extra Kernel Modules for my TP-LINK USB3 ethernet adapter.

I have a few other packages like ACME, BANIP, DDNS, Watchcat and NextDNS selected.

Any ideas? Thanks

The very first three lines tell you what this is about.

1 Like

Thanks! I'm not sure what happened.. I just restarted from scratch and the only thing I didn't select was the libssh and libssh2 libraries and everything compiled ok.

You selected a package which pulls in another libustream variety. You should deselect the other at that point (or at least set it to [m]).

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.