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

Linker error when building with Go 1.23 #104

Closed
tuhtah opened this issue Aug 21, 2024 · 0 comments · Fixed by #105
Closed

Linker error when building with Go 1.23 #104

tuhtah opened this issue Aug 21, 2024 · 0 comments · Fixed by #105

Comments

@tuhtah
Copy link
Contributor

tuhtah commented Aug 21, 2024

Hi,

Trying to compile Bento v1.2.0 using Go 1.23.0 on Arch Linux results in the following linker error:

$ go version
go version go1.23.0 linux/amd64

$ make
# github.com/warpstreamlabs/bento/cmd/bento
link : github.com/parquet-go/parquet-go/hashprobe/aeshash: invalid reference to runtime.aeskeysched
make: *** [Makefile:44: target/bin/bento] Error 1

The problem got fixed in upstream dependency parquet-go: parquet-go/parquet-go#142

Using their latest 0.23.0 release fixes the compile problem:

$ go get -u github.com/parquet-go/parquet-go@v0.23.0

See:

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

Successfully merging a pull request may close this issue.

1 participant