Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see
repo_release_logs/maintained_distrobuilder-git.log).
Go module build fails via cgo:
../go/pkg/mod/go.podman.io/storage@v1.62.0/drivers/btrfs/version.go:6:10:
fatal error: btrfs/version.h: No such file or directory – a transitive
Go dependency (go.podman.io/storage’s btrfs driver) needs the
btrfs-progs C headers via cgo, and that isn’t declared as a
makedepends entry in this PKGBUILD.
Likely a one-line fix (add btrfs-progs to makedepends) similar in
spirit to the missing-git bug (memory/adtpro-git.md,
memory/c2t-git.md, memory/dos33fsprogs-git.md,
memory/dsk2nib-git.md), but not verified/fixed as part of this pass –
distrobuilder-git also pulls a large Go module graph so there could be
other missing cgo deps behind this one once it’s addressed.