[Bug 1179487] [NEW] wrong output of command /usr/bin/seq

apromix 1179487 at bugs.launchpad.net
Mon May 13 12:41:49 UTC 2013


Public bug reported:

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)

** Affects: coreutils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1179487

Title:
  wrong output of command /usr/bin/seq

Status in “coreutils” package in Ubuntu:
  New

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1179487/+subscriptions




More information about the foundations-bugs mailing list