On Fri, Jan 20, 2017 at 4:33 PM, Ludovic Courtès <l...@gnu.org> wrote: > Frederick Muriithi <fredmang...@gmail.com> skribis: > >> On 19 Jan 2017 3:47 p.m., "Ludovic Courtès" <l...@gnu.org> wrote: >> >> ... However, on my x86_64 machine, the build fails with: >> --8<---------------cut here---------------start------------->8--- >> 99% tests passed, 1 tests failed out of 751 >> >> Total Test time (real) = 2134.61 sec >> >> The following tests FAILED: >> 235 - std.datetime (Failed) >> Errors while running CTest >> make: *** [Makefile:76: test] Error 8 >> --8<---------------cut here---------------end--------------->8--- >> >> Any idea what’s amiss? >> >> If you have the time , look in builild/Testing/Temporary/Last test.log file >> in the debug folder created by guix with the --keep-failed flag: If you >> can't, >> I'll look at it when I get back to my computer. > > Please do! > > TIA, > Ludo’.
I ran `dos2unix 0001-gnu-Add-ldc-1.1.0-beta6.patch` then applied the patch on a newly cloned guix repository and ran the following command: ./pre-inst-env guix environment guix --pure -- ./pre-inst-env guix build --keep-failed ldc@1.1.0-beta6 on my system. The ldc build ran successfully with no errors. My system is a x86_64, running Debian 8 (Jessie). The output of `uname -a` is: Linux localhost 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux When you get the time, please send me the files in /tmp/guix-build-ldc-1.1.0-beta6.drv-0/build/Testing from your system. Those should help me troubleshoot the issue. -- Frederick M. Muriithi