Hello Guix, I've just ran these commands for submitting packages : #+begin_src bash cd ~/src/guix git checkout master git pull guix shell -D guix --pure ./bootstrap ./configure --localstatedir=/var make make check #+end_src which gave me this result: #+begin_src result ======================================================================= ===== Testsuite summary for GNU Guix 1.3.0.22877-c0e713 ======================================================================= ===== # TOTAL: 2243 # PASS: 2230 # SKIP: 8 # XFAIL: 3 # FAIL: 2 # XPASS: 0 # ERROR: 0 ======================================================================= ===== See ./test-suite.log Please report to bug-guix@gnu.org ======================================================================= ===== #+end_src So, I've attached the logs to this email. Thanks, PHF