matrixone
matrixone copied to clipboard
[Bug]: build failed
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch Name
main
Commit ID
8eaa6ebb12f5996ac9ab4a5e9ea296df6cd38198
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
make failed
/usr/bin/ld: /tmp/go-link-2241170433/go.o: in function `github.com/goccy/go-json/internal/encoder.(*Compiler).structCode':
go.go:(.text+0x13f6922): undefined reference to `reflect.ifaceIndir'
/usr/bin/ld: /tmp/go-link-2241170433/go.o: in function `github.com/goccy/go-json/internal/encoder.(*Compiler).isNilableType':
/home/reus/pkg/mod/github.com/goccy/[email protected]/internal/encoder/compiler.go:864:(.text+0x13f8597): undefined reference to `reflect.ifaceIndir'
/usr/bin/ld: /tmp/go-link-2241170433/go.o: in function `github.com/goccy/go-json/internal/encoder/vm_color.Run':
/home/reus/pkg/mod/github.com/goccy/[email protected]/internal/encoder/vm_color/vm.go:198:(.text+0x143d919): undefined reference to `reflect.ifaceIndir'
/usr/bin/ld: /tmp/go-link-2241170433/go.o: in function `github.com/goccy/go-json/internal/encoder/vm.Run':
/home/reus/pkg/mod/github.com/goccy/[email protected]/internal/encoder/vm/vm.go:198:(.text+0x1463c7b): undefined reference to `reflect.ifaceIndir'
collect2: error: ld returned 1 exit status
make: *** [Makefile:113: build] Error 1
Expected Behavior
build OK
Steps to Reproduce
make
Additional information
No response
related issue: https://github.com/goccy/go-json/issues/506
fixed