Re: Trouble building world

From: Eric McCorkle <eric_at_metricspace.net>
Date: Thu, 11 Oct 2018 19:14:19 -0400
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:
> 
> CPUTYPE?=native
> KERNCONF=CUSTOM
> LINKER_FEATURES=Mfilter
> 
> src.conf:
> 
> WITHOUT_ATM=1
> WITHOUT_AUTHPF=1
> WITHOUT_BOOTPARAMD=1
> WITHOUT_BOOTPB=1
> WITHOUT_BSNMP=1
> WITHOUT_HAST=1
> WITHOUT_FLOPPY=1
> WITHOUT_GAMES=1
> WITHOUT_GPIB=1
> WITHOUT_IPX=1
> WITHOUT_IPFILTER=1
> WITHOUT_IPFW=1
> WITHOUT_PMC=1
> WITHOUT_NCP=1
> WITHOUT_NIS=1
> WITHOUT_OFED=1
> WITHOUT_PPP=1
> WITHOUT_RADIUS_SUPPORT=1
> WITHOUT_RBOOTD=1
> WITHOUT_RCMDS=1
> WITHOUT_TALK=1
> WITHOUT_TELNET=1
> WITHOUT_VI=1
> 
> 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 <eric_at_metricspace.net> wrote:
>>>
>>> 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.
>>>
>>> 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
>>
> 


Received on Thu Oct 11 2018 - 21:14:24 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:18 UTC