From owner-freebsd-current@freebsd.org Mon Oct 8 05:43:35 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 014FC10B3BD0 for ; Mon, 8 Oct 2018 05:43:35 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A0BE7AC47 for ; Mon, 8 Oct 2018 05:43:34 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 36B135CBB8; Mon, 8 Oct 2018 07:43:33 +0200 (CEST) From: Dimitry Andric Message-Id: <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> Content-Type: multipart/signed; boundary="Apple-Mail=_50B7105E-3BE3-483F-850E-42AB674D1E7B"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Trouble building world Date: Mon, 8 Oct 2018 07:43:29 +0200 In-Reply-To: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> Cc: FreeBSD Current To: Eric McCorkle References: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> X-Mailer: Apple Mail (2.3445.9.1) 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: Mon, 08 Oct 2018 05:43:35 -0000 --Apple-Mail=_50B7105E-3BE3-483F-850E-42AB674D1E7B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 7 Oct 2018, at 23:28, Eric McCorkle wrote: >=20 > I'm having some trouble building world from current. The problem = looks > to be various tools' c++ files not including string.h, and therefore > missing defs. >=20 > Is there some critical update step I missed somewhere? If the headers are there, usually the problem is that you are overriding 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? -Dimitry --Apple-Mail=_50B7105E-3BE3-483F-850E-42AB674D1E7B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCW7rugQAKCRCwXqMKLiCW owCwAKDv//db2WfGavoagv1R/swRN/9nyACgkzeKyizdHYCAaW/fnA5BMvbJ9As= =IYA1 -----END PGP SIGNATURE----- --Apple-Mail=_50B7105E-3BE3-483F-850E-42AB674D1E7B--