* Errors in "make check" of acl
@ 2012-12-21 10:45 Andreas Enge
2012-12-21 10:57 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2012-12-21 10:45 UTC (permalink / raw)
To: bug-guix
[-- Attachment #1: Type: text/plain, Size: 2532 bytes --]
There was some strange output during "guix-build acl" (which, again, needed
bash):
...
[76] $ getfacl --omit-header --no-effective d e f g -- failed
user::rwx == user::rwx
group::r-x != user:root:rwx
other::r-x != user:bin:rwx
!= group::r-x
user::rwx != mask::rwx
group::r-x != other::r-x
other::r-x != default:user::rwx
!= default:user:bin:rwx
user::rw- != default:group::r-x
group::r-- != default:mask::rwx
other::r-- != default:other::r-x
==
user::rw- != user::rwx
group::r-- != user:root:rwx
other::r-- != user:bin:rwx
!= group::r-x
~ != mask::rwx
~ != other::r-x
~ != default:user::rwx
~ != default:user:bin:rwx
~ != default:group::r-x
~ != default:mask::rwx
~ != default:other::r-x
~ !=
~ != user::rw-
~ != user:root:rwx
~ != user:bin:rwx
~ != group::r-x
~ != mask::rw-
~ != other::r--
~ !=
~ != user::rw-
~ != user:root:rwx
~ != user:bin:rwx
~ != group::r-x
~ != mask::rw-
~ != other::r--
~ !=
[116] $ rm f g -- ok
[117] $ rmdir d e -- ok
[118] $ cd .. -- ok
[119] $ rm -rf d -- ok
24 commands (16 passed, 8 failed)
make: *** [setfacl-X.test] Error 8
make: Leaving directory `/tmp/nix-build-acl-2.2.51.drv-0/acl-2.2.51/test'
starting phase `install'
It looks as if the "make check" phase failed. Should the build not be
interrupted then?
Andreas
[-- Attachment #2: Type: text/html, Size: 10974 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Errors in "make check" of acl
2012-12-21 10:45 Errors in "make check" of acl Andreas Enge
@ 2012-12-21 10:57 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2012-12-21 10:57 UTC (permalink / raw)
To: Andreas Enge; +Cc: bug-guix
Andreas Enge <andreas@enge.fr> skribis:
> 24 commands (16 passed, 8 failed)
> make: *** [setfacl-X.test] Error 8
> make: Leaving directory `/tmp/nix-build-acl-2.2.51.drv-0/acl-2.2.51/test'
> starting phase `install'
>
> It looks as if the "make check" phase failed. Should the build not be
> interrupted then?
That’s what happens by default, but here this is purposefully ignored,
as noted in acl.scm (and as discussed here some time ago):
;; XXX: Ignore the test result since this is
;; dependent on the underlying file system.
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-21 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 10:45 Errors in "make check" of acl Andreas Enge
2012-12-21 10:57 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.