Re: ld: error: undefined symbol: xdr_domainname in stable/13
- In reply to: Mark Millard : "Re: ld: error: undefined symbol: xdr_domainname in stable/13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Jul 2022 16:02:01 UTC
On Tue, Jul 26, 2022 at 06:40:25PM -0700, Mark Millard wrote: > On 2022-Jul-26, at 13:14, bob prohaska <fbsd@www.zefox.net> 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