← Back to team overview

touch-packages team mailing list archive

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

 

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  Fix Released

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