From owner-freebsd-current@freebsd.org Wed Oct 10 11:09:28 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A9B10CFFD8 for ; Wed, 10 Oct 2018 11:09:28 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from mail.metricspace.net (mail.metricspace.net [IPv6:2001:470:1f11:617::107]) by mx1.freebsd.org (Postfix) with ESMTP id AF4447A9A3 for ; Wed, 10 Oct 2018 11:09:27 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from [172.16.0.28] (unknown [172.16.0.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id 0BA3829F3 for ; Wed, 10 Oct 2018 11:09:27 +0000 (UTC) Subject: Re: Trouble building world To: freebsd-current@freebsd.org References: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> From: Eric McCorkle Openpgp: preference=signencrypt Autocrypt: addr=eric@metricspace.net; prefer-encrypt=mutual; keydata= mDMEWue2FBYJKwYBBAHaRw8BAQdAP/qVPlXodV6pYO5b1Jw0eFyMhyDD7B5y5eFsciutEfS0 JEVyaWMgTWNDb3JrbGUgPGVyaWNAbWV0cmljc3BhY2UubmV0PoiWBBMWCAA+FiEEDxi/0rkj zd6Uc6cFCN/CKRbBwmwFAlrnthQCGwMFCQHhM4AFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AA CgkQCN/CKRbBwmyGKAD/XTSBOItCKcYCPTlsaS1aQYVEwWXXFgdjWE+WsNdZUS8A/AhYAbQZ kNZNimE2rQLoklkfTA74qF/V257NuQi4QDcLuDgEWue2FBIKKwYBBAGXVQEFAQEHQKpZVyCG ync/xqejm2C1HKGXLJTUu38RvnrR3UYECz9nAwEIB4h+BBgWCAAmFiEEDxi/0rkjzd6Uc6cF CN/CKRbBwmwFAlrnthQCGwwFCQHhM4AACgkQCN/CKRbBwmyi2wEAmvaGt8QMjGELzm27gP4c jJGUi7oigsLmTiFPkpJqPz0A+QFBSCvxJaxCMyoVru/xB6bunpJ+Wtsj8HD1EuJOn4EJ Message-ID: <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> Date: Wed, 10 Oct 2018 07:09:23 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DCP3qhrNIWVFN9s7McuqYhm1r348phEPI" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2018 11:09:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DCP3qhrNIWVFN9s7McuqYhm1r348phEPI Content-Type: multipart/mixed; boundary="ook2OjpdsUTzAU0dpVmFgFAvUJdONgmaN"; protected-headers="v1" From: Eric McCorkle To: freebsd-current@freebsd.org Message-ID: <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> Subject: Re: Trouble building world References: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> In-Reply-To: <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> --ook2OjpdsUTzAU0dpVmFgFAvUJdONgmaN Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable make.conf: CPUTYPE?=3Dnative KERNCONF=3DCUSTOM LINKER_FEATURES=3DMfilter src.conf: WITHOUT_ATM=3D1 WITHOUT_AUTHPF=3D1 WITHOUT_BOOTPARAMD=3D1 WITHOUT_BOOTPB=3D1 WITHOUT_BSNMP=3D1 WITHOUT_HAST=3D1 WITHOUT_FLOPPY=3D1 WITHOUT_GAMES=3D1 WITHOUT_GPIB=3D1 WITHOUT_IPX=3D1 WITHOUT_IPFILTER=3D1 WITHOUT_IPFW=3D1 WITHOUT_PMC=3D1 WITHOUT_NCP=3D1 WITHOUT_NIS=3D1 WITHOUT_OFED=3D1 WITHOUT_PPP=3D1 WITHOUT_RADIUS_SUPPORT=3D1 WITHOUT_RBOOTD=3D1 WITHOUT_RCMDS=3D1 WITHOUT_TALK=3D1 WITHOUT_TELNET=3D1 WITHOUT_VI=3D1 I'm doing the standard "make buildworld" On 10/8/18 1:43 AM, Dimitry Andric wrote: > On 7 Oct 2018, at 23:28, Eric McCorkle wrote: >> >> I'm having some trouble building world from current. The problem look= s >> to be various tools' c++ files not including string.h, and therefore >> missing defs. >> >> Is there some critical update step I missed somewhere? >=20 > If the headers are there, usually the problem is that you are overridin= g > CFLAGS and/or CXXFLAGS in a way so that makefiles can't add or remove > flags. What are the contents of your /etc/make.conf and /etc/src.conf,= and how > are you exactly invoking buildworld? >=20 > -Dimitry >=20 --ook2OjpdsUTzAU0dpVmFgFAvUJdONgmaN-- --DCP3qhrNIWVFN9s7McuqYhm1r348phEPI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQPGL/SuSPN3pRzpwUI38IpFsHCbAUCW73d4wAKCRAI38IpFsHC bJ9HAQD+B7HI22gZJP3yjcRdoE1EIdW+Txmgqmk5HoShx3a+RwD/YnVsOe5VjzIh epZa2H5f6ZHvNq01M7lLyeOR4MJpPAk= =60ex -----END PGP SIGNATURE----- --DCP3qhrNIWVFN9s7McuqYhm1r348phEPI--