bug#25463: guile-2.0.13 Check errors

2017-02-12 Thread Manolis Ragkousis
Hello Renes, On 02/12/17 10:37, ren...@openmailbox.org wrote: > Now the following error is left: > > Running time.test > FAIL: time.test: internal-time-units-per-second: versus times and sleep > Running tree-il.test > > Totals for this test run: > pass

bug#25463: guile-2.0.13 Check errors

2017-02-19 Thread Manolis Ragkousis
Hello, On 02/11/2017 11:03 PM, Ludovic Courtès wrote: > Hello! > > ren...@openmailbox.org skribis: > >> I am trying to build guile version 2.0.13 in GNU Hurd through Guix >> package manager, in the 'Check' phase I have 4 errors; I am attaching >> the build log(config.zip), environment >> variabl

bug#27023: guild compile test on GNU/Hurd

2017-05-22 Thread Manolis Ragkousis
Hello Rene, test-guild-compile fails, because after pause is called, it never receives SIGINT, and the signal handler never runs. Removing the pause will work for now. I think there is either something wrong with the pause implementation on glibc for the Hurd, or the guile wrapper of it. I am loo