View Issue Details

IDProjectCategoryView StatusLast Update
0000591AlmaLinux-10Generalpublic2025-12-11 09:14
Reporterzguig Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status newResolutionopen 
Summary0000591: Golang is compiled for v3 instructions support / Almalinux 10 x86-64-v2
DescriptionGolang 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 ReproduceStart any go command (ex: go -v) => This program can only be run on AMD64 processors with v3 microarchitecture support.
Additional InformationAfter 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
TagsNo tags attached.

Activities

zguig

2025-12-08 16:57

reporter   ~0001197

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.

zguig

2025-12-10 09:49

reporter   ~0001198

Fixes have been found and should be published / available soon

zguig

2025-12-11 09:14

reporter   ~0001199

Fixes are available :)
Just don't know how / have permissions to change resolution status to solved

Issue History

Date Modified Username Field Change
2025-12-08 16:47 zguig New Issue
2025-12-08 16:57 zguig Note Added: 0001197
2025-12-10 09:49 zguig Note Added: 0001198
2025-12-11 09:14 zguig Note Added: 0001199