pmbootstrap build --strict sometimes fails to initialize the chroot
Created by: ollieparanoid
A similar error message to:
ERROR: Command failed: % sudo /home/kyle/PmOS/Work/apk.static -U --root /home/kyle/PmOS/Work/chroot_native --cache-dir /home/kyle/PmOS/Work/cache_apk_x86_64 --initdb --arch x86_64 add alpine-base
@PureTryOut wrote in https://github.com/postmarketOS/pmbootstrap/issues/816#issuecomment-338899329:
I have this error quite often, for me it's always resolved by just re-running the command.
I'm not exactly sure how to reproduce it, but I think for example after building a package (
build --force --strict
) right after having run an install (install --no-fde
).
I wrote in response:
@PureTryOut: that sounds like a different issue related to
--strict
, I've also had that once during development of that feature and I thought I fixed it.