GNU bug report logs - #8405
Information needed for 'cp'

Previous Next

Package: coreutils;

Reported by: aakanksha gaur <aakanksha.gaur <at> gmail.com>

Date: Fri, 1 Apr 2011 16:20:03 UTC

Severity: normal

Tags: notabug

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 8405 <at> debbugs.gnu.org (full text, mbox):

From: Eric Blake <eblake <at> redhat.com>
To: aakanksha gaur <aakanksha.gaur <at> gmail.com>
Cc: 8405 <at> debbugs.gnu.org
Subject: Re: bug#8405: Information needed for 'cp'
Date: Fri, 01 Apr 2011 11:28:07 -0600
[Message part 1 (text/plain, inline)]
On 04/01/2011 02:42 AM, aakanksha gaur wrote:
> Hi,
> 
> I need to know what is the rationale behind this behavior ?
> 
>> cp aa bb
> aa does not exist and neither does bb. No warning is thrown on performing
> this operation.
> 
> However,
> if I do
> 
>> cp dd cc
> where cc is a non empty file, then a warning is thrown about the source file
> being empty| invalid.
> This is the warning thrown.
> 
> cp: cannot stat `dd': No such file or directory

That's not a warning about being empty/invalid, but a warning about 'dd'
not existing in the first place.

> 
> 
> Can I please know the rationale behind this behavior?

Most likely, you are mistaken, and 'aa' _did_ indeed exist.  cp _always_
warns about a missing source file.

But to know that for sure, it would help to see a complete trace of your
shell session where you were testing, including ls output along the way,
where you claim to reproduce the problem.

It may also help your debugging to try 'type cp' to make sure there
aren't any shell functions or aliases interfering with normal operation,
as well as use 'set -vx' prior to cp to see what the shell really did
run.  Also, 'cp -v' makes cp more verbose about what it did and tried.

-- 
Eric Blake   eblake <at> redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 13 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.