With this patch in addition to yours (and removing the .xo files), I
no longer see any failures.

diff -u findutils-4.2.26/lib/buildcmd.c findutils-4.2.26/lib/buildcmd.c
--- findutils-4.2.26/lib/buildcmd.c     2005-11-23 09:47:48.000000000 +0000
+++ findutils-4.2.26/lib/buildcmd.c     2005-11-23 09:47:48.000000000 +0000
@@ -195,7 +195,7 @@
   if (!initial_args && ctl->args_per_exec &&
       ( (state->cmd_argc - ctl->initial_argc) == ctl->args_per_exec))
     return 1;
-  else if (state->cmd_argc == ARG_MAX / sizeof (void *) - 1)
+  else if (state->cmd_argc == ARG_MAX / sizeof (void *) - 2)
     return 1;
   else
     return 0;

Tim.
*/


_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to