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

Unable to use make to install, had to use make build instead #18

Open
samos123 opened this issue Nov 30, 2024 · 0 comments
Open

Unable to use make to install, had to use make build instead #18

samos123 opened this issue Nov 30, 2024 · 0 comments

Comments

@samos123
Copy link

Trying to install on Archlinux following steps in README:

➜  nvkind git:(main) make
go mod tidy
go mod vendor
internal error: failed to find embedded files of github.com/Masterminds/sprig/v3: /home/samos/go/pkg/mod/github.com/!masterminds/sprig/[email protected]/crypto.go:1:1: expected 'package', found 'EOF'
make: *** [Makefile:21: vendor] Error 1
➜  nvkind git:(main) ✗ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   go.mod
        modified:   go.sum
        deleted:    vendor/github.com/Masterminds/goutils/.travis.yml
        deleted:    vendor/github.com/Masterminds/goutils/CHANGELOG.md
        deleted:    vendor/github.com/Masterminds/goutils/LICENSE.txt
        deleted:    vendor/github.com/Masterminds/goutils/README.md
        deleted:    vendor/github.com/Masterminds/goutils/appveyor.yml
        deleted:    vendor/github.com/Masterminds/goutils/cryptorandomstringutils.go
        deleted:    vendor/github.com/Masterminds/goutils/randomstringutils.go
        deleted:    vendor/github.com/Masterminds/goutils/stringutils.go
        deleted:    vendor/github.com/Masterminds/goutils/wordutils.go

However if I run make build directly it all just works fine.

make build
./nvkind -h
NAME:
   nvkind - kind for use with NVIDIA GPUs

Leaving this as feedback in case others hit the same issue.

Thanks for making this process of using GPU with kind so much easier!

@samos123 samos123 changed the title Unable to use make Unable to use make to install, had to use make build instead Nov 30, 2024
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