-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Upgrading opensnitch fails #593
Comments
Hi @yousefvand , I don't use yay, so I don't know what's going on here. The few times I've used it I remember there was an option to delete local sources and compile it from upstream, is it possible that such option exists? |
Hi. yay uses upstream (this repo) for compiling. I guess something is wrong with my GO environments variables but I cannot figure it out. |
hey @yousefvand , When executing
If it fails with "... exists in the filesystem" try: Bear in mind that I'm not an Arch user, so proceed at your own risk O:) I think that you should really ask on the Arch forums. |
I did uninstall opensnitch and installed it in clean mode as you suggested. Still get the same error. |
sorry @yousefvand , I don't know how to solve this problem :(. You better ask on Arch forums or even on the AUR page, I'm sure they'll help you. |
Describe the bug
yay
fails to upgrade from version1.5.0.r6.9770cf5-1
to1.5.0.r37.bb25362-1
I have tried go get github.com/golang/protobuf/protoc-gen-go and got protoc-gen-go in $HOME/go/bin but still error exist. I don't set $GOPATH so it is $HOME/go by default (changing it doesn't help).
Include the following information:
1.5.0.r6.9770cf5-1
To Reproduce
Every time I try to upgrade Opensnitch.
Expected behavior (optional)
Smoothly upgrade to next version (as I always be able to)
Error
cannot find package "github.com/golang/protobuf/protoc-gen-go" in any of: /usr/lib/go/src/github.com/golang/protobuf/protoc-gen-go (from $GOROOT) /home/me/.cache/yay/opensnitch-git/src/gopath/src/github.com/golang/protobuf/protoc-gen-go (from $GOPATH) ==> ERROR: A failure occurred in build(). Aborting... -> error making: opensnitch-git
The text was updated successfully, but these errors were encountered: