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

golang.org/x/crypto/ssh: failing on pingMsg #813

Closed
theaog opened this issue Dec 1, 2023 · 4 comments
Closed

golang.org/x/crypto/ssh: failing on pingMsg #813

theaog opened this issue Dec 1, 2023 · 4 comments

Comments

@theaog
Copy link

theaog commented Dec 1, 2023

What version of Garble and Go are you using?

$ garble version
mvdan.cc/garble v0.10.1

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


$ go version
go version go1.21.4 linux/amd64

What environment are you running Garble on?

go env Output
$ go env
GOARCH='amd64'
GOVERSION='go1.21.4'
GCCGO='gccgo'
GOOS='linux'

What did you do?

garble build -trimpath

What did you expect to see?

working bin

What did you see instead?

# golang.org/x/crypto/ssh
kHTMXUkQUv3F.go:1: cannot convert qsuqpCFW3w5 (variable of type pingMsg) to type nDOqyEE
exit status 2
@theaog
Copy link
Author

theaog commented Dec 1, 2023

\cc @mvdan

@tandem97
Copy link

tandem97 commented Dec 1, 2023

same problem

@rafaelcalleja
Copy link

branch master works

mvdan.cc/garble v0.10.2-0.20231119153536-9378ec959a6d

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

@lu4p lu4p closed this as completed Dec 2, 2023
@mvdan
Copy link
Member

mvdan commented Dec 2, 2023

This is indeed a duplicate of #801.

@mvdan mvdan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants