Your message dated Fri, 23 Dec 2005 13:03:38 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Done
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Jul 2003 19:30:26 +0000
>From [EMAIL PROTECTED] Wed Jul 02 14:30:24 2003
Return-path: <[EMAIL PROTECTED]>
Received: from dial-up-100.inetkom.ru (Deemus) [193.109.76.100]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19XnJ0-0006qO-00; Wed, 02 Jul 2003 14:30:24 -0500
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="KOI8-R"
From: Dmitry Rutsky <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: coreutils: cp produces inaccurate error message
X-Mailer: reportbug 2.16
Date: Wed, 02 Jul 2003 23:25:21 +0400
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-9.0 required=4.0
tests=BAYES_20,HAS_PACKAGE,X_DEBBUGS_CC
version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27
(1.174.2.15-2003-03-30-exp)
Package: coreutils
Version: 5.0-4
Severity: minor
Tags: upstream
Consider the following dialog:
----
$ls
$touch a
$cp a nonexistent_directory/
cp: cannot create regular file `nonexistent_directory/a': No such file or
directory
$touch b
$cp a b nonexistent_directory/
cp: copying multiple files, but last argument `nonexistent_directory/' is not a
directory
Try `cp --help' for more information.
$
----
After the second invocation cp says that `nonexistent_directory/' is not a
directory, but this file just does not exist.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux Deemus 2.4.21 #7 SMP Mon Jun 30 02:54:47 MSD 2003 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R
Versions of packages coreutils depends on:
ii libc6 2.3.1-17 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 199730-done) by bugs.debian.org; 23 Dec 2005 12:04:13 +0000
>From [EMAIL PROTECTED] Fri Dec 23 04:04:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailservice.tudelft.nl ([130.161.131.5])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Eplee-00017X-Pn
for [EMAIL PROTECTED]; Fri, 23 Dec 2005 04:04:12 -0800
Received: from localhost (localhost [127.0.0.1])
by rav.antivirus (Postfix) with ESMTP id 1DEC922F05B
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 13:03:42 +0100 (CET)
Received: from 82-171-132-56.dsl.ip.tiscali.nl (x084.decis.nl [130.161.177.84])
by mx1.tudelft.nl (Postfix) with ESMTP id A927A22F07B
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 13:03:41 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
by 82-171-132-56.dsl.ip.tiscali.nl (Postfix) with ESMTP id C2E7EBFA67
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 13:03:38 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 23 Dec 2005 13:03:38 +0100
From: Thomas Hood <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Done
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at tudelft.nl
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
The error message no longer implicates that the absent directory exists.
[EMAIL PROTECTED]:/tmp/w$ touch a
[EMAIL PROTECTED]:/tmp/w$ cp a foo/
cp: cannot create regular file `foo/a': No such file or directory
[EMAIL PROTECTED]:/tmp/w$ touch b
[EMAIL PROTECTED]:/tmp/w$ cp a b foo/
cp: `foo/': specified destination directory does not exist
Try `cp --help' for more information.
[EMAIL PROTECTED]:/tmp/w$ cp --version
cp (coreutils) 5.2.1
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[EMAIL PROTECTED]:/tmp/w$ touch a
[EMAIL PROTECTED]:/tmp/w$ cp a foo/
cp: target `foo/' is not a directory: No such file or directory
[EMAIL PROTECTED]:/tmp/w$ touch b
[EMAIL PROTECTED]:/tmp/w$ cp a b foo/
cp: target `foo/' is not a directory: No such file or directory
[EMAIL PROTECTED]:/tmp/w$ cp --version
cp (GNU coreutils) 5.93
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]