Groups | Search | Server Info | Login | Register
Groups > comp.protocols.kerberos > #5441
| From | "Osipov, Michael (IN IT IN)" <michael.osipov@innomotics.com> |
|---|---|
| Newsgroups | comp.protocols.kerberos |
| Subject | Non-portable use of GNU awk in tests |
| Date | 2025-09-27 11:58 +0200 |
| Organization | TNet Consulting |
| Message-ID | <mailman.13.1758967130.2340612.kerberos@mit.edu> (permalink) |
| References | <d5049a05-afe3-405b-99a2-d596016be840@innomotics.com> |
Hi folks, while trying to run "gmake check" on HP-UX I noticed many awk issues. the HP awk is incapable of processing all requests. I have supplied AWK=gawk which did make it a bit better. As far as I can see $GAWK isn't use throughout src/tests/. This fixes it for me: > grep -r "awk '" . -l | xargs -I% sed -i "s#awk '#gawk '##" % but I think think should either be solved by > AWK=gawk ./configure or > AWK=gawk gmake check Michael
Back to comp.protocols.kerberos | Previous | Next | Find similar
Non-portable use of GNU awk in tests "Osipov, Michael (IN IT IN)" <michael.osipov@innomotics.com> - 2025-09-27 11:58 +0200
csiph-web