Re: [PATCH 0/3]: Update of copyright year number ranges

2021-01-03 Thread Bernhard Voelker
On 1/2/21 3:09 AM, Bernhard Voelker wrote: > * [PATCH 3/3] maint: update gnulib to latest > https://git.sv.gnu.org/gitweb/?p=findutils.git;a=commitdiff;h=1ca94cd4 That gnulib update introduced: - a new warning in the compilation of test-getgroups with glibc >= 2.32 and gcc >= 10, and - a gnulib

[PATCH] tests/find/used.sh: make more robust

2021-01-03 Thread Bernhard Voelker
This test was prone to false-positive errors due to sub-second rounding issues. Failures have been seen on openSUSE's build system. * tests/find/used.sh: Use larger time intervals for the future access times of the test files (compared to the '-used N' search), and adjust the expected output acco

Re: [PATCH] maint: avoid error from sc_prohibit_gnu_make_extensions

2021-01-03 Thread Bernhard Voelker
On 9/5/19 10:29 PM, Bernhard Voelker wrote: > Something is fishy here. With a 'git clean -xdfq' repo > followed by './bootstrap && ./configure && make -j20 all syntax-check', > sc_prohibit_gnu_make_extensions still fails e.g. in locate/Makefile. > Running a couple times again, the error vanishes.