New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31116#issuecomment-848063725 Comment: Besides segfaulting the compiler for ARM targets, looks good: ``` /usr/lib/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=s9-UTy9Bz5UB1geuAmIY/hP_SdF5FK7RIvyEpJIjN/FIOn9d4r6AmbA-W9Gigd/s9-UTy9Bz5UB1geuAmIY -X main.version=1.18.3 -extld=armv7l-linux-gnueabihf-gcc $WORK/b001/_pkg_.a # github.com/influxdata/telegraf/cmd/telegraf net(.text): direct call too far: .plt a6878e net(.text): direct call too far: .plt a68783 net(.text): direct call too far: .plt a6876a net(.text): direct call too far: .plt a6875b net(.text): direct call too far: .plt a68759 net(.text): direct call too far: .plt a68752 net(.text): direct call too far: .plt a6874f net(.text): direct call too far: .plt a6873a runtime/cgo(.text): direct call too far: .plt a68728 runtime/cgo(.text): direct call too far: .plt a68726 runtime/cgo(.text): direct call too far: .plt a68726 runtime/cgo(.text): direct call too far: .plt a68728 runtime/cgo(.text): direct call too far: .plt a68719 runtime/cgo(.text): direct call too far: .plt a68715 runtime/cgo(.text): direct call too far: .plt a68711 runtime/cgo(.text): direct call too far: .plt a68700 runtime/cgo(.text): direct call too far: .plt a686ed runtime/cgo(.text): direct call too far: .plt a686f5 runtime/cgo(.text): direct call too far: .plt a686ec runtime/cgo(.text): direct call too far: .plt a686df runtime/cgo(.text): direct call too far: .plt a686e1 /usr/lib/go/pkg/tool/linux_amd64/link: too many errors unexpected fault address 0x7f8905077000 fatal error: fault [signal SIGSEGV: segmentation violation code=0x1 addr=0x7f8905077000 pc=0x46dde1] ``` @the-maldridge looks ok?