-
If I run `CGO_ENABLED=0 GOOS=linux GOARCH=amd64 bud build`, got an error:
```
# github.com/livebud/bud/internal/dag
../../.gvm/pkgsets/go1.18/global/pkg/mod/github.com/livebud/bud@v0.2.7/internal/…
-
I have Go1.4 installed on my machine but I cannot make GVM2 use it as it ignores `$GOROOT_BOOTSTRAP` variable.
```
→ go version
go version go1.4.2 darwin/amd64
→ which go
/usr/local/go/bin/go…
-
see
https://github.com/moovweb/gvm
-
Used a clean install of these components with docker compose
version_gvmd: 22.9.0
version_gvm_libs: 22.4.2
version_pg_gvm: 22.6.1
version_dsa: 22.7.1
version_ospd: 22.6
version_notus_scanner: 22…
-
Hello,
When I launch the following command
**mvn -e -Pandroid gluonfx:link**
it generates this error
```
[ERROR] Failed to execute goal com.gluonhq:gluonfx-maven-plugin:1.0.15:link (default…
-
There is no information on how to upgrade gvm. Is it even possible to upgrade without reinstalling everything (rm -rf ~/.gvm)? I have several pkgsets I don't want to loose.
lstep updated
4 years ago
-
Hi all,
I've noticed that gvm-installer will not add the gvm completion script (scripts/completion) to .bashrc / .zshrc / .profile.
Is this intended behavior or am I overseeing something?
Che…
-
`gvm install 1.19` should be synonymous with `gvm install go1.19`. Right now, it throws a `ERROR: Unrecognized Go version`. Would be a helpful quality of life fix. Having to supply the prefix `go` is …
-
Running `gvm install go1.12.6` (or any version) gets me
```
Installing go1.12.6...
* Compiling...
/home/{myname}/.gvm/scripts/install: line 84: go: command not found
ERROR: Failed to compile. …
-
How to know what is possible to install
```
gvm install
Error: requires at least 1 arg(s), only received 0
```