Re: ld: error: undefined symbol: xdr_domainname in stable/13
bob prohaska <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 26, 2022 at 06:40:25PM -0700, Mark Millard wrote: > On 2022-Jul-26, at 13:14, bob prohaska <[email protected]> wrote: > > > > Just had a buildworld stop with > > > > ld: error: undefined symbol: xdr_domainname > > > > A re-run of git pull on July 26 around 1 pm PDT didn't fix it. > > I'm using -DWITH_META_MODE, could that matter? > > I do not know overall, but the source code for the routine > is generated by a tool. Your build tree should have ended > up with a: > > arm64.aarch64/lib/libc/yp_xdr.c > It looks as if it was a local artifact, probably caused by a robustness test (plug pull while running buildworld) a few hours earlier. A simple "make clean" seems to be the fix. Apologies for the noise! bob prohaska