Hello, Divan Santana <[email protected]> skribis:
> So ledger fails to install with the following > > #+BEGIN_EXAMPLE > 99% tests passed, 5 tests failed out of 352 > > Total Test time (real) = 37.60 sec > > The following tests FAILED: > 47 - BaselineTest_dir-import_py (Failed) > 49 - BaselineTest_dir-python_py (Failed) > 59 - BaselineTest_feat-import_py (Failed) > 104 - BaselineTest_opt-datetime-format (Failed) > 201 - BaselineTest_opt-time-report (Failed) > Errors while running CTest > make: *** [Makefile:153: test] Error 8 > phase `check' failed after 37.6 seconds > builder for `/gnu/store/f548wcr2crf7a8ghrn34xk37p65j5isc-ledger-3.1.1.drv' > failed with exit code 1 > derivation '/gnu/store/f548wcr2crf7a8ghrn34xk37p65j5isc-ledger-3.1.1.drv' > offloaded to 'guixsd.santanas.co.za' failed: build of > `/gnu/store/f548wcr2crf7a8ghrn34xk37p65j5isc-ledger-3.1.1.drv' failed > guix system: error: build failed: build of > `/gnu/store/f548wcr2crf7a8ghrn34xk37p65j5isc-ledger-3.1.1.drv' failed > #+END_EXAMPLE > > What can one do to fix this error and get it working again? This is a packaging issue in Guix. You’d be welcome to help though! :-) I’d suggest building it with: guix build ledger --keep-failed and then inspecting the test log files left by CMake under /tmp/guix-build-ledger*: https://www.gnu.org/software/guix/manual/html_node/Debugging-Build-Failures.html Thanks, Ludo’.
