he-toolkit icon indicating copy to clipboard operation
he-toolkit copied to clipboard

Failed to build HEXL library

Open alongnice opened this issue 3 months ago • 0 comments

Version Information (Put N/A for Not Applicable)

Software Version(s)
Linux rhel fedora 8.8 kernel-5.4
Git 2.39
CMake N/A
Compiler (GCC, Clang, etc.) 8.5
Python 3.11
Doxygen N/A
HE Toolkit main 859025f
Recipe File(s) Used N/A

Describe the bug
I don't have docker in my environment repository, so I chose to build it on the system. In the process of execution

$ hekit  install  default.toml 
hexl/1.2.3
fetch
build
cwd: /home/along/.hekit/components/hexl/1.2.3/build
pre-build
cmake -S /home/along/.hekit/components/hexl/1.2.3/fetch/hexl -B /home/along/.hekit/components/hexl/1.2.3/build
               -DCMAKE_INSTALL_PREFIX=/home/along/.hekit/components/hexl/1.2.3/install
Error while running subcommand
 FileNotFoundError(2, 'No such file or directory')

I can't understand why he came into being. is it the problem of the hexl project? I saw a known problem mentioned in the readme file. So I took a look at the supported instruction set.

$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Platinum 8255C CPU @ 2.50GHz
stepping	: 5
microcode	: 0x1
cpu MHz		: 2500.000
cache size	: 36608 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 arat avx512_vnni
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Platinum 8255C CPU @ 2.50GHz
stepping	: 5
microcode	: 0x1
cpu MHz		: 2500.000
cache size	: 36608 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 arat avx512_vnni
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

It contains the AVX512DQ you mentioned, and I can't confirm whether it is consistent with the known problem.

So I need some help, if you need any other environmental information, please contact me.

alongnice avatar Apr 02 '24 08:04 alongnice