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

Docker-compose build fails due to /x/term redeclaration #16

Open
bicabone opened this issue Feb 12, 2021 · 0 comments
Open

Docker-compose build fails due to /x/term redeclaration #16

bicabone opened this issue Feb 12, 2021 · 0 comments

Comments

@bicabone
Copy link

Pulling master and running docker-compose up fails at the following step

go: downloading golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf

# golang.org/x/term
/go/pkg/mod/golang.org/x/[email protected]/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block
        previous declaration at /go/pkg/mod/golang.org/x/[email protected]/term_unix_aix.go:9:26
/go/pkg/mod/golang.org/x/[email protected]/term_unix_linux.go:10:7: ioctlWriteTermios redeclared in this block
        previous declaration at /go/pkg/mod/golang.org/x/[email protected]/term_unix_aix.go:10:27
make: *** [Makefile:20: vet] Error 2
ERROR: Service 'droplets' failed to build : The command '/bin/sh -c CGO_ENABLED=0 make setup all' returned a non-zero code: 2
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

No branches or pull requests

1 participant