LuCi fails to Install

Hi,
I also have a similar problem:

root@OpenWrt:/tmp# opkg install luci-base_git-20.306.62653-4e86204_mipsel_24kc.ipk
Unknown package 'luci-base'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-base.

root@OpenWrt:/tmp# head -n -0 /etc/opkg/*.conf
==> /etc/opkg/customfeeds.conf <==
# add your custom package feeds here
#
# src/gz example_feed_name http://www.example.com/path/to/files

==> /etc/opkg/distfeeds.conf <==
src/gz openwrt_core https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages
src/gz openwrt_kmods https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.73-1-878d1c290479417154653dd2ca7e6dbd
src/gz openwrt_base https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base
src/gz openwrt_freifunk https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/freifunk
src/gz openwrt_luci https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci
src/gz openwrt_packages https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages
src/gz openwrt_routing https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing
src/gz openwrt_telephony https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony

root@OpenWrt:/tmp# ubus call system board;
{
        "kernel": "5.4.73",
        "hostname": "OpenWrt",
        "system": "MediaTek MT7621 ver:1 eco:3",
        "model": "ASUS RT-AC65P",
        "board_name": "asus,rt-ac65p",
        "release": {
                "distribution": "OpenWrt",
                "version": "SNAPSHOT",
                "revision": "r14834-e48aac89a2",
                "target": "ramips/mt7621",
                "description": "OpenWrt SNAPSHOT r14834-e48aac89a2"
        }
}

root@OpenWrt:/tmp# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='SNAPSHOT'
DISTRIB_REVISION='r14834-e48aac89a2'
DISTRIB_TARGET='ramips/mt7621'
DISTRIB_ARCH='mipsel_24kc'
DISTRIB_DESCRIPTION='OpenWrt SNAPSHOT r14834-e48aac89a2'
DISTRIB_TAINTS=''

Control file - luci-base_git-20.306.62653-4e86204_mipsel_24kc.ipk:
Package: luci-base
Version: git-20.306.62653-4e86204
Depends: libc, lua, luci-lib-nixio, luci-lib-ip, rpcd, libubus-lua, luci-lib-jsonc, liblucihttp-lua, luci-lib-base, rpcd-mod-file, rpcd-mod-luci, cgi-io
Source: feeds/luci/modules/luci-base
SourceName: luci-base
License: MIT
Section: luci
SourceDateEpoch: 1604251453
Architecture: mipsel_24kc
Installed-Size: 126904
Description:  LuCI core libraries 

Regards

You have installed a snapshot image. Read the link for instructions how to install Luci, which is not installed by default in snapshots.

1 Like

I'm having the same issue as lTimko, and I have downloaded all my packages from the snapshot page.

root@OpenWrt:/tmp/offline# opkg install /tmp/offline/luci-base_git-21.060.51374-cd06e70_mipsel_24kc.ipk 
Unknown package 'luci-base'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-base.

Is is possible that luci isn't building the correct architecture for this package, but still uploading it to this folder

(Note: This is also happening for 'luci-mod-admin-full' and 'luci')

EDIT: I have seemed to have revived a post that's not related to my issue (only one previous person posted my issue, but it's not related to the original issue.) I will create a new post.

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