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

rawhide: podman build is completely broken #6451

Closed
edsantiago opened this issue Jun 1, 2020 · 3 comments
Closed

rawhide: podman build is completely broken #6451

edsantiago opened this issue Jun 1, 2020 · 3 comments
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Collaborator

koji is completely broken on all arches on rawhide:

# Only generate the varlink code on Linux (see issue #4814).
GO111MODULE=off go generate ./pkg/varlink/...
../../vendor/github.com/varlink/go/cmd/varlink-go-interface-generator/main.go:12:2: cannot find package "github.com/varlink/go/varlink/idl" in any of:
	/usr/lib/golang/src/github.com/varlink/go/varlink/idl (from $GOROOT)
	/builddir/build/BUILD/libpod-22713d62e2860052e21e5e985fba169834709fdc/_output/src/github.com/varlink/go/varlink/idl (from $GOPATH)
pkg/varlink/generate.go:3: running "go": exit status 1
make: *** [Makefile:675: pkg/varlink/iopodman.go] Error 1

I'm guessing it has to be #6353 but it'll take me too long to figure out the full root cause. I bet something needs to be tweaked in the fedpkg specfile (master).

@baude
Copy link
Member

baude commented Jun 1, 2020

@edsantiago the GOPATH isnt being set.

@edsantiago
Copy link
Collaborator Author

I've removed varlink from the rawhide specfile. Keeping fingers crossed.

@edsantiago
Copy link
Collaborator Author

Took two tries — my mistake, I had forgotten how to run fedpkg local to test — but Koji builds are now fixed.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

2 participants