> Date: Sun, 20 Aug 2023 09:45:20 -0500 (CDT) > From: "John D. Baker" <jdba...@consolidated.net> > > On Sun, 20 Aug 2023, Taylor R Campbell wrote: > > > That's odd, can you share this ident(1) output? > > > > cd $OBJDIR/tests/rump > > ident kernspace/workqueue.o kernspace/libkernspace.a > > kernspace/workqueue.o: > $NetBSD: workqueue.c,v 1.10 2023/08/10 22:20:20 riastradh Exp $ > > kernspace/libkernspace.a: > $NetBSD: sendsig.c,v 1.2 2020/05/23 23:42:44 ad Exp $ > $NetBSD: workqueue.c,v 1.10 2023/08/10 22:20:20 riastradh Exp $
Very weird! Can you share the output of these? cd $OBJDIR/tests/rump nm -g --defined-only kernspace/workqueue.o nm -g --undefined-only rumpkern/t_workqueue.o kernspace/workqueue.c is supposed to define rumptest_workqueue_wait_pause as of revision 1.9 (and it should stay defined in 1.10). Unless maybe you have some other libkernspace somewhere else that is somehow getting pulled in instead?