Bug 5426 - [Anolis23 GA][x86_64/aarch64][软件兼容性]yum源中没有conda软件包,导致软件兼容性测试用例anacoda失败
Summary: [Anolis23 GA][x86_64/aarch64][软件兼容性]yum源中没有conda软件包,导致软件兼容性测试用例anacoda失败
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-06 17:39 UTC by meil_wei
Modified: 2024-01-11 17:50 UTC (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meil_wei alibaba_cloud_group 2023-06-06 17:39:32 UTC
[缺陷描述]:
anolis23 yum源中没有conda软件包,导致软件兼容性测试用例失败;

报错如下:
# yum -y install conda
Last metadata expiration check: 1:21:31 ago on Tue 06 Jun 2023 04:12:36 PM CST.
No match for argument: conda
Error: Unable to find a match: conda

[复现概率]:
必现

[复现环境]:
内核:
# uname -r
5.10.134-14.an23.x86_64

# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

内存信息:
# free -g
               total        used        free      shared  buff/cache   available
Mem:              30           0          27           0           2          29
Swap:              0           0           0

cpu信息:
# lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         46 bits physical, 57 bits virtual
  Byte Order:            Little Endian
CPU(s):                  8
  On-line CPU(s) list:   0-7
Vendor ID:               GenuineIntel
  BIOS Vendor ID:        Alibaba Cloud
  Model name:            Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
    BIOS Model name:     pc-i440fx-2.1  CPU @ 0.0GHz
    BIOS CPU family:     1
    CPU family:          6
    Model:               106
    Thread(s) per core:  2
    Core(s) per socket:  4
    Socket(s):           1
    Stepping:            6
    BogoMIPS:            5399.99
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse s
                         se2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid aperfmperf
                          tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt ae
                         s xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ibrs_e
                         nhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap
                         avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wb
                         noinvd arat avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg a
                         vx512_vpopcntdq rdpid fsrm arch_capabilities
Virtualization features:
  Hypervisor vendor:     KVM
  Virtualization type:   full
Caches (sum of all):
  L1d:                   192 KiB (4 instances)
  L1i:                   128 KiB (4 instances)
  L2:                    5 MiB (4 instances)
  L3:                    48 MiB (1 instance)
NUMA:
  NUMA node(s):          1
  NUMA node0 CPU(s):     0-7
Vulnerabilities:
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Mmio stale data:       Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
  Retbleed:              Not affected
  Spec store bypass:     Vulnerable
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Enhanced IBRS, RSB filling, PBRSB-eIBRS SW sequence
  Srbds:                 Not affected
  Tsx async abort:       Not affected

[复现步骤]:
yum install conda

[预期结果]:
conda安装成功

[实际结果]:
yum源中无conda软件包
Comment 1 yunmeng365524 2023-06-06 17:43:10 UTC
请考虑加一下包,ga后在社区增加an23的软件兼容性列表
Comment 2 happy_orange alibaba_cloud_group 2023-06-30 14:33:10 UTC
23.0 版本不提供该软件,待到后面版本考虑是否引入。
Comment 3 wangpingping alibaba_cloud_group 2024-01-11 13:55:58 UTC
Anolis 23.1 版本,内核5.10.134-16.2_rc1.an23.x86_64 yum源中此软件依旧不存在,麻烦帮忙确认下此版本是否需要提供
Comment 4 xuchunmei alibaba_cloud_group 2024-01-11 17:50:47 UTC
conda组件放在epao源。
使用方式:
yum install anolis-epao-release -y
yum install conda -y