Hi,
I need to install a program in a Lime router (built based on OpenWRT 18.06)
First I have done `opkg update`. It updated some lists of packages but I
also got the following errors:
--------------------
* opkg_download: Failed to download
http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mips_24kc/lib…,
wget returned 8.
* opkg_download: Failed to download
http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mips_24kc/lib…,
wget returned 8.
* opkg_download: Failed to download
http://snapshots.libremesh.org/packages/mips_24kc/libremesh/Packages.gz,
wget returned 4.
--------------------
Then I have tried to install the program and have got the following:
--------------------
root@EVC-7ab7ec:~# opkg install tc
Installing tc (4.16.0-8) to root...
Downloading
http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mips_24kc/bas…
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies
for tc:
* kernel (= 4.9.232-1-2b8f9dfe583e5c09aadd9474da55137f)
* opkg_install_cmd: Cannot install package tc.
--------------------
I'm not sure I understand the message nor what I could do to solve it.
In order to get more info about the problem I also did the following:
--------------------
root@EVC-7ab7ec:~# uname -r
4.9.232
root@EVC-7ab7ec:~#
root@EVC-7ab7ec:~#
root@EVC-7ab7ec:~#
root@EVC-7ab7ec:~#
root@EVC-7ab7ec:~# opkg --verbosity install tc
opkg_conf_parse_file: Loading conf file /etc/opkg.conf.
opkg_conf_parse_file: Loading conf file /etc/opkg/customfeeds.conf.
opkg_conf_parse_file: Loading conf file /etc/opkg/distfeeds.conf.
opkg_conf_parse_file: Loading conf file /etc/opkg/limefeeds.conf.
pkg_hash_load_feeds:
pkg_hash_load_feeds:
pkg_hash_load_feeds:
pkg_hash_load_feeds:
pkg_hash_load_status_files:
pkg_info_preinstall_check: Updating file owner list.
Installing tc (4.16.0-8) to root...
Downloading
http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mips_24kc/bas…
pkg_hash_fetch_best_installation_candidate: Using latest matching
kmod-sched-core 4.9.232 mips_24kc.
pkg_hash_fetch_best_installation_candidate: Using latest version of
installed package kernel.
pkg_hash_fetch_best_installation_candidate: Using latest version of
installed package kernel.
pkg_hash_fetch_best_installation_candidate: Using latest matching libmnl
1.0.4 mips_24kc.
satisfy_dependencies_for: This could mean that your package list is out
of date or that the packages
mentioned above do not yet exist (try 'opkg update'). To proceed in spite
of this problem try again with the '-force-depends' option.
opkg_configure_packages: Configuring unpacked packages.
opkg_configure_packages: Reordering packages before configuring them...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies
for tc:
* kernel (= 4.9.232-1-2b8f9dfe583e5c09aadd9474da55137f)
* opkg_install_cmd: Cannot install package tc.
root@EVC-7ab7ec:~#
--------------------
But still I have problems to understand those messages. Any suggestion
on how to get the program installed?