We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
packer-plugin-sdk fails to build for the aix/ppc64 compiler target.
$ GOOS=aix GOARCH=ppc64 go build ./... # github.com/hashicorp/packer-plugin-sdk/pathing pathing/config_file.go:41:9: undefined: configDir pathing/config_file.go:88:28: undefined: defaultConfigFile # github.com/bgentry/speakeasy ../../../go/pkg/mod/github.com/bgentry/speakeasy@v0.1.0/speakeasy.go:23:18: undefined: getPassword # github.com/hashicorp/go-sockaddr ../../../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/route_info.go:14:10: undefined: routeInfo ../../../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/ifaddrs.go:116:13: undefined: NewRouteInfo ../../../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/ifaddrs.go:276:13: undefined: NewRouteInfo
Encountered on v0.3.2, but still fails on the main branch.
v0.3.2
main
go 1.23.1 on AIX 7.3, but reproducible via cross-compilation on Linux
The text was updated successfully, but these errors were encountered:
I've opened a PR with proposed fixes: #263
Sorry, something went wrong.
No branches or pull requests
Overview of the Issue
packer-plugin-sdk fails to build for the aix/ppc64 compiler target.
Reproduction Steps
Packer Plugin SDK version
Encountered on
v0.3.2
, but still fails on themain
branch.Operating system and Environment details
go 1.23.1 on AIX 7.3, but reproducible via cross-compilation on Linux
The text was updated successfully, but these errors were encountered: