Your message dated Fri, 15 Sep 2017 15:57:52 -0600
with message-id <20170915155504783501...@bob.proulx.com>
and subject line Re: Bug#714352: [coreutils] seq -s not working
has caused the Debian Bug report #714352,
regarding [coreutils] seq -s not working
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 ow...@bugs.debian.org
immediately.)


-- 
714352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: coreutils
Version: 8.20-3
Severity: normal

--- Please enter the report below this line. ---

On Debian sid (incorrect):
$ /usr/bin/seq -s 'a' 3
1
2a3a

On Debian wheezy (correct):
$ /usr/bin/seq -s 'a' 3
1a2a3

The manpage says for -s: "use STRING to separate numbers (default: \n)".
And the info page says: "Separate numbers with STRING; default is a newline.  
The output always terminates with a newline."

Apparently the unstable version of seq confuses the first separator and the 
final newline, i.e. it SHOULD replace the first separator with 'a', and it 
SHOULDN'T replace the terminating newline with an 'a'.

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.9.7

Debian Release: jessie/sid
  500 unstable        ftp.ro.debian.org 
  500 stable          security.debian.org 
  500 stable          ftp.ro.debian.org 

--- Package information. ---
Depends             (Version) | Installed
=============================-+-=============
dpkg             (>= 1.15.4)  | 1.16.10
 OR install-info              | 5.1.dfsg.1-3


Package's Recommends field is empty.

Package's Suggests field is empty.

--- End Message ---
--- Begin Message ---
Török Edwin wrote:
> On Debian sid (incorrect):
> $ /usr/bin/seq -s 'a' 3
> 1
> 2a3a

Bob Proulx wrote:
> Upstream bug reference.
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13227
 
Andrew McCarthy wrote:
> The upstream report shows the bug to have been specific to coreutils 8.20,
> which is no longer in Debian. I can't reproduce it in Wheezy (coreutils
> 8.13) or Jessie (coreutils 8.23).

This bug in Debian was fixed with the next coreutils package upload
and now no longer appears in Debian.  Therefore I am closing the bug.

Thank you or your reporting of it. :-)

Sorry for the delayed housekeeping of the bug tracking system ticket.

Bob

--- End Message ---

Reply via email to