Skip to content

build fails #317

@pleadeis

Description

@pleadeis

Before creating a bug report please make sure you are using the latest docker image / code base.

Please complete the following information

  • Installation Type: Native
  • Have you tried using the latest docker image / code base yes

Describe the bug
A clear and concise description of what the bug is.

$ go build -o ./dist/podgrab ./main.go

go build -o ./dist/podgrab./main.go
/home/myuser/go/pkg/mod/github.com/mattn/go-isatty@v0.0.12/isatty_tcgets.go:6:8: missing go.sum entry for module providing package golang.org/x/sys/unix (imported bygithub.com/mattn/go-isatty); to add:
	go get github.com/mattn/go-isatty@v0.0.12

running go get github.com/mattn/go-isatty@v0.0.12 as suggested resolves the error

To Reproduce
Steps to reproduce the behavior (following ubuntu-install.md):

  1. Install go, deps, clone = all OK
  2. Build and Copy dependencies = OK until the last line

Expected behavior
proceed without error

Screenshots
n/a

Additional context

  • Debian GNU/Linux 12 (bookworm) (Not ubuntu)
  • go version go1.19.8 linux/amd64

described same error: #240, #299

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions