You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@autotest65 dex]# go version
go version go1.20.7 linux/amd64
[root@autotest65 dex]# make build
internal/abi
internal/abi
/usr/local/go/src/internal/abi/funcpc.go:22:6: FuncPCABI0 redeclared in this block
/usr/local/go/src/internal/abi/abi.go:117:6: other declaration of FuncPCABI0
/usr/local/go/src/internal/abi/funcpc.go:31:6: FuncPCABIInternal redeclared in this block
/usr/local/go/src/internal/abi/abi.go:126:6: other declaration of FuncPCABIInternal
make: *** [bin/dex] Error 1
dex v2.37x(go.mod use 1.20)
i use go mod tidy or go mod -cache ,go clean -modcache then make build, error will existed also.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[root@autotest65 dex]# go version
go version go1.20.7 linux/amd64
[root@autotest65 dex]# make build
internal/abi
internal/abi
/usr/local/go/src/internal/abi/funcpc.go:22:6: FuncPCABI0 redeclared in this block
/usr/local/go/src/internal/abi/abi.go:117:6: other declaration of FuncPCABI0
/usr/local/go/src/internal/abi/funcpc.go:31:6: FuncPCABIInternal redeclared in this block
/usr/local/go/src/internal/abi/abi.go:126:6: other declaration of FuncPCABIInternal
make: *** [bin/dex] Error 1
dex v2.37x(go.mod use 1.20)
i use go mod tidy or go mod -cache ,go clean -modcache then make build, error will existed also.
Beta Was this translation helpful? Give feedback.
All reactions