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
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
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.