Elias Pipping <[EMAIL PROTECTED]> wrote:
> With it, v6.9.92 compiles on the aforementioned platforms -- while the
> test suite passes on openbsd, though, on darwin 15 tests fail:
>
>     FAIL: help-version.log
>     FAIL: parent-perm.log
>     FAIL: file-perm-race.log
>     FAIL: parent-perm-race.log
>     FAIL: existing-perm-race.log
>     FAIL: backup-dir.log
>     FAIL: src-base-dot.log
>     FAIL: preserve-2.log
>     FAIL: fail-perm.log
>     FAIL: cp-parents.log
>     FAIL: basic-1.log
>     FAIL: create-leading.log
>     FAIL: misc.log

[this is on i386-apple-darwin9.1.0]
This system has incompatible ACL support, so that for example,
copy.c's use of acl_from_text always fails with EINVAL.
The solution (for 6.9.92) is to configure with --disable-acl.
Then all of the above tests pass.

It'd be good to do that automatically -- and without a run-test,
but I'm not motivated to spend more time on it now.
Documenting the work-around in README might be enough.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to