LUCI fails to install with latest snapshot for wavlink_wl-wn577a2

With latest snapshot OpenWrt SNAPSHOT, r16596-6f77ce7724

openwrt-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin

(fresh install) I cannot install LUCI anymore:

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"

1 Like

With todays snapshot r16599-43dad22025 for wavlink_wl-wn577a2 LUCI can be installed again.

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.

1 Like

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 )

Hi @r3n3947
I am still struggling with the issue
Cannot satisfy the following dependencies for luci:

  •  libiwinfo20210420
    

Any advice?
Thank you
Odon

luci_git-20.074.84698-ead5e81_all.ipk 1.0 KB Sun May 2 03:14:59 2021

mikrotik_routerboard-760igs-squashfs-sysupgrade.bin e66290852651edbb3dc62d946a7687d23b71b5445cd9563991d7cdde7dbcc516 4672.6 KB Sun May 2 18:50:21 2021

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:~#

Have you tried "--force-depends" option with 'opkg install'?

Thank you. It works!

Cannot satisfy the following dependencies for luci:

  •  libiwinfo20210420
    

is still there, but luci works!

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