make packages failing on googletest/gmock_main/gmock-actions_test

From: Roger Marquis <marquis_at_roble.com>
Date: Wed, 13 Dec 2023 07:02:56 UTC
Attempting to upgrade an existing 12.4 system to 14.0 with a packaged
base but have run into an issue with 'make packages':

   ...
   install -N /usr/src/etc -U -M /usr/obj/usr/src/amd64.amd64/worldstage//METALOG -D /usr/obj/usr/src/amd64.amd64/worldstage -T package=tests -s -o root -g wheel -m 555   gmock-actions_test /usr/obj/usr/src/amd64.amd64/worldstage/usr/tests/lib/googletest/gmock_main/gmock-actions_test
   install: gmock-actions_test: No such file or directory
   *** Error code 71

   Stop.
   make[12]: stopped in /usr/src/lib/googletest/tests/gmock_main

Anyone else seeing this?

On another note, seems that some of the steps previously found in
wiki.freebsd.org/PkgBase has been removed.  You can still find it at:
https://web.archive.org/web/20231031150409/https://wiki.freebsd.org/PkgBase

Roger Marquis