Hi Pádraig, > FYI I see these failures in coreutils CI with latest gnulib.
There were two mistakes, indeed. > src/copy.c: In function 'dest_info_init': > src/copy.c:2026:24: error: 'triple_hash' undeclared (first use in this > function) > 2026 | triple_hash, > | ^~~~~~~~~~~ > src/copy.c:2026:24: note: each undeclared identifier is reported only once > for each function it appears in > src/copy.c:2027:24: error: 'triple_compare' undeclared (first use in this > function) > 2027 | triple_compare, > | ^~~~~~~~~~~~~~ Should be fixed by commit 0b6939d6ac1f6e4158772522fc2a0f2ae254e930. > I'll fix it up by moving to the newer API Yes, this will get you past the deprecation warnings (from gnulib-tool and from the C compiler). Bruno