CachyOS / CachyOS/distribution
[Package] pamac-aur 11.7.3-1 compiled with wrong CPU definition?
- Dominant language
- No language data
- Stars
- 27
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
> pamac-aur
> URL | https://github.com/manjaro/pamac
> Version | 11.7.3-1
> Packager | CachyOS
> Architecture | x86_64
> Build Date | Friday, 9 May 2025 17:37:14 UTC
Was trying to run pamac-aur on my PC (Ryzen 5900X, a CPU with x86-64-v3 )
but it segfaults on e.g. `pamac list`.
Seems the compile target of e.g pamac-daemon was x86-64-v4 (Intel Skylake / AMD Zen4/Ryzen 7000 and up):
```
$/usr/bin/pamac-daemon
/usr/bin/pamac-daemon: CPU ISA level is lower than required
$readelf -a /usr/bin/pamac-daemon
[...]
Properties: x86 feature: IBT, SHSTK
x86 ISA needed: x86-64-baseline, x86-64-v2, x86-64-v3, x86-64-v4
x86 feature used: x86, XMM, YMM, ZMM
x86 ISA used: x86-64-baseline, x86-64-v3, x86-64-v4
```
CachyOS System Requirements in the Wiki list [x86-64-v3 capable CPU](https://wiki.cachyos.org/installation/installation_prepare#x86_64-microarchitecture-level-support) as recommended.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.