Re: test-framework-sh: Fix typo in function invocation (regression 2024-06-11).
Bernhard Voelker <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
[FWing to findutils ML] On 6/24/24 2:55 PM, Bernhard Voelker wrote: > Hi Collin, > > On 6/24/24 9:43 AM, Collin Funk wrote: >> Hi Bernhard, >> >> I said: >> >>> gmake tests/xargs/test-sigusr >>> gmake[2]: Entering directory '/home/collin/.local/src/findutils' >>> CC tests/xargs/test-sigusr.o >>> tests/xargs/test-sigusr.c:34:10: fatal error: error.h: No such file or directory >>> 34 | #include <error.h> >>> | ^~~~~~~~~ >>> compilation terminated. >>> >>> Probably something simple like a missing -I cflag. >> >> It looks like this binary was added a month ago. It only uses glibc >> interfaces so it is easy to forget gnulib. :) >> >> I've attached a small patch fixing it. I'm not sure if you use a marker >> to indicate that I don't have copyright papers done. >> >> Collin > > Thanks, pushed in your name with the "Copyright-paperwork-exempt: Yes" marker at: > http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=85fc8966e5912390 > > Have a nice day, > Berny