New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/43455#issuecomment-1510473891 Comment: I've built everything natively (`x86_64*` and `i686`) with a couple of workaround but noticed some issues on cross that are probably unrelated to this PR. Builds will resume for the remaining architectures this evening. When I have a complete set of builds, I'll push a few fixups here. The cross issue is that one package seems to pull in `libgomp-devel`, which conflicts with `libgomp` bits in `cross-*-libc` packages. When that package finishes building, `libgomp-devel` gets removed and takes some files that are still expected to be there as part of the `cross-*-libc` packages. When `gthumb` tries to build, it sees the `libgomp` library but not `libgomp.spec` because it doesn't declare a `libgomp-devel` dependency. For now, just adding `libgomp-devel` to `makedepends` should be sufficient, but long terms we should decide how to completely remove the conflicts.