New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/29434#issuecomment-962989718 Comment: @anatol Thank you for helping. Let's try to make it build first, as I currently cannot build 0.7 on Void, then I will test again linux5.15. If I add `go_mod_mode="readonly"`, then it fails with ``` # github.com/anatol/booster/generator _build-booster-xbps/src/github.com/anatol/booster/generator/image.go:55:16: undefined: lz4.NewWriterLegacy /usr/lib/go/pkg/tool/linux_amd64/buildid -w $WORK/b100/exe/a.out # internal mkdir -p /builddir/booster-0.7/_build-booster-xbps/bin/ mv $WORK/b100/exe/a.out /builddir/booster-0.7/_build-booster-xbps/bin/init rm -r $WORK/b100/ => ERROR: booster-0.7_1: do_build: 'go get -p "$XBPS_MAKEJOBS" -x -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}' exited with 2 => ERROR: in do_build() at common/build-style/go.sh:39 ``` Did you mean something else?