On Sun, Aug 20, 2023 at 12:08:01PM +0000, Taylor R Campbell wrote: > > /r0/build/current/tools/amd64/bin/mips64el--netbsd-gcc > > --sysroot=/r0/build/current/DEST/evbmips64-el -Wl,--warn-shared-textrel > > -pie -shared-libgcc -o t_workqueue t_workqueue.o > > -Wl,-rpath-link,/r0/build/current/DEST/evbmips64-el/lib -L=/lib -lrumpvfs > > -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread -lrump > > -L/r0/build/current/obj/mips64el/tests/rump/kernspace -lkernspace -latf-c > > /r0/build/current/tools/amd64/lib/gcc/mips64el--netbsd/10.5.0/../../../../mips64el--netbsd/bin/ld: > > t_workqueue.o: in function `atfu_workqueue_wait_pause_body': > > /x/current/src/tests/rump/rumpkern/t_workqueue.c:96: undefined reference to > > `rumptest_workqueue_wait_pause' > > That's odd, can you share this ident(1) output? > > cd $OBJDIR/tests/rump > ident kernspace/workqueue.o kernspace/libkernspace.a > > The definition has been there for a couple weeks now.
Is this with an update build? I think I had to clean some test obj dirs after the latest changes to workqueue (and probably forgot to note it in UPDATING) Martin