root@OpenWrt:~# opkg install luci
Installing luci (git-20.074.84698-ead5e81) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for luci-mod-status found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for rpcd-mod-iwinfo found, but incompatible with the architectures configured
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* libiwinfo20210106
* opkg_install_cmd: Cannot install package luci.
How can I dissolve this dependencies?
I was able to install older snapshot OpenWrt SNAPSHOT, r16564-4f8da19572 for this device but got another error while trying to install luci:
Collected errors:
* check_data_file_clashes: Package libiwinfo20210420 wants to install file /usr/share/libiwinfo/hardware.txt
But that file is already provided by package * libiwinfo20210106
* opkg_install_cmd: Cannot install package luci.
I was able to solve at least this error with "opkg install luci --force-overwrite"
every iteration of the snapshot(s) will invalidate the last one and it's packages.
you only have a ~24hr window after publication of the snapshot and packages,
until new ones are generated, and you will not be able to install any packages.
unless you install the latest snapshot, again.
I think in the case above... phase2 buildbots were/are running more than 24-48hours behind... so the user would need to refresh the 'packages' download page for their target and compare dates... ( most likely the 'packages' date was stale/behind their image so the 24 hours hadn't begun yet so to speak )
root@b01:~# fgrep DESCRIPTION /etc/*
/etc/openwrt_release:DISTRIB_DESCRIPTION='OpenWrt SNAPSHOT r16634-5d8ea6d34f'
root@b01:~# opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.115-1-bdf31e68dec738f1ca74ae8839f7cdb9/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_kmods
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.115-1-bdf31e68dec738f1ca74ae8839f7cdb9/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.sig
Signature check passed.
root@b01:~# opkg install luci
Installing luci (git-20.074.84698-ead5e81) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for luci-mod-status found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for rpcd-mod-iwinfo found, but incompatible with the architectures configured
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* libiwinfo20210420
* opkg_install_cmd: Cannot install package luci.
root@b01:~#