[问题描述] 龙芯 Anolis OS 8.4 loongarch64开发环境测试语言项安装rust failed,yum源无该安装包 [root@localhost ~]# yum install rust Last metadata expiration check: 2:22:41 ago on Thu 23 Dec 2021 06:37:48 PM CST. No match for argument: rust Error: Unable to find a match: rust [环境信息]: 内核信息: # uname -r 4.19.190-3.an8.loongarch64 操作系统信息: # cat /etc/os-release NAME="Anolis OS" VERSION="8.4" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.4" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.4" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" cpu信息: # lscpu Architecture: loongarch64 Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 CPU family: Loongson-64bit Model name: Loongson-3A5000LL BogoMIPS: 4600.00 L1d cache: 64K L1i cache: 64K L2 cache: 256K L3 cache: 16384K NUMA node0 CPU(s): 0-3 Flags: cpucfg lam ual fpu lsx lasx complex crypto lvz lbt_x86 lbt_arm lbt_mips 内存信息: # free -h total used free shared buff/cache available Mem: 15Gi 578Mi 14Gi 15Mi 460Mi 13Gi Swap: 7.9Gi 0B 7.9Gi [期望结果]: rust 能 正常安装使用 [实际结果]: rust 安装失败
yum源没有推送,请使用内部源 详见发行声明 http://build.openanolis.cn/kojifiles/output/an-8-loongarch64-RC2/
已和开发确认, rc2 yum源还是存在该问题,包安装失败,缺失安装包。
已经更新RC2的yum源
root@localhost ~]# uname -r 4.19.190-4.an8.loongarch64 [root@localhost ~]# yum install rust Last metadata expiration check: 2:01:57 ago on Fri 21 Jan 2022 02:21:25 PM CST. Package rust-1.41.1-1.lns8.loongarch64 is already installed. Dependencies resolved. Nothing to do. Complete! rust 安装成功,存在编译问题,已新开bug跟踪:https://bugzilla.openanolis.cn/show_bug.cgi?id=284