bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.59k stars 327 forks source link

can not compile at linux/amd64 and go 1.22 #602

Closed ahfuzhang closed 4 months ago

ahfuzhang commented 4 months ago
/usr/local/go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "$WORK/b307=>" -p github.com/bytedance/sonic/loader -lang=go1.16 -complete -buildid olgR_s9c5WacAiWOZWsR/olgR_s9c5WacAiWOZWsR -goversion go1.22.0 -c=4 -nolocalimports -importcfg $WORK/b307/importcfg -pack /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/funcdata.go /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/loader.go /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/mmap_unix.go /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/pcdata.go /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/stubs.go /home/fuchun.zhang/go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/wrapper.go
# github.com/bytedance/sonic/loader
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/funcdata.go:37:32: undefined: _func
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/funcdata.go:74:12: undefined: moduledata
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/funcdata.go:77:18: undefined: moduledata
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/funcdata.go:188:28: undefined: compilationUnit
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/stubs.go:26:22: undefined: moduledata
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/stubs.go:30:26: undefined: moduledata
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/stubs.go:38:27: undefined: moduledata
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/wrapper.go:102:10: undefined: Load
../../../../go/pkg/mod/github.com/bytedance/sonic@v1.10.2/loader/wrapper.go:177:13: undefined: Load
fuchun.zhang@109:~/$ go version
go version go1.22.0 linux/amd64

Thanks.

AsterDY commented 4 months ago

update sonic to latest