goterm icon indicating copy to clipboard operation
goterm copied to clipboard

OpenPTY fails on ppc64le and s390x

Open davide125 opened this issue 4 years ago • 0 comments

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)

davide125 avatar Jun 20 '21 17:06 davide125