From owner-freebsd-stable@freebsd.org Wed Apr 26 16:35:05 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36158D519AE for ; Wed, 26 Apr 2017 16:35:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id BCED2DA4; Wed, 26 Apr 2017 16:35:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition To: papowell@astart.com, freebsd-stable@freebsd.org References: <8316fd8e-056d-32a1-1e59-414269476190@astart.com> From: Jung-uk Kim Message-ID: <95c6f08e-0cf7-f0f3-8b19-29e03b3f4f96@FreeBSD.org> Date: Wed, 26 Apr 2017 12:34:59 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <8316fd8e-056d-32a1-1e59-414269476190@astart.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9680KewRXpH9W4hDVsL40QBuCnhSPOXFk" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 16:35:05 -0000 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 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--