I cannot test the patch right now, but tinderbox builds for me with the offending commit reverted.
On 2/1/21, Hans Petter Selasky <[email protected]> wrote: > Hi, > > The attached patch should fix it. (Waiting for a quick review). But > there are more issues: > > For i386 I now see: > >> ld: error: undefined symbol: xdr_export_sec_context_res >>>>> referenced by gss_impl.c >>>>> gss_impl.o:(kgss_transfer_context) >> >> ld: error: undefined symbol: gssd_import_name_1 >>>>> referenced by gss_import_name.c >>>>> gss_import_name.o:(gss_import_name) >> >> ld: error: undefined symbol: gssd_pname_to_uid_1 >>>>> referenced by gss_pname_to_uid.c >>>>> gss_pname_to_uid.o:(gss_pname_to_uid) >>>>> referenced by gss_pname_to_uid.c >>>>> gss_pname_to_uid.o:(gss_pname_to_unix_cred) >> >> ld: error: undefined symbol: xdr_pname_to_uid_res >>>>> referenced by gss_pname_to_uid.c >>>>> gss_pname_to_uid.o:(gss_pname_to_unix_cred) >> >> ld: error: undefined symbol: gssd_release_cred_1 >>>>> referenced by gss_release_cred.c >>>>> gss_release_cred.o:(gss_release_cred) >> >> ld: error: undefined symbol: gssd_release_name_1 >>>>> referenced by gss_release_name.c >>>>> gss_release_name.o:(gss_release_name) >> > > Maybe xdr needs to be added to LINT now? > > Passing the ball onto Konstantin. > > --HPS > -- Mateusz Guzik <mjguzik gmail.com> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
