You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Hello,
On the OpenIndiana operating system, using go version
$ go version
go version go1.17 illumos/amd64
I am getting the following error during an attempt to build the github CLI (gh).
I'm looking for help on how to solve this please ?
github.com/AlecAivazis/survey/v2/terminal
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:47:35: undefined: syscall.SYS_IOCTL
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:47:81: undefined: ioctlReadTermios
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:54:35: undefined: syscall.SYS_IOCTL
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:54:81: undefined: ioctlWriteTermios
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:62:35: undefined: syscall.SYS_IOCTL
../go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.2/terminal/runereader_posi
x.go:62:81: undefined: ioctlWriteTermios
exit status 2
build.go: building task
bin/gh
failed.gmake: *** [Makefile:17: bin/gh] Error 1
The text was updated successfully, but these errors were encountered: