You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/01/17 20:58:00 UTC

[jira] [Assigned] (ARROW-11171) [Go] Build fails on s390x with noasm tag

     [ https://issues.apache.org/jira/browse/ARROW-11171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou reassigned ARROW-11171:
------------------------------------

    Assignee: Jonathan Albrecht

> [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
>            Assignee: Jonathan Albrecht
>            Priority: Minor
>              Labels: pull-request-available, s390x
>          Time Spent: 40m
>  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)