Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails on Fedora 38 with GO 1.20.8 #491

Open
prathmesh01 opened this issue Oct 15, 2023 · 0 comments
Open

Installation fails on Fedora 38 with GO 1.20.8 #491

prathmesh01 opened this issue Oct 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@prathmesh01
Copy link

Describe the bug
Installation of lazydocker using command go install github.com/jesseduffield/lazydocker@latest fails with the error:

$ go install github.com/jesseduffield/lazydocker@latest
# github.com/rivo/uniseg
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:13:19: undefined: prN
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:14:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:15:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:16:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:17:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:18:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:19:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:20:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:21:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:22:19: undefined: prNa
go/pkg/mod/github.com/rivo/uniseg@v0.4.2/eastasianwidth.go:22:19: too many errors

To Reproduce
Steps to reproduce the behavior:

  1. Open terminal
  2. Install go version 1.20.8 using sudo dnf install golang
  3. Install lazydocker using go install github.com/jesseduffield/lazydocker@latest
  4. See error

Expected behaviour
Installation should not fail and lazydocker should be installed.

Screenshots
image

Desktop (please complete the following information):

  • OS: Fedora 38
  • Lazydocker Version: 0.23.1
  • Linux Kernel: 6.5.6
  • Go version: 1.20.8
  • Platform: AMD64 / X86_64
@prathmesh01 prathmesh01 added the bug Something isn't working label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant