Your message dated Mon, 28 Jan 2008 20:38:52 -0500
with message-id <[EMAIL PROTECTED]>
and subject line coreutils: Incorrect error message in mv (due to incorrect
behavior)
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)
--- Begin Message ---
Package: coreutils
Version: 5.96-5
Severity: normal
Hi,
To be brief :
[EMAIL PROTECTED]:/tmp# mkdir -p test1/test test2/test; touch test1/test/file;
mv test2/* test1/
mv: cannot move `test2/test' to a subdirectory of itself, `test1/test'
[EMAIL PROTECTED]:/tmp#
It seems to be an incorrect error message, but I think that this bug is
related to #376743 because with version 5.94-1 of coreutils, I have this
output :
[EMAIL PROTECTED]:/tmp# mkdir -p test1/test test2/test; touch test1/test/file;
mv test2/* test1/
mv: cannot overwrite directory `test1/test'
[EMAIL PROTECTED]:/tmp#
Regards.
--
Florent
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages coreutils depends on:
ii libacl1 2.2.39-1 Access control list shared library
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libselinux1 1.30-1 SELinux shared libraries
coreutils recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 6.10-1
Current version displays error message: "Directory not empty", which
hopefully is more clear.
--- End Message ---