Hi all,
Upgrading to the newly released 7.25.1 seems to have changed a few things and the above doesn’t seem to install packages anymore, it complains about ‘nothing provides libc needed by …’.
I rely on fping not nano, but have tried to install nano as per above and end up with the same issue.
Previously I would just download and try to install the ipk through opkg, this worked up to 7.24.3, in 7.25.1 it throws an architecture error, so I tried an updated version from openwrt 24.10.8 (last version with ipk):
root@RUTX11:~# opkg install fping_5.0-1_arm_cortex-a7_neon-vfpv4.ipk
* Solver encountered 1 problem(s):
* Problem 1/1:
* - conflicting requests
* - package fping-5.0-1.arm_cortex-a7_neon-vfpv4 does not have a compatible architecture
*
* Solution 1:
* - do not ask to install fping-5.0-1.arm_cortex-a7_neon-vfpv4
root@RUTX11:~# opkg install fping_5.3-r1_arm_cortex-a7_neon-vfpv4.ipk
* Solver encountered 1 problem(s):
* Problem 1/1:
* - conflicting requests
* - package fping-5.3-r1.arm_cortex-a7_neon-vfpv4 does not have a compatible architecture
*
* Solution 1:
* - do not ask to install fping-5.3-r1.arm_cortex-a7_neon-vfpv4
Opkg configs look different between 7.24.3 and 7.25.1 so I added the architecture and tried again, now recognising the architecture but not the prerequisites:
root@RUTX11:~# echo arch arm_cortex-a7_neon-vfpv4 100 >> /etc/opkg/arch.conf
root@RUTX11:~# opkg install fping_5.0-1_arm_cortex-a7_neon-vfpv4.ipk
* Solver encountered 1 problem(s):
* Problem 1/1:
* - conflicting requests
* - nothing provides libc needed by fping-5.0-1.arm_cortex-a7_neon-vfpv4
*
* Solution 1:
* - do not ask to install fping-5.0-1.arm_cortex-a7_neon-vfpv4
Not knowing how to deal with this I tried the above solution of adding the openwrt distfeeds:
root@RUTX11:/etc/opkg# echo "src/gz openwrt_packages https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages" >> /etc/opkg/distfeeds.conf
root@RUTX11:/etc/opkg# opkg update
Downloading https://opkg.teltonika-networks.com/7475b37e2111a5496f88add811b44ce0fbc75210835908c5baa83474607470d7/Packages.gz.
Downloading https://opkg.teltonika-networks.com/7475b37e2111a5496f88add811b44ce0fbc75210835908c5baa83474607470d7/Packages.sig.
Updated source '3rd_party_packages'.
Downloading file:///tmp/run/opkg/custom_package/Packages.gz.
* opkg_download_file: ///tmp/run/opkg/custom_package/Packages.gz: No such file.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.sig.
Updated source 'openwrt_packages'.
Downloading https://opkg.teltonika-networks.com/be2e2d555f5d965cfde71bbaeb6690983f676c0df1d13bf8d654e501dd698def/Packages.gz.
Downloading https://opkg.teltonika-networks.com/be2e2d555f5d965cfde71bbaeb6690983f676c0df1d13bf8d654e501dd698def/Packages.sig.
Updated source 'tlt_packages'.
Then tried installing nano and fping:
root@RUTX11:~# opkg install nano
* Solver encountered 1 problem(s):
* Problem 1/1:
* - conflicting requests
* - nothing provides libc needed by nano-7.2-2.arm_cortex-a7_neon-vfpv4
*
* Solution 1:
* - do not ask to install a package providing nano
root@RUTX11:~# opkg install fping
* Solver encountered 1 problem(s):
* Problem 1/1:
* - conflicting requests
* - nothing provides libc needed by fping-5.0-1.arm_cortex-a7_neon-vfpv4
*
* Solution 1:
* - do not ask to install a package providing fping
Any ideas how to get around this libc requirement installing packages?
root@RUTX11:~# cat /etc/version
RUTX_R_00.07.25.1
root@RUTX11:~# cat /etc/os-release
NAME="RUTOS"
PRETTY_NAME="RUTOS R_00.07.25.1"
VERSION="R_00.07.25.1"
VERSION_ID="00.07.25.1"
BUILD_ID="1788433657"
ID="rutos"
ID_LIKE="tapos tswos openwrt lede"
HOME_URL="https://teltonika-networks.com/"
SUPPORT_URL="https://teltonika-networks.com/support"
DOCUMENTATION_URL="https://wiki.teltonika-networks.com/view/Main_Page"
Cheers,
Tnode.