bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coreutils 5.93 patched with 5.91 POSIX ACL patch test results - Upda


From: Jim Meyering
Subject: Re: Coreutils 5.93 patched with 5.91 POSIX ACL patch test results - Update
Date: Fri, 02 Dec 2005 13:45:45 +0100

Albe <address@hidden> wrote:
...
> The following is the required debug dump of the fail-perm on the
> original slackware 10.2 virtual machine:
>
> make: Entering directory `/root/coreutils-5.93/tests/cp'
> make  check-TESTS
> make[1]: Entering directory `/root/coreutils-5.93/tests/cp'
> + cp --version
> cp (GNU coreutils) 5.93
...
> + mkdir -p fail-perm.tmp/15251
> + cd fail-perm.tmp/15251
> ./fail-perm: line 17: cd: fail-perm.tmp/15251: Not a directory

Thanks for running the test.
It suggests that the above `mkdir -p ...' command didn't do its job.

Please try a few commands manually.
>From the coreutils-5.93/src directory, run these commands:

  ./mkdir -p a/b/c
  ./ls -dgo a/b/c

Here's what I get:

  $ ./mkdir -p a/b/c
  $ ./ls -dgo a/b/c
  drwxr-xr-x 2 6 Dec  2 13:41 a/b/c

If you don't get similar results, can you use a debugger to
see what's going wrong?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]