Date: Wed, 26 Apr 2017 12:34:59 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: papowell@astart.com, freebsd-stable@freebsd.org Subject: Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition Message-ID: <95c6f08e-0cf7-f0f3-8b19-29e03b3f4f96@FreeBSD.org> In-Reply-To: <8316fd8e-056d-32a1-1e59-414269476190@astart.com> References: <8316fd8e-056d-32a1-1e59-414269476190@astart.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9680KewRXpH9W4hDVsL40QBuCnhSPOXFk Content-Type: multipart/mixed; boundary="biESD1pB7lxfX0Qs79v8iqK8gLvHGBSto"; protected-headers="v1" From: Jung-uk Kim <jkim@FreeBSD.org> To: papowell@astart.com, freebsd-stable@freebsd.org Message-ID: <95c6f08e-0cf7-f0f3-8b19-29e03b3f4f96@FreeBSD.org> Subject: Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition References: <8316fd8e-056d-32a1-1e59-414269476190@astart.com> In-Reply-To: <8316fd8e-056d-32a1-1e59-414269476190@astart.com> --biESD1pB7lxfX0Qs79v8iqK8gLvHGBSto Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 04/26/2017 10:14, Patrick Powell wrote: > First: a big thank-you to the support/fixit people for all of their wor= k! >=20 > I was doing some testing using FreeBSD 11.0-STABLE and some of my > configure scripts died. However, they were working fine on FreeBSD 11.= 0 > RELEASE. >=20 > I found the problem, but I do not know how to resolve this. When you > install the GCC compiler from the PKG repository it appears to create a= > modified set of include files from the system (default?) include files > (/usr/include). However, when the modified /usr/include/sys/types.h > file is created, the typedef for vm_ooffset_t is modified, and there i= s > no reference to __vm_ooffset_t that the compiler can resolve. >=20 > < typedef __int64_t vm_ooffset_t; > --- >> typedef __vm_ooffset_t vm_ooffset_t; =2E.. You have to rebuild lang/gcc from the ports tree to fix this problem. https://lists.freebsd.org/pipermail/freebsd-current/2017-February/064937.= html Jung-uk Kim --biESD1pB7lxfX0Qs79v8iqK8gLvHGBSto-- --9680KewRXpH9W4hDVsL40QBuCnhSPOXFk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEl1bqgKaRyqfWXu/CfJ+WJvzb8UYFAlkAzDgACgkQfJ+WJvzb 8UYVbgf/e0BeozRJ29PyWQPr1ijuJHlncwZGKTWTDRLzMx1zBkNopSL2hP4OaQVA oeIVOHrvH+waPKKpS8lk0D4fMt/fnfHPCAUqzmmvb8dgZBc5/SAQcq/jULBwt0Ld 270TALmjaPu5+UZnhwZAWGozT0E2rwNxZ6W09AQ2845T8kyWEsMqr+PkSF+Fol/X 9c5hehObrcwucI2r9m7B0/KBa/ZYBFOby7Mp54H1HPLkFTLa0ijHx7aIpSYifOGR vZjydRLLC5Bq1jO6MyDcxKFy0NN8jDmTn2KEWDwqybcGEm66IjomAVRZ+3pCZse+ +5WRdsTFSNsTvI9a0DxgXcw4pHJczQ== =ph5c -----END PGP SIGNATURE----- --9680KewRXpH9W4hDVsL40QBuCnhSPOXFk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?95c6f08e-0cf7-f0f3-8b19-29e03b3f4f96>