bug-coreutils
[Top][All Lists]
Advanced

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

Re: Failed: phase compiling: coreutils-5.96-1 failed


From: Jim Meyering
Subject: Re: Failed: phase compiling: coreutils-5.96-1 failed
Date: Mon, 19 Jun 2006 10:26:26 +0200

François Giron <address@hidden> wrote:
...
> % env VERBOSE=yes make -C tests/chgrp check TESTS=basic
> make  check-TESTS
> + chgrp --version
> chgrp (GNU coreutils) 5.96
...
> + framework_failure=0
> + mkdir basic.13520
> mkdir: cannot create directory `basic.13520': Permission denied
> + framework_failure=1
> + cd basic.13520
> ./basic: line 22: cd: basic.13520: No such file or directory

This means your tests/chgrp directory is not writable by the user
running the test.  Please fix that and rerun the test.
E.g., run this:

  chmod u+rwx tests/chgrp
  env VERBOSE=yes make -C tests/chgrp check TESTS=basic




reply via email to

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