GNU bug report logs -
#14584
seq: -s does not work in the first row
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14584 in the body.
You can then email your comments to 14584 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#14584
; Package
coreutils
.
(Sun, 09 Jun 2013 10:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Marius Spix <marius.spix <at> web.de>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sun, 09 Jun 2013 10:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
When I use the command
seq -s ';' 10
I receive the output:
1
2;3;4;5;6;7;8;9;10;
I think that this is not correct. The output must be
1;2;3;4;5;6;7;8;9;10;
instead.
Because it causes many program faults on my system I would classify this
bug as a major blocker.
mari <at> spixxi ~ $ eix coreutils
[I] sys-apps/coreutils
Available versions: 8.5 ~8.5-r1 8.7 ~8.8 ~8.9 ~8.10 ~8.11 ~8.12
~8.13 8.14 ~8.15 8.16 ~8.17 ~8.18 ~8.19 8.20 ~8.20-r1 ~8.20-r2 {{acl
caps gmp nls selinux static unicode userland_BSD vanilla xattr}}
Installed versions: 8.20(14:15:05 20.01.2013)(acl nls -caps -gmp
-selinux -static -userland_BSD -vanilla -xattr)
Homepage: http://www.gnu.org/software/coreutils/
Description: Standard GNU file utilities (chmod, cp, dd,
dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities
(whoami, who,...)
mari <at> spixxi ~ $ uname -srp
Linux 3.8.13-gentoo Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
mari <at> spixxi ~ $ grep "CFLAGS" /etc/portage/make.conf
CFLAGS="-march=native -O2 -pipe"
mari <at> spixxi ~ $ gcc -v
Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
Ziel: x86_64-pc-linux-gnu
Konfiguriert mit:
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--disable-fixed-point --without-cloog --without-ppl --enable-lto
--enable-nls --without-included-gettext --with-system-zlib
--enable-obsolete --disable-werror --enable-secureplt --disable-multilib
--enable-libmudflap --disable-libssp --enable-libgomp
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python
--enable-checking=release --disable-libgcj --enable-libstdcxx-time
--enable-objc-gc --enable-languages=c,c++,objc,obj-c++,fortran
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-targets=all
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3
p1.13, pie-0.5.2'
Thread-Modell: posix
gcc-Version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2)
Sincerely Yours,
Marius Spix
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#14584
; Package
coreutils
.
(Sun, 09 Jun 2013 10:57:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Marius Spix schrieb:
> Hello,
>
> When I use the command
>
> seq -s ';' 10
>
> I receive the output:
>
> 1
> 2;3;4;5;6;7;8;9;10;
>
> I think that this is not correct. The output must be
>
> 1;2;3;4;5;6;7;8;9;10;
>
> instead.
>
> Because it causes many program faults on my system I would classify this
> bug as a major blocker.
>
> mari <at> spixxi ~ $ eix coreutils
> [I] sys-apps/coreutils
> Available versions: 8.5 ~8.5-r1 8.7 ~8.8 ~8.9 ~8.10 ~8.11 ~8.12
> ~8.13 8.14 ~8.15 8.16 ~8.17 ~8.18 ~8.19 8.20 ~8.20-r1 ~8.20-r2 {{acl
> caps gmp nls selinux static unicode userland_BSD vanilla xattr}}
> Installed versions: 8.20(14:15:05 20.01.2013)(acl nls -caps -gmp
> -selinux -static -userland_BSD -vanilla -xattr)
> Homepage: http://www.gnu.org/software/coreutils/
> Description: Standard GNU file utilities (chmod, cp, dd,
> dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities
> (whoami, who,...)
>
> mari <at> spixxi ~ $ uname -srp
> Linux 3.8.13-gentoo Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
>
> mari <at> spixxi ~ $ grep "CFLAGS" /etc/portage/make.conf
> CFLAGS="-march=native -O2 -pipe"
>
> mari <at> spixxi ~ $ gcc -v
> Es werden eingebaute Spezifikationen verwendet.
> COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
> Ziel: x86_64-pc-linux-gnu
> Konfiguriert mit:
> /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure
> --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3
> --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include
> --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3
> --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man
> --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info
> --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4
> --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
> --disable-fixed-point --without-cloog --without-ppl --enable-lto
> --enable-nls --without-included-gettext --with-system-zlib
> --enable-obsolete --disable-werror --enable-secureplt --disable-multilib
> --enable-libmudflap --disable-libssp --enable-libgomp
> --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python
> --enable-checking=release --disable-libgcj --enable-libstdcxx-time
> --enable-objc-gc --enable-languages=c,c++,objc,obj-c++,fortran
> --enable-shared --enable-threads=posix --enable-__cxa_atexit
> --enable-clocale=gnu --enable-targets=all
> --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3
> p1.13, pie-0.5.2'
> Thread-Modell: posix
> gcc-Version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2)
>
> Sincerely Yours,
>
> Marius Spix
>
>
>
Edit: the excpected output must be:
1;2;3;4;5;6;7;8;9;10
I have currently switched to the busybox implementation until this bug is fixed.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#14584
; Package
coreutils
.
(Sun, 09 Jun 2013 11:28:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 14584 <at> debbugs.gnu.org (full text, mbox):
forcemerge 13227 13493 14584
stop
On 06/09/2013 11:57 AM, Marius Spix wrote:
> Marius Spix schrieb:
>> Hello,
>>
>> When I use the command
>>
>> seq -s ';' 10
>>
>> I receive the output:
>>
>> 1
>> 2;3;4;5;6;7;8;9;10;
>>
>> I think that this is not correct. The output must be
>>
>> 1;2;3;4;5;6;7;8;9;10
That was fixed in the coreutils-8.21 release (2013-02-14)
sorry for the trouble,
Pádraig.
Forcibly Merged 13227 13493 14584.
Request was from
Pádraig Brady <P <at> draigBrady.com>
to
control <at> debbugs.gnu.org
.
(Sun, 09 Jun 2013 11:36:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 08 Jul 2013 11:24:05 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Pádraig Brady <P <at> draigBrady.com>
to
control <at> debbugs.gnu.org
.
(Tue, 12 Nov 2013 10:05:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Dec 2013 12:24:04 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Pádraig Brady <P <at> draigBrady.com>
to
control <at> debbugs.gnu.org
.
(Fri, 21 Mar 2014 16:29:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Apr 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.