Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

OpenPTY fails on ppc64le and s390x #10

Open
davide125 opened this issue Jun 20, 2021 · 0 comments
Open

OpenPTY fails on ppc64le and s390x #10

davide125 opened this issue Jun 20, 2021 · 0 comments

Comments

@davide125
Copy link

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)

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

No branches or pull requests

1 participant