I was trying to build a clean static system I could use as a bootstrap to build clean packages from. Ran into trouble with things like coreutils, util-linux, and fakeroot. Making things harder is that I'm building everything against musl libc because glibc doesn't handle static linking well (and also because I don't like glibc).
I'm thinking a better strategy might be to use some other host system with pacman to build a base system of clean static packages, then use pacstrap to get this system up and running.
I was trying to build a clean static system I could use as a bootstrap to build clean packages from. Ran into trouble with things like coreutils, util-linux, and fakeroot. Making things harder is that I'm building everything against musl libc because glibc doesn't handle static linking well (and also because I don't like glibc).
I'm thinking a better strategy might be to use some other host system with pacman to build a base system of clean static packages, then use pacstrap to get this system up and running.