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

Issues with installation #5

Open
nullptr-deref opened this issue Jan 31, 2023 · 2 comments
Open

Issues with installation #5

nullptr-deref opened this issue Jan 31, 2023 · 2 comments

Comments

@nullptr-deref
Copy link

I've tried to install yagostatus using go install and AUR.

When trying to run go install github.com/burik666/yagostatus (go get isn't supported outside of go modules nowadays, whatever it means) I get the following message:

widgets/http.go:17:2: missing go.sum entry for module providing package golang.org/x/net/websocket (imported by github.com/burik666/yagostatus/widgets); to add:
	go get github.com/burik666/yagostatus/widgets
ygs/utils.go:11:2: missing go.sum entry for module providing package gopkg.in/yaml.v2 (imported by github.com/burik666/yagostatus/internal/pkg/config); to add:
	go get github.com/burik666/yagostatus/internal/pkg/config

Before that I've tried to install it as an AUR package, but it doesn't work either. It halts because of issue in PKGBUILD (usage of go get). I've tried to fix it but had no success.

@burik666
Copy link
Owner

burik666 commented Feb 2, 2023

Try the dev version.

go install github.com/burik666/yagostatus@dev

@nullptr-deref
Copy link
Author

Will try it out a bit later.
Still, I can suggest a couple of changes for the PKGBUILD file to let makepkg build latest source (or whatever version selected) properly without user interference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants