goterm
goterm copied to clipboard
OpenPTY fails on ppc64le and s390x
When building goterm for ppc64le and s390x on Linux, the OpenPTY calls fail:
github.com/google/goterm/term
--- FAIL: TestClose (0.00s)
termios_test.go:92: OpenPTY failed: open /dev/pts/4294967296: no such file or directory
--- FAIL: TestGetPass (0.00s)
termios_test.go:138: OpenPTY() failed: open /dev/pts/4294967296: no such file or directory
--- FAIL: TestGetChar (0.00s)
termios_test.go:199: OpenPTY failed: open /dev/pts/4294967296: no such file or directory
FAIL
exit status 1
FAIL github.com/google/goterm/term 0.057s
You can find the full logs at https://koji.fedoraproject.org/koji/taskinfo?taskID=70436491 and https://koji.fedoraproject.org/koji/taskinfo?taskID=70436492 (look at build.log)