giuliano108 / guix-packages

Guix on WSL2, packages and notes
GNU General Public License v3.0
52 stars 9 forks source link

guix system reconfigure while docker desktop is installed - error message #14

Open thjwong opened 2 years ago

thjwong commented 2 years ago

I have docker desktop for windows installed, and when I pass the wsl-config.scm at the step "guix system reconfigure", in the "following derivatives will be built", only files with -docker- were built and it ended with an error message:

building /gnu/store/c5q0l6h3pdl66fiyk72g2iss4hzly5qk-docker-20.10.17-checkout.drv... building /gnu/store/qsvik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv... - 'check' phasebuilder for `/gnu/store/qsvik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv' failed with exit code 1 build of /gnu/store/qsvik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv failed View build log at '/var/log/guix/drvs/qs/vik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv.bz2'. guix system: error: build of `/gnu/store/qsvik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv' failed

Also, it starts with some warnings:

$> guix system reconfigure --no-bootloader wsl-config.scm accepted connection from pid 319, user root guix system: warning: cannot determine provenance for current system spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL spurious SIGPOLL substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivations will be built: /gnu/store/qsvik5k6y267gb1p05qx86zxq47rk9lh-docker-20.10.17.drv /gnu/store/c5q0l6h3pdl66fiyk72g2iss4hzly5qk-docker-20.10.17-checkout.drv ...