[email protected] wrote: >On Mon, 8 Dec 2014 22:12:52 +0100 "Ian D. Leroux" ><[email protected]> wrote: >> > Sorry, someone pointed this out a few weeks back and I did say I >> > would fix it but got distracted, will take a look. >> >> Ah, I missed it the first time it was mentioned. Sorry for the >> duplicate report. Note that usr/tests/net/mcast/Atffile is not >> obviously rump-related, so there may be several things going on here. > >The problem with rump manpages is now resolved (my thanks to Justin >Cormack), but there's still something wrong with the set lists. With >amd64 CURRENT as of last night and after deleting the entire contents >of obj/ and tools/, > >./build.sh tools && ./build.sh kernel=SCRAMEUSTACHE && ./build.sh distribution > >fails with > >======= 1 extra files in DESTDIR ========= >Files in DESTDIR but missing from flist. >File is obsolete or flist is out of date ? >------------------------------------------ >./usr/tests/net/mcast/Atffile >========= end of 1 extra files ===========
I also build with MKRUMP=no but have the following extra patch in my local tree: Robert Swindells Index: tests/mi =================================================================== RCS file: /cvsroot/src/distrib/sets/lists/tests/mi,v retrieving revision 1.610 diff -u -r1.610 mi --- tests/mi 14 Jan 2015 22:25:05 -0000 1.610 +++ tests/mi 29 Jan 2015 10:41:34 -0000 @@ -3146,7 +3146,7 @@ ./usr/tests/net/in_cksum/t_in_cksum tests-net-tests atf ./usr/tests/net/in_cksum/in_cksum tests-net-tests atf ./usr/tests/net/mcast tests-net-tests -./usr/tests/net/mcast/Atffile tests-net-tests atf,rump +./usr/tests/net/mcast/Atffile tests-net-tests atf ./usr/tests/net/mcast/Kyuafile tests-net-tests atf,rump,kyua ./usr/tests/net/mcast/t_mcast tests-net-tests atf ./usr/tests/net/mpls tests-net-tests
