bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils 5.3.0: cp --parents broken


From: Jim Meyering
Subject: Re: coreutils 5.3.0: cp --parents broken
Date: Tue, 25 Jan 2005 01:08:09 +0100

Andreas Schwab <address@hidden> wrote:
> $ ./cp --parents /bin/cp /tmp
> ./cp: failed to get attributes of `bin': No such file or directory

Thanks for the report.
I can't reproduce that:

  $ ./cp --parents /bin/cp /tmp
  $ find /tmp/bin
  /tmp/bin
  /tmp/bin/cp
  $

Would you please investigate it?
Does your /bin have unusual permissions or attributes (a la lsattr or ACLs)?
For example, what does

  strace -o log ./cp --parents /bin/cp /tmp

put into the `log' file?




reply via email to

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