Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: builds fail w/undef ref in rump tests
> From: "John D. Baker" <jdbaker%consolidated.net@localhost>
> Date: Sat, 19 Aug 2023 11:28:32 -0500 (CDT)
>
> Now that the MKCROSSGDB and new libpcap issues seem to have been ironed
> out, my builds (all arches) have resumed failing due to the following
> (evbmips-mips64el shown, sparc, macppc, dreamcast, i386, amd64 show the
> same failure):
> ...
> /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.
Home |
Main Index |
Thread Index |
Old Index