[bug #22301] find fails on Solaris automount points when configured --with-fts

2010-04-10 Thread Martin Buchholz
Follow-up Comment #8, bug #22301 (project findutils): Sorry, I no longer work in an environment where the bug is reproducible, perhaps only occurring with a particular Solaris automounter implementation. I have the vague recollection that this bug is not completely fixed, so I would keep it open

[bug #26701] if there are any funny characters, * no longer matches in certain locales

2010-04-10 Thread James Youngman
Follow-up Comment #7, bug #26701 (project findutils): Yes, this looks like a limitation in the gnulib (current as of just now) gnmatch implementation. Still occurs in find-4.5.8. /tmp/testcase$ LC_ALL=zh_TW.UTF-8 /home/james/source/GNU/findutils/git/gnu/compile/64/find/find oo -name '*'|nl

[bug #22301] find fails on Solaris automount points when configured --with-fts

2010-04-10 Thread James Youngman
Follow-up Comment #7, bug #22301 (project findutils): Ping! Could you recheck a recent 4.5.x release (for example 4.5.8)? ___ Reply to this item at: __

[bug #26868] compilation Error on Solsaris x86_64: pred.c:662: error: wrong type argument to unary minus

2010-04-10 Thread James Youngman
Update of bug #26868 (project findutils): Status: Need Info => Fixed Open/Closed:Open => Closed Fixed Release:None => 4.5.6b ___

[bug #29511] fails to build on kfreebsd-*

2010-04-10 Thread James Youngman
Update of bug #29511 (project findutils): Status:None => Code Review Assigned to:None => jay ___ Follow-up Comment #1: The attached pat

[PATCH] Fix Savannah bug #29511: fails to build on kfreebsd-*

2010-04-10 Thread James Youngman
* lib/fdleak.c (get_max_fd): Don't use RLIM_SAVED_MAX or RLIM_SAVED_CUR. Not only are they non-portable, they aren't useful. * NEWS: Mention this bugfix. Signed-off-by: James Youngman --- ChangeLog|8 NEWS |5 + lib/fdleak.c | 10 +- 3 files changed, 1

[PATCH] Update to current gnulib head.

2010-04-10 Thread James Youngman
* import-gnulib.config (gnulib_version): Update to current gnulib head. Signed-off-by: James Youngman --- ChangeLog|5 + import-gnulib.config |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70a4614..931936d 100644 --- a/Ch

Re: assertion failed! find: ftsfind.c:470: consider_visiting: ...

2010-04-10 Thread James Youngman
On Sat, Apr 10, 2010 at 9:58 PM, Jim Meyering wrote: > I'll try to come up with a reproducer tomorrow. Thanks for the bug report. However, I think this problem has been solved within the past few days (i.e. since April 5). It's probably #27213, mentioned in the NEWS file : * Major changes i

assertion failed! find: ftsfind.c:470: consider_visiting: ...

2010-04-10 Thread Jim Meyering
Hello, I've just hit this assertion: find: ftsfind.c:470: consider_visiting: Assertion `ent->fts_info == 11 || state.type != 0' failed. I suspect that one process was traversing a hierarchy with find while another was deleting it via rm -rf. Neither command was run directly, so it may be ha

[bug #29512] [feature request] xargs parallel processing env-val improvement

2010-04-10 Thread James Youngman
Update of bug #29512 (project findutils): Severity: 3 - Normal => 1 - Wish Assigned to:None => jay ___ Follow-up Comment #1: I believe I unde

[bug #19593] -execdir .... {} + has suboptimal performance

2010-04-10 Thread James Youngman
Update of bug #19593 (project findutils): Status:None => Code Review ___ Follow-up Comment #1: I mailed a sequence of patches to bug-findutils@gnu.org which largely fix this. We can get m

[PATCH 2/4] Exec predicates now store which directory they want to run in.

2010-04-10 Thread James Youngman
* lib/dircallback.c (run_in_dirfd): New name for old run_in_dir function. (run_in_dir): Like the old funciton of the same name, but now takes an argument const struct saved_cwd *. * lib/dircallback.h: Update declarations of run_in_dirfd and run_in_dir. * find/util.c: Include dircallback.h, xalloc.h

[PATCH 1/4] Add a test which checks $CWD for find -execdir {} + and ... {} ;

2010-04-10 Thread James Youngman
* find/testsuite/find.gnu/execdir-multiple.exp: New test; verifies that for -execdir +, all the execs occur with the correct workikng directory. * find/testsuite/find.gnu/execdir-multiple.xo: Expected output for this test. * find/testsuite/Makefile.am (EXTRA_DIST_EXP): Add the new test. (EXTRA_DIST

[PATCH 4/4] Fix typo

2010-04-10 Thread James Youngman
Signed-off-by: James Youngman --- ChangeLog |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2c1e5d..cb532f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ Exec predicates now store which directory they want to run in.

[PATCH 3/4] Fix Savannah bug #19593, -execdir .... {} + has suboptimal performance

2010-04-10 Thread James Youngman
* find/ftsfind.c (consider_visiting): Don't call complete_pending_execdirs for every file we visit. (find): Instead, call complete_pending_execdirs every time we see a file which isn't at the same nesting level as the previous file we saw. This is an improvement but not optimal (since descending i

[bug #29512] [feature request] xargs parallel processing env-val improvement

2010-04-10 Thread anonymous
URL: Summary: [feature request] xargs parallel processing env-val improvement Project: findutils Submitted by: None Submitted on: Sat Apr 10 15:45:43 2010 Category: xargs

[bug #29511] fails to build on kfreebsd-*

2010-04-10 Thread Andreas Metzler
URL: Summary: fails to build on kfreebsd-* Project: findutils Submitted by: ametzler Submitted on: Sa 10 Apr 2010 15:02:55 CEST Category: find Severity: 3 - Normal