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 build with github.com/aws/aws-sdk-go-v2/aws/protocol/xml #763

Closed
jpadilla opened this issue Jun 15, 2023 · 0 comments · Fixed by #808
Closed

Unable to build with github.com/aws/aws-sdk-go-v2/aws/protocol/xml #763

jpadilla opened this issue Jun 15, 2023 · 0 comments · Fixed by #808

Comments

@jpadilla
Copy link

What version of Garble and Go are you using?

$ garble version
mvdan.cc/garble v0.10.0

Build settings:
      -buildmode exe
       -compiler gc
     CGO_ENABLED 1
          GOARCH amd64
            GOOS linux
         GOAMD64 v1

$ go version
go version go1.20.5 linux/amd64

What environment are you running Garble on?

go env Output
$ go env
GO111MODULE="auto"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/vscode/.cache/go-build"
GOENV="/home/vscode/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.20.5"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/workspace/go.mod"
GOWORK=""
CGO_CFLAGS="-O2 -g"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-O2 -g"
CGO_FFLAGS="-O2 -g"
CGO_LDFLAGS="-O2 -g"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build563703065=/tmp/go-build -gno-record-gcc-switches"

What did you do?

See #761

What did you expect to see?

Successful build

What did you see instead?

# github.com/aws/aws-sdk-go-v2/aws/protocol/xml
pKnDbdmwUdlh.go:1: cannot convert za6urdOe (variable of type noWrappedErrorResponse) to type L56KZfa
Aj9AX7glE.go:1: cannot convert za6urdOe (variable of type wrappedErrorResponse) to type L56KZfa
exit status 2
exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant