[bug #45445] AIX make check test-getdelim.c:72: assertion failed Abort(coredump)

2019-09-03 Thread James Youngman
Update of bug #45445 (project findutils): Status: Need Info => Fixed Open/Closed:Open => Closed Fixed Release:None => 4.7.0 ___

[bug #45445] AIX make check test-getdelim.c:72: assertion failed Abort(coredump)

2019-09-03 Thread Bernhard Voelker
Follow-up Comment #3, bug #45445 (project findutils): Just tested on AIX 7.2 with GCC-7.2.0, and test-getdelim passes there. (Oh well, there are other test failures ...) ___ Reply to this item at:

[bug #56855] find -printf %h gives an empty string for the root directory '/'

2019-09-03 Thread Stephane Chazelas
Follow-up Comment #1, bug #56855 (project findutils): There is also a case for having the empty string there. If it was the case for %f as well, that would mean that -printf %h/%f would always be equivalent to -printf %p More importantly, in cases like: find / -name foo -printf '%h/bar\0' | x

[bug #56832] FAIL: tests/misc/help-version

2019-09-03 Thread Bernhard Voelker
Follow-up Comment #4, bug #56832 (project findutils): The question is if this is a test failure (in the case the tests are run with a broken shell), or (also?) a problem which can happen in updatedb (when /bin/sh is broken). IMO we shouldn't care too much about broken (and ancient!) shells - as y

[PATCH] maint: fix typos in configure.ac

2019-09-03 Thread Bernhard Voelker
* configure.ac: Fix 2 typos in comments. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index de651d7b..42a3b62e 100644 --- a/configure.ac +++ b/configure.ac @@ -30,10 +30,10 @@ dnl Set the bug-report URL dnl dnl The call to A

[PATCH] maint: avoid error from sc_prohibit_gnu_make_extensions

2019-09-03 Thread Bernhard Voelker
Since last gnulib update, the above syntax-check rule fails: Error: doc/Makefile: $< in a non implicit rule find_mono.html: find.texi ... make: *** [maint.mk:439: sc_prohibit_gnu_make_extensions] Error 1 * doc/Makefile.am (find_mono.html): Avoid $< in plain rules. (findutils.texi_html_nod

Re: [PATCH] tests: output PATH value in log files

2019-09-03 Thread Bernhard Voelker
On 9/3/19 5:40 PM, James Youngman wrote: > Thanks for doing this, the patch looks good. Thanks for the review, pushed at: https://git.sv.gnu.org/cgit/findutils.git/commit/?id=74d0afd581 Have a nice day, Berny

[bug #56855] find -printf %h gives an empty string for the root directory '/'

2019-09-03 Thread Tavian Barnes
URL: Summary: find -printf %h gives an empty string for the root directory '/' Project: findutils Submitted by: tavianator Submitted on: Tue 03 Sep 2019 03:56:18 PM UTC Category: find

Re: [PATCH] tests: output PATH value in log files

2019-09-03 Thread James Youngman
Thanks for doing this, the patch looks good.

[bug #56832] FAIL: tests/misc/help-version

2019-09-03 Thread James Youngman
Follow-up Comment #3, bug #56832 (project findutils): My gut feeling is no, because the test should reflect whether the tool actually works. That is, if we care about making this work on Solaris and its derivatives enough to make a code change at all, we should simply change the code so that a co

[PATCH] tests: output PATH value in log files

2019-09-03 Thread Bernhard Voelker
Adjust the PATH variable for the test setup a bit later, i.e., after 'tests/init.sh' has turned on 'set -x', so that the PATH value appears in the test logfiles. * init.cfg (fu_path_prepend_): Wrap immediate path_prepend_ call into this new function. * tests/find/debug-missing-arg.sh: Use it - rig

[bug #36910] Minor documentation fixes regarding ``-iname`` deprecation

2019-09-03 Thread Michael Henry
Follow-up Comment #3, bug #36910 (project findutils): Thanks; I had forgotten about this issue, but it does indeed look to have been addressed. ___ Reply to this item at: __