Re: find's %Y

2010-04-06 Thread jidanni
Anyway, I have shown %Y is moody and not to be trusted. I will now step back and hand the baton to others.

Re: find's %Y

2010-04-06 Thread jidanni
So I thought cd'ing to /tmp would help (cd /tmp find "${DESTDIR}" -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \ | xargs --verbose -rL1 rm -f ) however the files got zapped anyway. So it's back to the random %Y accuracy theory.

Re: find's %Y

2010-04-06 Thread jidanni
Apparently it is affected by CWD: 14:21 ~$ cd - /tmp 14:21 tmp$ find /tmp -name sleep -printf %Y\\n f f 14:21 tmp$ cd - /home/jidanni 14:21 ~$ find /tmp -name sleep -printf %Y\\n N N 14:21 ~$ cd - /tmp 14:22 tmp$ find /tmp -name sleep -printf %Y\\n f f 14:22 tmp$ mount|egrep /home\|/tmp /dev/hd

Bug#576772: %Y affected by path

2010-04-06 Thread jidanni
X-debbugs-Cc: m...@stro.at, 576...@bugs.debian.org, bug-findutils@gnu.org Package: findutils Version: 4.5.7-1 Dear Find Sirs, as you can see on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576677#130 for the %Y code to function properly, one must give the full path to the file, not just a high

Re: find's %Y

2010-04-06 Thread jidanni
What's barfy is it turns out the same command sometimes gives different output! $ mount|grep /tmp #df shows plenty of space too. tmpfs on /tmp type tmpfs (rw) 14:04 ~$ find /tmp/NOSHUCH -printf %Y\\n N 14:05 ~$ find /tmp/sleep -printf %Y\\n f 14:05 ~$ find /tmp -name sleep -printf %Y\\n ###COMPAR

[bug #27974] Use gnulib's xreadlinkat support

2010-04-06 Thread James Youngman
Update of bug #27974 (project findutils): Status: Code Review => Fixed ___ Follow-up Comment #1: The fix will be included in the next 4.3.x release.

[bug #27213] consider_visiting: invalid assertion for FTS_NS due to access permissions.

2010-04-06 Thread James Youngman
Update of bug #27213 (project findutils): Status: Code Review => Fixed ___ Follow-up Comment #7: I've just pushed the fix. It will be included in the next 4.3.x release. __

[bug #28490] find v4.5.5 dies with an assertion failure

2010-04-06 Thread James Youngman
Update of bug #28490 (project findutils): Status: Need Info => Duplicate ___ Follow-up Comment #4: OK, thanks for the feeback. ___ Rep

[bug #28490] find v4.5.5 dies with an assertion failure

2010-04-06 Thread Kenneth Nellis
Follow-up Comment #3, bug #28490 (project findutils): I won't be testing the patch. I'm fine with Martin's suggestion that it may be a dupe. --Ken ___ Reply to this item at: ___

[PATCH] Depend on gnulib modules appropriate to features we already use.

2010-04-06 Thread James Youngman
* import-gnulib.config (modules): Add c-casestr, errno, fdopendir, fflush, getdelim, gettimeofday, locale, modf, perror, snprintf, stat, stdarg, stddef, stdio, stdlib, string, strpbrk, sys_time, sys_wait. Also add comments about other modules we may also want to use which would require other code c