Trouble building world

Eric McCorkle eric at metricspace.net
Wed Oct 10 11:09:28 UTC 2018


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
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20181010/ad368acf/attachment.sig>


More information about the freebsd-current mailing list