wrong output of command /usr/bin/seq

Bug #1179487 reported by apromix
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
coreutils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The command seq return wrong output when parameter -s is used

$ seq --help
...
-s, --separator=STRING use STRING to separate numbers (default: \n)
...

Example:

On Ubuntu (wrong):
$ /usr/bin/seq -s , 10
1
2,3,4,5,6,7,8,9,10,

On Debian (all right):
$ /usr/bin/seq -s , 10
1,2,3,4,5,6,7,8,9,10

More info:

$ lsb_release -rd
Description: Ubuntu 13.04
Release: 13.04

$ dpkg -l coreutils
ii coreutils 8.20-3ubuntu5 amd64 GNU core utilities

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: coreutils 8.20-3ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Mon May 13 14:27:36 2013
MarkForUpload: True
SourcePackage: coreutils
UpgradeStatus: Upgraded to raring on 2013-04-26 (16 days ago)

Revision history for this message
apromix (e-launchpad-net-apromix-net) wrote :
Revision history for this message
apromix (e-launchpad-net-apromix-net) wrote :

... unfortunately again, not fixed ..

$ seq -s , 1 10
1
2,3,4,5,6,7,8,9,10,

$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10

$ dpkg -l coreutils
ii coreutils 8.20-3ubuntu5 amd64 GNU core utilities

Revision history for this message
A. Eibach (andi3) wrote :

WFM! (at least now)

Lubuntu 14.10 (devel)

Revision history for this message
Andrew McCarthy (andrewmccarthy) wrote :

Upstream bug (marked "Done") shows this is a bug in coreutils 8.20: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13227

Since the affected version of coreutils is no longer in a supported release of Ubuntu, I'm marking this bug as Fix Released.

Thanks!

Changed in coreutils (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.