bug-coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ +subject:snapshot: 406 ]

Total 406 documents matching your query.

81. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Sun, 28 Oct 2007 18:14:47 -0600
Thanks for testing. But the above does not make sense to me because until ./configure is run there is no ./Makefile and therefore the "make bootstrap" can't work. Also since this is a distribution te
/archive/html/bug-coreutils/2007-10/msg00241.html (5,863 bytes)

82. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Sun, 28 Oct 2007 18:55:25 -0600
What umask are you using when unpacking, building, and testing? In order to get directory modes 777 I would expect that you have a zero umask set. If you unpack, build and test using 'umask 02' or 'u
/archive/html/bug-coreutils/2007-10/msg00242.html (5,680 bytes)

83. escape sequences in test output -- colors (new snapshot) (score: 1)
Author: HIDDEN
Date: Sun, 28 Oct 2007 23:23:03 -0600
I won't disagree that people may like the colors but personally I find them annoying. Mostly this is because wading through the escape sequences in the logs makes it difficult to find failures. I am
/archive/html/bug-coreutils/2007-10/msg00243.html (8,345 bytes)

84. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Mon, 29 Oct 2007 02:19:16 -0400
when you unpack using `tar xf coreutils-...tar.gz` as root, the directories get 0777 even with umask 0022. unpacking as non-root gives correct behavior of 0755. -mike Attachment: signature.asc Descri
/archive/html/bug-coreutils/2007-10/msg00244.html (6,326 bytes)

85. Re: escape sequences in test output -- colors (new snapshot) (score: 1)
Author: HIDDEN
Date: Mon, 29 Oct 2007 08:46:48 +0100
Hi Bob, Or just determine why the test for whether to enable colors isn't working for the buildbot? In build-aux/check.mk, it does this: if test -t 1; then red=... Can you create a stand-alone test t
/archive/html/bug-coreutils/2007-10/msg00246.html (7,671 bytes)

86. Re: escape sequences in test output -- colors (new snapshot) (score: 1)
Author: HIDDEN
Date: Mon, 29 Oct 2007 02:20:17 -0600
The 'test -t 1' does not check the value of TERM. It simply assumes a vt220 terminal and assigns escape sequences without regard to terminal type. It really should only do this when there is a compat
/archive/html/bug-coreutils/2007-10/msg00248.html (7,333 bytes)

87. Re: escape sequences in test output -- colors (new snapshot) (score: 1)
Author: HIDDEN
Date: Mon, 29 Oct 2007 09:25:41 +0100
So testing TERM would do it. Thanks. I'll do that.
/archive/html/bug-coreutils/2007-10/msg00249.html (7,563 bytes)

88. new snapshot (score: 1)
Author: HIDDEN
Date: Fri, 02 Nov 2007 00:21:47 +0100
Here are the usual tarballs and signatures. 3.5M http://meyering.net/cu/coreutils-6.9-ss.tar.lzma 8.5M http://meyering.net/cu/coreutils-6.9-ss.tar.gz aka 3.5M http://meyering.net/cu/coreutils-6.9-375
/archive/html/bug-coreutils/2007-11/msg00016.html (10,821 bytes)

89. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Fri, 2 Nov 2007 10:17:50 +0000
I agree with the work around, but that's one buggy printf rounding implementation if you ask me. Where was this?
/archive/html/bug-coreutils/2007-11/msg00019.html (5,337 bytes)

90. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Fri, 02 Nov 2007 11:29:22 +0100
Where do you think it is buggy? This is the classical effect of double rounding, and the printf formatting is doing exactly the right thing. Andreas. -- Andreas Schwab, SuSE Labs, address@hidden SuSE
/archive/html/bug-coreutils/2007-11/msg00021.html (5,912 bytes)

91. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Fri, 02 Nov 2007 11:32:12 +0100
... Hi Pádraig, I think Mike's was on some ppc-based system, but I think the cause was a buggy test, not a buggy printf function. Did you see Andreas' messages in this thread? http://thread.gmane.or
/archive/html/bug-coreutils/2007-11/msg00022.html (5,522 bytes)

92. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Fri, 2 Nov 2007 10:40:01 +0000
Yes you are right. I misread my own test (again). sigh, Pádraig.
/archive/html/bug-coreutils/2007-11/msg00023.html (4,937 bytes)

93. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 03 Nov 2007 08:25:47 -0600
According to Jim Meyering on 11/1/2007 5:21 PM: I haven't had time to fully analyze these failures on cygwin, but here's the list. The bulk of the problems are probably due to file name restrictions,
/archive/html/bug-coreutils/2007-11/msg00040.html (7,483 bytes)

94. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 03 Nov 2007 15:36:47 +0100
...25 test failures... Wow. I had no idea there were so many. Thanks for the summary.
/archive/html/bug-coreutils/2007-11/msg00041.html (5,367 bytes)

95. Re: new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 3 Nov 2007 21:15:38 +0000
Actually I did not misread it. I added those tests to test various combinations of _what the user expects_ not what the current implementation happens to be. I.E. `seq 10.8 0.1 10.95`, should always
/archive/html/bug-coreutils/2007-11/msg00043.html (5,381 bytes)

96. new snapshot (note different names) (score: 1)
Author: HIDDEN
Date: Wed, 14 Nov 2007 22:29:27 +0100
Here are the tarballs and signatures. (note the name change: the -ss names no longer include any version string) 3.6M http://meyering.net/cu/coreutils-ss.tar.lzma 8.6M http://meyering.net/cu/coreutil
/archive/html/bug-coreutils/2007-11/msg00114.html (9,720 bytes)

97. new snapshot: beta release imminent (score: 1)
Author: HIDDEN
Date: Tue, 27 Nov 2007 21:27:16 +0100
I've just made a new snapshot. This may be the last one before the upcoming beta release, so please give it a good work-out. If there aren't too many problems, I'll release coreutils-6.9.90 this week
/archive/html/bug-coreutils/2007-11/msg00195.html (5,376 bytes)

98. new snapshot available (score: 1)
Author: HIDDEN
Date: Wed, 12 Dec 2007 00:31:52 +0100
Two bug fixes so far: "ls -l" would not output "+" on SELinux hosts unless -Z was also given. "rm" would fail to unlink a non-directory when run in an environment in which the user running rm is capa
/archive/html/bug-coreutils/2007-12/msg00086.html (5,132 bytes)

99. new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd (score: 1)
Author: HIDDEN
Date: Thu, 17 Jan 2008 15:34:20 +0100
I've built a new snapshot: http://meyering.net/cu/coreutils-ss.tar.gz http://meyering.net/cu/coreutils-ss.tar.lzma http://meyering.net/cu/coreutils-ss.tar.gz.sig http://meyering.net/cu/coreutils-ss.t
/archive/html/bug-coreutils/2008-01/msg00125.html (9,193 bytes)

100. Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd (score: 1)
Author: HIDDEN
Date: Thu, 17 Jan 2008 17:21:08 +0100
... ... Thanks for reporting that. Unfortunately, it's hard to reproduce and debug at the same time. And it rarely complains about the same program twice in a row, so I'm confident it's not a problem
/archive/html/bug-coreutils/2008-01/msg00128.html (9,030 bytes)


This search system is powered by Namazu