* ledger fails to install - 5 tests failed out of 352
@ 2017-09-30 18:25 Divan Santana
2017-10-02 20:11 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Divan Santana @ 2017-09-30 18:25 UTC (permalink / raw)
To: help-guix
Hello fellow Guixers,
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?
Suppose we could install an older version of ledger if there is an older version
in the substitutes (correct word?) if it exists.
--
Divan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ledger fails to install - 5 tests failed out of 352
2017-09-30 18:25 ledger fails to install - 5 tests failed out of 352 Divan Santana
@ 2017-10-02 20:11 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-02 20:11 UTC (permalink / raw)
To: Divan Santana; +Cc: help-guix
Hello,
Divan Santana <divan@santanas.co.za> 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’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-02 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-30 18:25 ledger fails to install - 5 tests failed out of 352 Divan Santana
2017-10-02 20:11 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).