From owner-freebsd-current@freebsd.org Thu Oct 11 23:14:24 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 9EBA710CB0E2 for ; Thu, 11 Oct 2018 23:14:24 +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 47063868FA for ; Thu, 11 Oct 2018 23:14:24 +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 6DB492C69 for ; Thu, 11 Oct 2018 23:14:23 +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> <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> 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: <192cc00a-25e2-84a7-7cbc-fd7d73c23163@metricspace.net> Date: Thu, 11 Oct 2018 19:14:19 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="n6Vtt841Qcd6BTtshnfIv3LECrepRbVPv" 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: Thu, 11 Oct 2018 23:14:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --n6Vtt841Qcd6BTtshnfIv3LECrepRbVPv Content-Type: multipart/mixed; boundary="j4FKXmTbF1DN7cmnOvH4ZyYTDCXI58YMB"; protected-headers="v1" From: Eric McCorkle To: freebsd-current@freebsd.org Message-ID: <192cc00a-25e2-84a7-7cbc-fd7d73c23163@metricspace.net> Subject: Re: Trouble building world References: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> In-Reply-To: <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> --j4FKXmTbF1DN7cmnOvH4ZyYTDCXI58YMB Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable I'm not sure why nobody else is seeing this, but the files are indeed missing includes of string.h. I have a small patch that adds them, but I'm having unrelated build issues stemming from OpenSSL 1.1.1 On 10/10/18 7:09 AM, Eric McCorkle wrote: > make.conf: >=20 > CPUTYPE?=3Dnative > KERNCONF=3DCUSTOM > LINKER_FEATURES=3DMfilter >=20 > src.conf: >=20 > 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 >=20 > I'm doing the standard "make buildworld" >=20 >=20 > 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 loo= ks >>> to be various tools' c++ files not including string.h, and therefore >>> missing defs. >>> >>> Is there some critical update step I missed somewhere? >> >> If the headers are there, usually the problem is that you are overridi= ng >> 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 >> >=20 --j4FKXmTbF1DN7cmnOvH4ZyYTDCXI58YMB-- --n6Vtt841Qcd6BTtshnfIv3LECrepRbVPv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQPGL/SuSPN3pRzpwUI38IpFsHCbAUCW7/ZSwAKCRAI38IpFsHC bJzVAP9943Mi4K7RloIB/15ifyYYDhMHhMqgtJgvWxMVDrSELAEAwUNbxWxnsif0 sZdrPoTgpwRZ0whB0T4pcvvC3k+TggA= =VpQm -----END PGP SIGNATURE----- --n6Vtt841Qcd6BTtshnfIv3LECrepRbVPv--