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

go get github.com/mh-cbon/go-msi fails. #49

Open
MarvinJWendt opened this issue Aug 14, 2020 · 1 comment
Open

go get github.com/mh-cbon/go-msi fails. #49

MarvinJWendt opened this issue Aug 14, 2020 · 1 comment

Comments

@MarvinJWendt
Copy link

Error log:

C:\Users\MarvinJWendt>go get github.com/mh-cbon/go-msi
# github.com/mh-cbon/go-msi/manifest
go\src\github.com\mh-cbon\go-msi\manifest\index.go:152:35: multiple-value uuid.NewV4() in single-value context
go\src\github.com\mh-cbon\go-msi\manifest\index.go:156:34: multiple-value uuid.NewV4() in single-value context
go\src\github.com\mh-cbon\go-msi\manifest\index.go:160:32: multiple-value uuid.NewV4() in single-value context
go\src\github.com\mh-cbon\go-msi\manifest\index.go:164:38: multiple-value uuid.NewV4() in single-value context
go\src\github.com\mh-cbon\go-msi\manifest\index.go:251:40: cannot use v.Major() (type uint64) as type int64 in argument to strconv.FormatInt
go\src\github.com\mh-cbon\go-msi\manifest\index.go:252:46: cannot use v.Minor() (type uint64) as type int64 in argument to strconv.FormatInt
go\src\github.com\mh-cbon\go-msi\manifest\index.go:253:46: cannot use v.Patch() (type uint64) as type int64 in argument to strconv.FormatInt

go version go1.14.4 windows/amd64

C:\Users\MarvinJWendt>go env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\MarvinJWendt\AppData\Local\go-build
set GOENV=C:\Users\MarvinJWendt\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\MarvinJWendt\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=c:\go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\MARVIN~1\AppData\Local\Temp\go-build157197990=/tmp/go-build -gno-record-gcc-switches
@1366613
Copy link

1366613 commented Mar 7, 2023

Related pull request: #53

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

2 participants