Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: undefined references to strlist_match
> On Jan 25, 2021, at 1:13 AM, Ryo ONODERA <ryo%tetera.org@localhost> wrote:
>
> Hi,
>
> When my laptop builds NetBSD/amd64-current on NetBSD/amd64-current,
> I get the following error.
> My DTRACE7 kernel is almost as same as GENERIC, except no options DIAGNOSTIC.
>
> x.o ieee8023ad_lacp_sm_ptx.o ieee8023ad_lacp_sm_tx.o ieee8023ad_lacp_debug.o ieee8023_tlv.o devsw.o ioconf.o /usr/world/9.99/amd64/obj/sys/arch/amd64/compile/DTRACE7/lib/kern/libkern.o vers.o swapnetbsd.o
> # link DTRACE7/netbsd
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T netbsd.ldscript -Ttext 0xffffffff80200000 -e start -z max-page-size=0x200000 -X -o netbsd ${SYSTEM_OBJ:[@]:Nswapnetbsd.o} ${EXTRA_OBJ} vers.o swapnetbsd.o
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld: subr_autoconf.o: in function `device_compatible_match_strlist_internal':
> /usr/src/sys/kern/subr_autoconf.c:2458: undefined reference to `strlist_match'
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld: /usr/src/sys/kern/subr_autoconf.c:2458: undefined reference to `strlist_pmatch'
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld: /usr/src/sys/kern/subr_autoconf.c:2458: undefined reference to `strlist_match'
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld: /usr/src/sys/kern/subr_autoconf.c:2458: undefined reference to `strlist_pmatch'
Sigh, this must be the build breakage that was reported before. Yes, kre@ was right, I had a local change (“forgot to commit”) in my tree that overlooked.
Sorry, folks, fixed.
-- thorpej
Home |
Main Index |
Thread Index |
Old Index