You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "clausecker (via GitHub)" <gi...@apache.org> on 2023/03/18 01:18:40 UTC

[GitHub] [arrow] clausecker opened a new issue, #34629: Doesn't build on riscv64-freebsd

clausecker opened a new issue, #34629:
URL: https://github.com/apache/arrow/issues/34629

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   While building a project (`github.com/brimdata/zed/cmd/zed`) on riscv64-freebsd, we encountered a build failure in this project:
   
   ```
   # github.com/apache/arrow/go/v11/internal/utils
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:76:4: undefined: TransposeInt8Int8
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:78:4: undefined: TransposeInt8Int16
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:80:4: undefined: TransposeInt8Int32
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:82:4: undefined: TransposeInt8Int64
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:84:4: undefined: TransposeInt8Uint8
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:86:4: undefined: TransposeInt8Uint16
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:88:4: undefined: TransposeInt8Uint32
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:90:4: undefined: TransposeInt8Uint64
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:95:4: undefined: TransposeInt16Int8
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:97:4: undefined: TransposeInt16Int16
   vendor/github.com/apache/arrow/go/v11/internal/utils/transpose_ints_def.go:97:4: too many errors
   ```
   
   It appears that support code for riscv64 is missing.  Please add such code.
   
   ### Component(s)
   
   Go


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] zeroshade commented on issue #34629: [Go] Doesn't build on riscv64-freebsd

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #34629:
URL: https://github.com/apache/arrow/issues/34629#issuecomment-1476411477

   This is definitely an oversight in the way I implemented it. I'll fix this up so that it should properly default to the pure go impls for anything that we don't have a specific implementation for. That way future platform additions like go1.20 adding riscv64 won't break. I'll get this in quickly so it can make it into v12.


-- 
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


[GitHub] [arrow] zeroshade closed issue #34629: [Go] Doesn't build on riscv64-freebsd

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #34629: [Go] Doesn't build on riscv64-freebsd
URL: https://github.com/apache/arrow/issues/34629


-- 
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: issues-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] clausecker commented on issue #34629: [Go] Doesn't build on riscv64-freebsd

Posted by "clausecker (via GitHub)" <gi...@apache.org>.
clausecker commented on issue #34629:
URL: https://github.com/apache/arrow/issues/34629#issuecomment-1476478974

   Thanks, that would be great!


-- 
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