Date: Thu, 11 Oct 2018 19:14:19 -0400 From: Eric McCorkle <eric@metricspace.net> To: freebsd-current@freebsd.org Subject: Re: Trouble building world Message-ID: <192cc00a-25e2-84a7-7cbc-fd7d73c23163@metricspace.net> In-Reply-To: <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net> References: <3b082f6e-af67-7f3a-cc0e-fb11a619b2fd@metricspace.net> <50B4A924-B933-484A-9493-70D657BE53F1@andric.com> <4c824176-bfee-710d-d4bb-14807f01dfcc@metricspace.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --n6Vtt841Qcd6BTtshnfIv3LECrepRbVPv Content-Type: multipart/mixed; boundary="j4FKXmTbF1DN7cmnOvH4ZyYTDCXI58YMB"; protected-headers="v1" From: Eric McCorkle <eric@metricspace.net> 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 <eric@metricspace.net> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?192cc00a-25e2-84a7-7cbc-fd7d73c23163>