Problems customizing build

i've just acquired one of these.
Serial access is straightforward; uboot can be interrupted and an initramfs image booted as suggested.
i used the r21900 snapshots linked from the firmware selector, available at
https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/

however - i cannot cusotmize builds or even add luci without a conflict.
i could not tell from the thread whether this is a peculiarity of this snapshot version.
here are the errors:


Downloading file:packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
[libwolfsslcpu-crypto] Checking for Arm v8-A Cryptographic Extension support: ...[offline]... OK
[libwolfsslcpu-crypto] Checking for Arm v8-A Cryptographic Extension support: ...[offline]... OK
Collected errors:
* check_data_file_clashes: Package libwolfsslcpu-crypto5.5.4.e624513f wants to install file /home/aparcar/asu/worker1/cache/SNAPSHOT/ipq807x/generic/build_dir/target-aarch64_cortex-a53_musl/root-ipq807x/usr/lib/libwolfssl.so.5.5.4.e624513f
   But that file is already provided by package  * libwolfssl5.5.4.e624513f
* opkg_install_cmd: Cannot install package libwolfsslcpu-crypto.
* check_data_file_clashes: Package libwolfsslcpu-crypto5.5.4.e624513f wants to install file /home/aparcar/asu/worker1/cache/SNAPSHOT/ipq807x/generic/build_dir/target-aarch64_cortex-a53_musl/root-ipq807x/usr/lib/libwolfssl.so.5.5.4.e624513f
   But that file is already provided by package  * libwolfssl5.5.4.e624513f
* opkg_install_cmd: Cannot install package libwolfsslcpu-crypto.
make[2]: *** [Makefile:185: package_install] Error 255
make[1]: *** [Makefile:150: _call_manifest] Error 2
make: *** [Makefile:269: manifest] Error 2

Its an OPKG bug, its trying to install 2 variants of wolfssl.

1 Like

thank you. removing the offending libwolfsslcpu-crypto worked..

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