-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Failed to build yay #1886
Comments
Seems some package upgrade caused the condition to pipe the output to the go command |
yay v11.3.2 should have the fix for this as well. Please report if it is not resolved and thanks for the initial report @OptixWolf |
@abisalde do you have pacman -S --needed git base-devel |
I will try this now |
too much bleeding edge.. # github.com/Jguer/aur/metadata
../gopath/pkg/mod/github.com/!jguer/aur@v1.2.3/metadata/cache.go:137:28: error: reference to undefined identifier 'url.JoinPath'
137 | reqURL, err := url.JoinPath(a.baseURL, endpoint)
| ^
note: module requires Go 1.19
make: *** [Makefile:113: yay] Error 2
==> ERROR: A failure occurred in build().
Aborting...
➜ yay git:(master) go version
go version go1.18 gccgo (GCC) 12.2.1 20230201 linux/amd64
➜ yay git:(master) |
Affected Version
yay-git 11.3.1.r0.g3f5dffc-1
Describe the bug
Can't build the package because of an error
Reproduction Steps
Expected behavior
It should install yay
Output
The text was updated successfully, but these errors were encountered: