[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make test fails
From: |
Ludovic Courtès |
Subject: |
Re: make test fails |
Date: |
Sat, 19 Jul 2014 13:03:07 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Alen Skondro <address@hidden> skribis:
> From test-suite.log:
>
> ERROR: In procedure scm_to_sockaddr: unix address path too long:
> /home/alesko/aur/guix-git/src/guix/t-register-3048/home/alesko/aur/guix-git/src/guix/t-register-3048/usr/var/guix/daemon-socket/socket
This comes from an OS limitations, when socket file names are limited to
127 characters. :-/
The workaround is to try and build Guix in a directory with a shorter
name.
Ludo’.