unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make test fails
@ 2014-07-18 19:53 Alen Skondro
  2014-07-18 20:04 ` Alen Skondro
  2014-07-19 11:03 ` Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Alen Skondro @ 2014-07-18 19:53 UTC (permalink / raw)
  To: guix-devel


Hi,

can you check the following issue with recent guix (git) in "make test" 
procedure?

PASS: tests/base32.scm
PASS: tests/base64.scm
PASS: tests/hash.scm
PASS: tests/pk-crypto.scm
PASS: tests/pki.scm
PASS: tests/substitute-binary.scm
PASS: tests/builders.scm
PASS: tests/derivations.scm
PASS: tests/ui.scm
PASS: tests/records.scm
PASS: tests/utils.scm
PASS: tests/build-utils.scm
PASS: tests/packages.scm
PASS: tests/snix.scm
PASS: tests/store.scm
PASS: tests/monads.scm
PASS: tests/gexp.scm
FAIL: tests/nar.scm
PASS: tests/union.scm
PASS: tests/profiles.scm
PASS: tests/syscalls.scm
PASS: tests/guix-build.sh
PASS: tests/guix-download.sh
PASS: tests/guix-hash.sh
PASS: tests/guix-package.sh
PASS: tests/guix-system.sh
PASS: tests/guix-archive.sh
PASS: tests/guix-authenticate.sh
FAIL: tests/guix-register.sh
PASS: tests/guix-gc.sh
PASS: tests/guix-daemon.sh

 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

Is it something guile related? I'm not familiar.

--Alen

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make test fails
  2014-07-18 19:53 make test fails Alen Skondro
@ 2014-07-18 20:04 ` Alen Skondro
  2014-07-19 11:03 ` Ludovic Courtès
  1 sibling, 0 replies; 6+ messages in thread
From: Alen Skondro @ 2014-07-18 20:04 UTC (permalink / raw)
  To: guix-devel

On 18.7.2014. 21:53, Alen Skondro wrote:
>
> Hi,
>
> can you check the following issue with recent guix (git) in "make test"
> procedure?
>
> PASS: tests/base32.scm
> PASS: tests/base64.scm
> PASS: tests/hash.scm
> PASS: tests/pk-crypto.scm
> PASS: tests/pki.scm
> PASS: tests/substitute-binary.scm
> PASS: tests/builders.scm
> PASS: tests/derivations.scm
> PASS: tests/ui.scm
> PASS: tests/records.scm
> PASS: tests/utils.scm
> PASS: tests/build-utils.scm
> PASS: tests/packages.scm
> PASS: tests/snix.scm
> PASS: tests/store.scm
> PASS: tests/monads.scm
> PASS: tests/gexp.scm
> FAIL: tests/nar.scm
> PASS: tests/union.scm
> PASS: tests/profiles.scm
> PASS: tests/syscalls.scm
> PASS: tests/guix-build.sh
> PASS: tests/guix-download.sh
> PASS: tests/guix-hash.sh
> PASS: tests/guix-package.sh
> PASS: tests/guix-system.sh
> PASS: tests/guix-archive.sh
> PASS: tests/guix-authenticate.sh
> FAIL: tests/guix-register.sh
> PASS: tests/guix-gc.sh
> PASS: tests/guix-daemon.sh
>
>  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
>
>
> Is it something guile related? I'm not familiar.
>
> --Alen
>
>
>

I'm sorry. I meant "make check" of course :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make test fails
  2014-07-18 19:53 make test fails Alen Skondro
  2014-07-18 20:04 ` Alen Skondro
@ 2014-07-19 11:03 ` Ludovic Courtès
  2014-07-20 16:55   ` Eric Bavier
  1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2014-07-19 11:03 UTC (permalink / raw)
  To: Alen Skondro; +Cc: guix-devel

Alen Skondro <askondro@gmail.com> 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’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make test fails
  2014-07-19 11:03 ` Ludovic Courtès
@ 2014-07-20 16:55   ` Eric Bavier
  2014-07-20 20:40     ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bavier @ 2014-07-20 16:55 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Alen Skondro, guix-devel


Ludovic Courtès writes:

> Alen Skondro <askondro@gmail.com> 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.

I just experienced the same failure after pulling from master (updating
from 42e1394).  The directory I'm building from is only 22 characters
wide, but ends up being 117 characters wide in this test.

-- 
Eric Bavier

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make test fails
  2014-07-20 16:55   ` Eric Bavier
@ 2014-07-20 20:40     ` Ludovic Courtès
  2014-07-21 17:19       ` Eric Bavier
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2014-07-20 20:40 UTC (permalink / raw)
  To: Eric Bavier; +Cc: Alen Skondro, guix-devel

Eric Bavier <ericbavier@gmail.com> skribis:

> I just experienced the same failure after pulling from master (updating
> from 42e1394).  The directory I'm building from is only 22 characters
> wide, but ends up being 117 characters wide in this test.

Oops indeed, I believe this is fixed in 58f485c, can you confirm?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make test fails
  2014-07-20 20:40     ` Ludovic Courtès
@ 2014-07-21 17:19       ` Eric Bavier
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Bavier @ 2014-07-21 17:19 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Alen Skondro, guix-devel


Ludovic Courtès writes:

> Eric Bavier <ericbavier@gmail.com> skribis:
>
>> I just experienced the same failure after pulling from master (updating
>> from 42e1394).  The directory I'm building from is only 22 characters
>> wide, but ends up being 117 characters wide in this test.
>
> Oops indeed, I believe this is fixed in 58f485c, can you confirm?

I am confirming the fix.  Thanks!

-- 
Eric Bavier

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-21 17:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18 19:53 make test fails Alen Skondro
2014-07-18 20:04 ` Alen Skondro
2014-07-19 11:03 ` Ludovic Courtès
2014-07-20 16:55   ` Eric Bavier
2014-07-20 20:40     ` Ludovic Courtès
2014-07-21 17:19       ` Eric Bavier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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