[
https://issues.apache.org/jira/browse/ARROW-11171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-11171:
-----------------------------------
Labels: pull-request-available s390x (was: s390x)
> [Go] Build fails on s390x with noasm tag
> ----------------------------------------
>
> Key: ARROW-11171
> URL: https://issues.apache.org/jira/browse/ARROW-11171
> Project: Apache Arrow
> Issue Type: Bug
> Components: Go
> Environment: linux on s390x with -tags='noasm'
> Reporter: Jonathan Albrecht
> Priority: Minor
> Labels: pull-request-available, s390x
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Initial support for s390x was added inĀ
> [aca707086160afd92da62aa2f9537a284528e48a|https://github.com/apache/arrow/commit/aca707086160afd92da62aa2f9537a284528e48a]
> but if building with -tags='noasm' it fails with:
> {code:go}
> # github.com/apache/arrow/go/arrow/math
> math/float64_s390x.go:21:6: initFloat64Go redeclared in this block
> previous declaration at math/float64_noasm.go:23:6
> math/int64_s390x.go:21:6: initInt64Go redeclared in this block
> previous declaration at math/int64_noasm.go:23:6
> math/math_s390x.go:24:6: initGo redeclared in this block
> previous declaration at math/math_noasm.go:25:6
> math/uint64_s390x.go:21:6: initUint64Go redeclared in this block
> previous declaration at math/uint64_noasm.go:23:6
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)