Summary: | media-libs/openh264-2.2.0 failed to emerge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | media-video, sam, xavier.fim |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=858287 https://bugs.gentoo.org/show_bug.cgi?id=858431 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Leonid Kopylov
2022-07-17 14:01:34 UTC
Created attachment 791936 [details]
build.log
I don't get why you keep hitting these, it seems to be the same issue each time. 1. Could you tell me which CPU you have? 2. Could you run this and share the output: for t in param target; do cmd="gcc -Q -O2 --help=$t"; diff -U0 <(LANG=C $cmd) <(LANG=C $cmd -march=native); done (In reply to Sam James from comment #2) > I don't get why you keep hitting these, it seems to be the same issue each > time. > > 1. Could you tell me which CPU you have? > 2. Could you run this and share the output: > for t in param target; do cmd="gcc -Q -O2 --help=$t"; diff -U0 <(LANG=C > $cmd) <(LANG=C $cmd -march=native); done 1. It's Parallels Desktop on Mac Studio - M1 Max 2. # for t in param target; do cmd="gcc -Q -O2 --help=$t"; diff -U0 <(LANG=C $cmd) <(LANG=C $cmd -march=native); done --- /dev/fd/63 2022-07-17 17:12:25.195266337 +0300 +++ /dev/fd/62 2022-07-17 17:12:25.195266337 +0300 @@ -3 +3 @@ - -march= armv8-a + -march= armv8-a+crypto+crc+lse+rcpc+rdma+dotprod+fp16fml+sb+ssbs+flagm+pauth (In reply to Leonid Kopylov from comment #3) > 1. It's Parallels Desktop on Mac Studio - M1 Max Aha! Thank you! That might be a big help. (In reply to Sam James from comment #4) > (In reply to Leonid Kopylov from comment #3) > > 1. It's Parallels Desktop on Mac Studio - M1 Max > > Aha! Thank you! That might be a big help. If following can help: # lscpu Architecture: aarch64 CPU op-mode(s): 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: ARM BIOS Vendor ID: Apple Model name: - BIOS Model name: Apple Silicon None CPU @ 2.0GHz BIOS CPU family: 257 Model: 0 Thread(s) per core: 1 Core(s) per cluster: 4 Socket(s): 1 Cluster(s): 1 Stepping: r0p0 BogoMIPS: 48.00 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint NUMA: NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerabilities: Itlb multihit: Not affected L1tf: Not affected Mds: Not affected Meltdown: Not affected Mmio stale data: Not affected Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl Spectre v1: Mitigation; __user pointer sanitization Spectre v2: Not affected Srbds: Not affected Tsx async abort: Not affected |