You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ShourieG (via GitHub)" <gi...@apache.org> on 2023/06/14 10:47:25 UTC

[GitHub] [arrow] ShourieG commented on issue #36052: [Go] Cross Build Failures with version 12.0.1

ShourieG commented on issue #36052:
URL: https://github.com/apache/arrow/issues/36052#issuecomment-1590953720

   @zeroshade I revisited the build process in our CI and the failures seem to occur with x86 platforms linux/386 and windows/386
   
   ```js
   github.com/apache/arrow/go/v12/parquet/internal/utils
   /go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1-0.20230605094802-c153c6d36ccf/parquet/internal/utils/bit_reader.go:230:18: undefined: unpack32
   /go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1-0.20230605094802-c153c6d36ccf/parquet/internal/utils/bit_reader.go:274:3: undefined: BytesToBools
   /go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1-0.20230605094802-c153c6d36ccf/parquet/internal/utils/bit_reader.go:318:18: undefined: unpack32
   note: module requires Go 1.20
   Error: running "go build -o build/golang-crossbuild/filebeat-linux-386 -buildmode pie -trimpath -tags=withjournald -ldflags -s -X github.com/elastic/beats/v7/libbeat/version.buildTime=2023-06-14T10:33:13Z -X github.com/elastic/beats/v7/libbeat/version.commit=4b458e0fa9888c53f02193fac70661e5c7c0d30a" failed with exit code 2
   Error: failed building for linux/386: exit status 2
   failed building for linux/386: exit status 2
   ```
   So my initial assumption of the build failing on linux/amd64 platforms was wrong. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org