Summary: | gost3411-2012: illegal hardware instruction | ||
---|---|---|---|
Product: | Branch p8 | Reporter: | Дмитрий Державин <dd> |
Component: | streebog | Assignee: | Andrey Cherepanov <cas> |
Status: | CLOSED FIXED | QA Contact: | qa-p8 <qa-p8> |
Severity: | normal | ||
Priority: | P3 | CC: | gremlin, lav |
Version: | не указана | ||
Hardware: | all | ||
OS: | Linux |
Description
Дмитрий Державин
2017-06-26 18:30:24 MSK
cas@cas ~ $ gost3411-2012 -t M1: 012345678901234567890123456789012345678901234567890123456789012 GOST R 34.11-2012 512 bit digest (M1): 0x1b54d01a4af5b9d5cc3d86d68d285462b19abc2475222f35c085122be4ba1ffa00ad30f8767b3a82384c6574f024c311e2a481332b08ef7f41797891c1646f48 GOST R 34.11-2012 256 bit digest (M1): 0x9d151eefd8590b89daa6ba6cb74af9275dd051026bb149a452fd84e5e57b5500 Какая машина и какая битность? (В ответ на комментарий №1)
> Какая машина и какая битность?
64 же.
$ cat /proc/cpuinfo
[…]
processor : 3
vendor_id : AuthenticAMD
cpu family : 18
model : 1
model name : AMD A8-3850 APU with Radeon(tm) HD Graphics
stepping : 0
microcode : 0x300000f
cpu MHz : 2899.776
cache size : 1024 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 3
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 6
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 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt arat hw_pstate npt lbrv svm_lock nrip_save pausefilter vmmcall
bugs : fxsave_leak sysret_ss_attrs
bogomips : 5799.55
TLB size : 1536 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
%build %ifarch x86_64 export CFLAGS="-march=core2 -mtune=sandybridge -mssse3" %endif %make_build streebog-0.11-alt2.git8de633e -> sisyphus: Mon Jul 31 2017 Andrey Cherepanov <cas@altlinux.org> 0.11-alt2.git8de633e - Set compatibility flags (ALT #33592) Solution is supplied by gremlin@ $ rpm -qv streebog streebog-0.11-alt2.git8de633e $ gost3411-2012 -t M1: 012345678901234567890123456789012345678901234567890123456789012 zsh: illegal hardware instruction gost3411-2012 -t (В ответ на комментарий №5)
> $ rpm -qv streebog
> streebog-0.11-alt2.git8de633e
> $ gost3411-2012 -t
> M1: 012345678901234567890123456789012345678901234567890123456789012
> zsh: illegal hardware instruction gost3411-2012 -t
Покажи свой
cat /proc/cpuinfo | grep ^flags | uniq
(В ответ на комментарий №6) > (В ответ на комментарий №5) > > $ rpm -qv streebog > > streebog-0.11-alt2.git8de633e > > $ gost3411-2012 -t > > M1: 012345678901234567890123456789012345678901234567890123456789012 > > zsh: illegal hardware instruction gost3411-2012 -t > Покажи свой > > cat /proc/cpuinfo | grep ^flags | uniq Ой, уже есть. Прощу прощения. streebog-0.11-alt3.git8de633e -> sisyphus: Mon Oct 16 2017 Andrey Cherepanov <cas@altlinux.org> 0.11-alt3.git8de633e - Completely fix for AMD CPUs (ALT #33592) - Package man page Спасибо! |