bug-coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ +subject:snapshot: 406 ]

Total 406 documents matching your query.

221. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 12:50:05 +0200
Hi Jim, FWIW I built it and ran the basic tests (make check) without any errors on Debian GNU/Linux unstable. I don't have access to any other systems or hardware architectures for more interesting t
/archive/html/bug-coreutils/2009-08/msg00053.html (6,792 bytes)

222. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 12:55:25 +0200
Thanks. Good feedback helps.
/archive/html/bug-coreutils/2009-08/msg00054.html (6,841 bytes)

223. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 12:07:54 +0100 (BST)
AFAIK, I am the only one who has built the latest snapshot: http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/17604 Though it's been only two days. Unless I hear of new bug reports or portabilit
/archive/html/bug-coreutils/2009-08/msg00055.html (7,156 bytes)

224. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 12:29:18 +0100
checks pass on Fedora 11 and Ubuntu 7.10 2 failures on Fedora Core 5 due to copy::utimensat_if_possible() failing with: $ (cd tests && make check TESTS=cp/abuse VERBOSE=yes) cp: preserving times for
/archive/html/bug-coreutils/2009-08/msg00056.html (7,227 bytes)

225. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 14:54:09 +0200
Thanks for the testing and report! Are these new failures? If they are, it might be worth fixing. Otherwise, FC5 is so old that I won't worry.
/archive/html/bug-coreutils/2009-08/msg00059.html (7,557 bytes)

226. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 14:21:07 +0100
Reverting the symlink timestamp patch make the tests pass $ wget -q -O- 'http://git.savannah.gnu.org/gitweb/'\ '?p=coreutils.git;a=patch;h=eae535e;hp=1762092' | patch -p1 -R $ make $ (cd tests && mak
/archive/html/bug-coreutils/2009-08/msg00060.html (7,425 bytes)

227. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 10:25:47 -0500
Sorry for the delay, got busy. I just built & make check, and got two errors. First one is here, I will re-run the second error by itself in a few. Running on Ubuntu 9.10 (kernel 2.6.31.5 with Ubuntu
/archive/html/bug-coreutils/2009-08/msg00062.html (13,825 bytes)

228. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 17:15:34 +0100
So tail silently returns with 1 immediately. The only way I can see this happening is in tail_forever_inotify() at: if (follow_mode == Follow_descriptor && !found_watchable) return; We should probabl
/archive/html/bug-coreutils/2009-08/msg00064.html (7,987 bytes)

229. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 13:20:41 -0500
Heh. Please let me help you get distracted ;-) Second error, also on tail: FAIL: tail-2/pid (exit: 1) == + tail --version tail (GNU coreutils) 7.4.115-c9c92 Copyright (C) 2009 Free Software Foundatio
/archive/html/bug-coreutils/2009-08/msg00065.html (13,005 bytes)

230. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 13:23:17 -0500
Yet another one, on check-root. I am starting to wonder if this may be a problem with my setup, since nobody has reported errors on tail. FAIL: tail-2/append-only (exit: 1) == + tail --version tail (
/archive/html/bug-coreutils/2009-08/msg00066.html (9,723 bytes)

231. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 20:17:42 +0100
Meeting over :) Following from the above analysis, does the attached help? cheers, Pádraig. * src/tail.c (tail_inotify_forever): Use the correct bounds in the error check of the return from inotify_
/archive/html/bug-coreutils/2009-08/msg00067.html (9,622 bytes)

232. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 20:22:44 +0100
While I'm at it here's a patch to improve that test. cheers, Pádraig. * tests/tail-2/pid: Speed up the test by specifying a timeout of 100ms rather than the default 1s. Also instead of failing in th
/archive/html/bug-coreutils/2009-08/msg00068.html (8,929 bytes)

233. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 15:09:14 -0500
Thanks, Pádraig. Building & testing right now both of them on the snapshot; then on git. Attachment: signature.asc Description: This is a digitally signed message part
/archive/html/bug-coreutils/2009-08/msg00069.html (8,100 bytes)

234. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 15:23:35 -0500
OK. Both tests now succeed on the snapshot. I will apply them to git now (where I also had the same error). Cheers, ..C.. Attachment: signature.asc Description: This is a digitally signed message par
/archive/html/bug-coreutils/2009-08/msg00070.html (8,197 bytes)

235. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 23:06:38 +0200
Thanks for the reports. How did you run those tests? When I do it like this (per README), they all pass. sudo env PATH="$PATH" NON_ROOT_USERNAME=$USER make -k check-root
/archive/html/bug-coreutils/2009-08/msg00071.html (7,971 bytes)

236. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Wed, 12 Aug 2009 16:49:27 -0500
Yes, I did run them this way. I have just re-run them under git master (so that I would have the current status, without Pádraig's fixes). It failed the same. The following is the command line I use
/archive/html/bug-coreutils/2009-08/msg00072.html (10,523 bytes)

237. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Thu, 13 Aug 2009 10:57:26 +0100
These highlighted a couple of issue I think on systems without utimensat(). 1. The symlink _target_ gets its time updated 2. If 1 fails then the process returns a failure I've fixed both in the attac
/archive/html/bug-coreutils/2009-08/msg00077.html (12,561 bytes)

238. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Thu, 13 Aug 2009 16:22:44 +0200
Ten lines above that, we ensure that 0 <= f[i].wd is true, so this stmt: if (follow_mode == Follow_name || 0 <= f[i].wd) is equivalent to this: if (follow_mode == Follow_name || true) aka, if (true)
/archive/html/bug-coreutils/2009-08/msg00088.html (10,525 bytes)

239. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Thu, 13 Aug 2009 16:23:29 +0200
Looks good. Please push.
/archive/html/bug-coreutils/2009-08/msg00089.html (8,297 bytes)

240. Re: no feedback on snapshot? coreutils-7.5 coming soon (score: 1)
Author: HIDDEN
Date: Thu, 13 Aug 2009 15:39:25 +0100
Agreed. I'll push the attached soon. cheers, Pádraig. * src/tail.c (tail_forever_inotify): Remove the redundant and incorrect error check of the return from inotify_add_watch(). Also initialize the
/archive/html/bug-coreutils/2009-08/msg00090.html (10,939 bytes)


This search system is powered by Namazu