bug-coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ +subject:snapshot: 406 ]

Total 406 documents matching your query.

281. Re: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 09:30:22 +0100 (BST)
somehow, my shell (/bin/ksh) doesn't like the { ... } syntax here: $ cd src && { touch a b; mode3=2755; ./ginstall -Cv -m$mode3 a b } it waits for the command to be continued ... I can't see why Tha
/archive/html/bug-coreutils/2009-08/msg00177.html (9,701 bytes)

282. Re: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 12:25:05 +0200
Thanks. That's good, in that it produces the expected output. But it doesn't help me see why that test is failing for you. Long-term, best for you would be to install GNU diffutils. If you can do tha
/archive/html/bug-coreutils/2009-08/msg00178.html (9,894 bytes)

283. AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 12:44:50 +0200
done: == GNU coreutils 7.4.127-d2510: tests/test-suite.log == 1 of 1 test failed. .. contents:: :depth: 2 FAIL: install/install-C (exit: 1) == + ginstall --version install (GNU coreutils) 7.4.127-d25
/archive/html/bug-coreutils/2009-08/msg00179.html (12,509 bytes)

284. Re: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 16:49:11 +0200
Thanks. Almost there. Your test output when using GNU diff gave a clue. The *second* time that command is run, it appears to print nothing. Do this in src/: ./touch a b; mode3=2755 ./ginstall -Cv -m$
/archive/html/bug-coreutils/2009-08/msg00180.html (9,853 bytes)

285. AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 17:15:02 +0200
Bingo! no gdb here, sorry ;-( here u are - hope that helps on this long search (thanx for your patience BTW): execve("ginstall", 0xFFBFFB84, 0xFFBFFB9C) argc = 5 resolvepath("/usr/lib/ld.so.1", "/lib
/archive/html/bug-coreutils/2009-08/msg00181.html (16,564 bytes)

286. Re: AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 22:05:49 +0200
... I'm beginning to think there's a fundamental problem with your system. Here's the comparable part of truss output on a working Solaris 10 system: getppriv(PRIV_EFFECTIVE, {00040003880000000000000
/archive/html/bug-coreutils/2009-08/msg00186.html (13,561 bytes)

287. new snapshot available: coreutils-7.4.132-a70ac; 7.5 due out tomorrow (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 22:28:02 +0200
Have any of you found anything worth addressing for 7.5? Otherwise, I'll make the release tomorrow. Here's a final snapshot: coreutils snapshot: http://meyering.net/cu/coreutils-ss.tar.gz 9.5 MB http
/archive/html/bug-coreutils/2009-08/msg00188.html (5,851 bytes)

288. Re: new snapshot available: coreutils-7.4.132-a70ac; 7.5 due out tomorrow (score: 1)
Author: HIDDEN
Date: Wed, 19 Aug 2009 15:46:38 -0500
make check and check-root passed. Ubuntu 9.10. Attachment: signature.asc Description: This is a digitally signed message part
/archive/html/bug-coreutils/2009-08/msg00189.html (4,825 bytes)

289. AW: AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 08:57:47 +0200
system: ... I got one last input for this case: CC ginstall-install.o "install.c", line 191: warning: initializer does not fit or is out of range: -61952 Code: 187 /* Return true for mode with non-pe
/archive/html/bug-coreutils/2009-08/msg00190.html (10,112 bytes)

290. Re: AW: AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 10:04:07 +0200
Thanks. Those details have helped me see the light. I suspect this patch works around your compiler's inadequate "bool" support: diff --git a/src/install.c b/src/install.c index 73b3981..19efb1d 1006
/archive/html/bug-coreutils/2009-08/msg00191.html (11,042 bytes)

291. AW: AW: AW: AW: AW: AW: AW: AW: new snapshot available: coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 10:15:36 +0200
necessary. */ perfect (output still incl. my fprintf): $ ./ginstall -Cv -m$mode3 a b extra_mode(1517) -> 1024 ./ginstall: the --compare (-C) option is ignored when you specify a mode with non-permiss
/archive/html/bug-coreutils/2009-08/msg00192.html (10,050 bytes)

292. AW: AW: AW: AW: AW: AW: AW: AW: new snapshot available:coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 15:51:32 +0200
all non-root tests have successfully now, but one of the root-tests failed: == GNU coreutils 7.4.127-d2510: tests/test-suite.log == 1 of 1 test failed. .. contents:: :depth: 2 FAIL: cp/preserve-gid (
/archive/html/bug-coreutils/2009-08/msg00193.html (9,854 bytes)

293. AW: AW: AW: AW: AW: AW: AW: AW: new snapshotavailable:coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 16:05:42 +0200
!= yes, if I `chmod o+rx` all the directories to .../src and make src/cp executable for `other` (my umask is 027), then the test passes.
/archive/html/bug-coreutils/2009-08/msg00194.html (10,367 bytes)

294. Re: AW: AW: AW: AW: AW: AW: AW: AW: new snapshot available:coreutils-7.4.125-eca6 (score: 1)
Author: HIDDEN
Date: Thu, 20 Aug 2009 16:07:11 +0200
Thanks for investigating that! It's good to know it's a weakness in the test script, and not a problem with cp. After coreutils-7.5 someone will adjust the script to skip that part if the just-built
/archive/html/bug-coreutils/2009-08/msg00195.html (10,090 bytes)

295. snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 04 Sep 2009 18:17:20 +0200
If anyone knows of bug-related fixes that aren't yet applied, please speak up. I'm thinking of making a snapshot today, leading to a bug-fix release, coreutils-7.6, next week. Eric, I'm open to the i
/archive/html/bug-coreutils/2009-09/msg00058.html (5,392 bytes)

296. Re: snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 4 Sep 2009 18:23:37 +0100
It would be nice to get Ondřej's fix for copy xattrs from readonly files. I might be able to look at that in a couple of hours. There's also this one that popped up in our recent favorite: tail-2/wa
/archive/html/bug-coreutils/2009-09/msg00060.html (6,570 bytes)

297. Re: snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 04 Sep 2009 11:48:36 -0600
According to Jim Meyering on 9/4/2009 10:17 AM: At least one more adaptation needed - I'm changing link-follow.m4 to define LINK_FOLLOWS_SYMLINKS as a tri-state (1 yes (losing system), 0 no (good, li
/archive/html/bug-coreutils/2009-09/msg00061.html (7,052 bytes)

298. Re: snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 04 Sep 2009 20:11:29 +0200
Thanks! Right. I suppose it'd be best to add some distcheck-time code to prevent this sort of regression: configure as if inotify were not available, and ensure the tail-related tests still pass. Or
/archive/html/bug-coreutils/2009-09/msg00062.html (7,360 bytes)

299. Re: snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 04 Sep 2009 20:12:30 +0200
Sounds good. Now, there are enough reasons to wait until Monday.
/archive/html/bug-coreutils/2009-09/msg00063.html (6,585 bytes)

300. Re: snapshot in a few hours (score: 1)
Author: HIDDEN
Date: Fri, 04 Sep 2009 12:29:38 -0600
According to Jim Meyering on 9/4/2009 12:11 PM: We've done undocumented three-hyphen options before, and I think it works well. It can't interfere with option abbreviation, which is a plus, and anyth
/archive/html/bug-coreutils/2009-09/msg00064.html (6,759 bytes)


This search system is powered by Namazu