I have tried the docker build on Fedora31 (5.8.13-100.fc31.x86_64, gcc 9.3.1) with a small modification to the docker incantation: append :Z to -v and add -u root:root to share managarm dir.
xbstrap fails with configuring vim (wide char issue)
checking size of wchar_t is 2 bytes... configure: error: failed to compile test program
xbstrap: Action configure of package vim failed
and xbstrap install --all --keep-going ends with
xbstrap: Skipping action configure of base-devel due to failed prerequisites [264/266]
xbstrap: Skipping action build of base-devel due to failed prerequisites [265/266]
xbstrap: Skipping action install of base-devel due to failed prerequisites [266/266]
xbstrap: The following steps failed:
configure coreutils
build coreutils (prerequisites failed)
install coreutils (prerequisites failed)
configure vim
build vim (prerequisites failed)
install vim (prerequisites failed)
configure base (prerequisites failed)
build base (prerequisites failed)
install base (prerequisites failed)
configure base-devel (prerequisites failed)
build base-devel (prerequisites failed)
install base-devel (prerequisites failed)
xbstrap: Plan failed
I have never used xbstrap before and I'd appreciate some pointer. Thanks!
I have tried the docker build on Fedora31 (5.8.13-100.fc31.x86_64, gcc 9.3.1) with a small modification to the docker incantation: append
:Zto-vand add-u root:rootto sharemanagarmdir.xbstrapfails with configuring vim (wide char issue)and
xbstrap install --all --keep-goingends withI have never used xbstrap before and I'd appreciate some pointer. Thanks!