messense / aliyundrive-webdav

阿里云盘 WebDAV 服务
MIT License
9.62k stars 1.1k forks source link

CMCC_RAX3000M的iStoreOS无法安装,提示缺少libc #994

Open xylogs opened 2 weeks ago

xylogs commented 2 weeks ago

问题描述

根据 https://github.com/messense/aliyundrive-webdav/issues/44 的issus我未能解决问题。

根据网上搜到的办法也未能解决。这个教程说不要盲目安装libc,所以来问问有啥解决办法么。

固件是 https://fw0.koolcenter.com/Lean/CMCC_RAX3000M/istoreos-mediatek-23.09.09-mt7981-cmcc_rax3000m-squashfs-sysupgrade.rar

配置信息:

# cat /etc/opkg.conf 
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay

arch all 1
arch noarch 1
arch aarch64_cortex-a53 10
arch aarch64_generic 100

image

opkg print-architecture 命令结果:

arch all 1
arch noarch 1
arch aarch64_cortex-a53 10
arch aarch64_generic 100

安装报错:

# opkg install aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk 
Unknown package 'aliyundrive-webdav'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libc for aliyundrive-webdav
 * pkg_hash_fetch_best_installation_candidate: Packages for aliyundrive-webdav found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package aliyundrive-webdav.

CPU信息:

# cat /proc/cpuinfo 
processor       : 0
model name      : ARMv8 Processor rev 4 (v8l)
BogoMIPS        : 26.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 1
model name      : ARMv8 Processor rev 4 (v8l)
BogoMIPS        : 26.00
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

# uname -a
Linux iStoreOS-BoYv-705 5.4.250 #0 SMP Sun Sep 3 06:19:17 2023 aarch64 GNU/Linux

重现步骤

1、从 https://github.com/messense/aliyundrive-webdav/releases/tag/v2.3.3 下载软件包传到「CMCC_RAX3000M」:

# ls
aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk   luci-app-aliyundrive-webdav_2.3.3_all.ipk           luci-i18n-aliyundrive-webdav-zh-cn_2.3.3-1_all.ipk

2、opkg install 安装:

# opkg install luci-app-aliyundrive-webdav_2.3.3_all.ipk 
Unknown package 'luci-app-aliyundrive-webdav'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libc for luci-app-aliyundrive-webdav
 * pkg_hash_check_unresolved: cannot find dependency aliyundrive-webdav for luci-app-aliyundrive-webdav
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-aliyundrive-webdav found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-app-aliyundrive-webdav.

# opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.3.3-1_all.ipk 
Unknown package 'luci-i18n-aliyundrive-webdav-zh-cn'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libc for luci-i18n-aliyundrive-webdav-zh-cn
 * pkg_hash_check_unresolved: cannot find dependency luci-app-aliyundrive-webdav for luci-i18n-aliyundrive-webdav-zh-cn
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-i18n-aliyundrive-webdav-zh-cn found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-i18n-aliyundrive-webdav-zh-cn.

# opkg install aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk 
Unknown package 'aliyundrive-webdav'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libc for aliyundrive-webdav
 * pkg_hash_fetch_best_installation_candidate: Packages for aliyundrive-webdav found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package aliyundrive-webdav.
root@iStoreOS-BoYv-705:/mnt/data_sda1/aliyun-webdev#

版本

2.3.3

运行平台

路由器「iStoreOS」

日志

不知道哪个是日志文件,没找到日志文件