Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Feature request: add support for building on IBM AIX #380

Open
aklyachkin opened this issue Sep 21, 2021 · 2 comments
Open

Feature request: add support for building on IBM AIX #380

aklyachkin opened this issue Sep 21, 2021 · 2 comments
Labels

Comments

@aklyachkin
Copy link

Google Go supports IBM AIX since 1.14 at least with GOOS=aix GOARCH=ppc64.

Building for AIX fails with the following errors:

GOOS=aix GOARCH=ppc64 go build
# github.com/AlecAivazis/survey/v2/terminal
terminal/runereader_posix.go:47:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:47:81: undefined: ioctlReadTermios
terminal/runereader_posix.go:54:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:54:81: undefined: ioctlWriteTermios
terminal/runereader_posix.go:62:35: undefined: syscall.SYS_IOCTL
terminal/runereader_posix.go:62:81: undefined: ioctlWriteTermios

The pull request will follow.

@mislav
Copy link
Collaborator

mislav commented Sep 21, 2021

Thanks for the request!

Potentially solved by either #372 or #377

@cstes
Copy link

cstes commented Oct 13, 2021

I just logged a similar issue for OpenIndiana

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants