Your message dated Fri, 8 Jul 2011 10:23:18 +0200
with message-id <[email protected]>
and subject line Bug #539476: Fixed in version 7.5-1, closing now
has caused the Debian Bug report #539476,
regarding coreutils: 'ls -1 -f dir1 dir2 dir3' shows wrong output
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
539476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539476
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: coreutils
Version: 7.4-2
Severity: important
$ mkdir foo bar baz
$ touch baz/972658 baz/972951 baz/973244
$ ls -1 -f ./foo ./bar ./baz
.
..
./foo:
.
..
./bar:
.
..
972658
972951
973244
./baz:
This to me would seem to show that the files I touched are in the "bar"
directory, not the "baz" directory. It looks like the problem is that
with combination of options the directory name is outputted after the
list, instead of before.
This breaks the (admittedly old :-) cnews scripts that determine the
articles in each newsgroup, which causes problems there, hence the
severity important.
This was still working correctly in 6.10-6, which gives as output the
expected:
./foo:
.
..
./bar:
.
..
./baz:
.
..
972658
972951
973244
thanks,
Paul Slootman
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (650, 'testing'), (625, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-rc6 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages coreutils depends on:
ii libacl1 2.2.47-3 Access control list shared library
ii libattr1 1:2.4.43-3 Extended attribute shared library
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libselinux1 2.0.82-1 SELinux shared libraries
coreutils recommends no packages.
coreutils suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Already marked as fixed in version 7.5-1, seems like it can be closed
now.
--
BenoƮt Knecht
--- End Message ---