Call for testing: openssh-10.3
Darren Tucker
dtucker at dtucker.net
Tue Mar 31 12:56:42 AEDT 2026
On Tue, 31 Mar 2026 at 12:32, Damien Miller <djm at mindrot.org> wrote:
> On Mon, 30 Mar 2026, Hisashi T Fujinaka wrote:
>
> > I'm testing on NetBSD 11.0_RC2 on amd64 and there's a missing define for
> > PLEDGE_EXTRA_INET.
> >
> > clientloop.c:964:28: error: 'PLEDGE_EXTRA_INET' undeclared (first use in
> this
> > function)
> [...]
> that's strange, as it should be set unconditionally in config.h by this
> configure.ac block:
> [...]
>
> Did you regenerate/rerun configure?
>
Another way that can happen is if you have an old config.h in the top-level
directory, but then run configure again in a subdirectory, eg if you are
building for multiple platforms. Configure will generate the correct
config.h, but the compiler's search path will find the old one in the
top-level directory first.
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list