compile: version "go1.26.1" does not match go tool version "go1.26.1-X:nodwarf5" #8877
Unanswered
curio77
asked this question in
Troubleshooting and bug reports
Replies: 2 comments 1 reply
-
|
Do you get the same error running Do you use Fedora? (also see https://discussion.fedoraproject.org/t/why-does-the-go-compiler-uses-x-nodwarf5-by-default/179804) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm on Gentoo and have nothing related to DWARF 5 configured explicitly.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For a while now, and also with current mise 2026.4.3, I get the error from the title for a number of Go packages on my Linux/amd64 system. Here's two examples:
For the first example,
MISE_VERBOSE=1gives:I guess it is related to #8444 but different due to the additional Go tool version errors. No idea where that
-X:nodwarf5might come from.Of course, the equivalent manual
go installworks in all cases.Beta Was this translation helpful? Give feedback.
All reactions