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
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
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