View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000591 | AlmaLinux-10 | General | public | 2025-12-08 16:47 | 2025-12-11 09:14 |
| Reporter | zguig | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0000591: Golang is compiled for v3 instructions support / Almalinux 10 x86-64-v2 | ||||
| Description | Golang package build on Almalinux 10 x86-64-v2 release is not able to execute: "This program can only be run on AMD64 processors with v3 microarchitecture support." Also reported here by a user: https://forums.almalinux.org/t/golang-x86-64-v2-requires-v3/6841 | ||||
| Steps To Reproduce | Start any go command (ex: go -v) => This program can only be run on AMD64 processors with v3 microarchitecture support. | ||||
| Additional Information | After looking to the content of the package golang-src-1.25.3-1.el10_1.alma.1.noarch.html Golang compiler source tree AlmaLinux 10.1 AppStream for x86_64_v2 golang-src-1.25.3-1.el10_1.alma.1.noarch.rpm, I found in file lib/golang/src/internal/buildcfg/zbootstrap.go this default value: const DefaultGOAMD64 = `v3` From what I understood, there is an additionnal env var, that should be used to overload this : GOAMD64=v2 | ||||
| Tags | No tags attached. | ||||
|
|
dnf info golang Last metadata expiration check: 3:18:34 ago on Mon Dec 8 14:37:19 2025. Installed Packages Name : golang Version : 1.25.3 Release : 1.el10_1.alma.1 Architecture : x86_64_v2 Size : 9.0 M Source : golang-1.25.3-1.el10_1.alma.1.src.rpm Repository : @System From repo : appstream Summary : The Go Programming Language URL : https://go.dev License : BSD-3-Clause AND LicenseRef-Fedora-Public-Domain Description : The Go Programming Language. |
|
|
Fixes have been found and should be published / available soon |
|
|
Fixes are available :) Just don't know how / have permissions to change resolution status to solved |