Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termios/pty_freebsd.go:10:15: undefined: unix #57

Closed
yurivict opened this issue Nov 20, 2020 · 1 comment · Fixed by #61
Closed

termios/pty_freebsd.go:10:15: undefined: unix #57

yurivict opened this issue Nov 20, 2020 · 1 comment · Fixed by #61

Comments

@yurivict
Copy link

The "o" project https://github.com/xyproto/o fails:

 github.com/pkg/term/termios
vendor/github.com/pkg/term/termios/pty_freebsd.go:10:15: undefined: unix
vendor/github.com/pkg/term/termios/pty_freebsd.go:19:22: undefined: unix
vendor/github.com/pkg/term/termios/pty_freebsd.go:24:19: undefined: unix
vendor/github.com/pkg/term/termios/pty_freebsd.go:33:19: undefined: unix
*** Error code 2

This is a regression between c3ffed2 and v1.1.0 (it was building fine in c3ffed2).

FreeBSD 12.2

@TByte007
Copy link

TByte007 commented Mar 5, 2024

This is still a problem

github.com/pkg/term/termios

/home/tbyte/go/pkg/mod/github.com/pkg/[email protected]/termios/pty_freebsd.go:10:15: undefined: unix
/home/tbyte/go/pkg/mod/github.com/pkg/[email protected]/termios/pty_freebsd.go:19:22: undefined: unix
/home/tbyte/go/pkg/mod/github.com/pkg/[email protected]/termios/pty_freebsd.go:24:19: undefined: unix
/home/tbyte/go/pkg/mod/github.com/pkg/[email protected]/termios/pty_freebsd.go:33:19: undefined: unix

go version go1.20.12 freebsd/amd64 FreeBSD 14.0-RELEASE-p3

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

Successfully merging a pull request may close this issue.

2 participants