Date: Sat, 12 Sep 2020 09:35:17 +0200 From: "Hartmann, O." <ohartmann@walstatt.org> To: FreeBSD CURRENT <freebsd-current@freebsd.org>, freebsd-embedded@freebsd.org Subject: cp/utils.c:517:14: error: member reference base type 'void' is not a structure or union Message-ID: <20200912093517.6d8ca263@hermann.fritz.box>
next in thread | raw e-mail | index | archive | help
--Sig_//=RMhje4G7w9aiF4pQ8SNPJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Building recent 12-STABLE (revision 365643) for a nanobsd environment on a CURRENT host fails since a couple of weeks for now with the weird error shown below. The CURRENT host is running at FreeBSD 13.0-CURRENT #20 r365382: Fri Sep 11 19:01:26 CEST 2020 amd64. Building 12-STABLE jails at the very same revision on that CURRENT host with the very same CURRENT OS revision works fine. It doesn't help sarting comiling from a clean environment or with a vanilla (uncustomized) setup for the nanobsd environment. [...] /pool/sources/12-STABLE/src/bin/cp/utils.c:517:14: error: member reference base type 'void' is not a structure or union aclp =3D &acl->ats_acl; ~~~^ ~~~~~~~ /pool/sources/12-STABLE/src/bin/cp/utils.c:518:11: error: incomplete definition of type 'struct acl' if (aclp->acl_cnt !=3D 0 && aclsetf(dest_dir, ~~~~^ /pool/sources/12-STABLE/src/bin/cp/utils.c:468:9: note: forward declaration of 'struct acl' struct acl *aclp; ^ 2 errors generated. *** [/pool/sources/12-STABLE/src/bin/cp/utils.o] Error code 1 Kind regards, oh --Sig_//=RMhje4G7w9aiF4pQ8SNPJ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCX1x6NQAKCRA4N1ZZPba5 R03HAQDvVh6fM66bX0F835CR/9XHcf0d+dNEJfLtxCRWMKcqcwD/SFsNceA+WKxS oqqe/XESNbWJBA/TrSb+JXNuedQxcAo= =ehaK -----END PGP SIGNATURE----- --Sig_//=RMhje4G7w9aiF4pQ8SNPJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200912093517.6d8ca263>