From owner-freebsd-current@FreeBSD.ORG Tue Dec 20 05:36:49 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB35B106564A for ; Tue, 20 Dec 2011 05:36:49 +0000 (UTC) (envelope-from vertexSymphony@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id A1EF28FC18 for ; Tue, 20 Dec 2011 05:36:49 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type; b=c54lYhRiXGLHdeTBG2QsjzlcNe9TPjeyj4kVXOPqCMBWU1/xHgL+CbKjdrdwljMRDjPwSRS1cWOI dTqiLIL2F1ydNbQqQ4zy+/yZOcwtjjt0Vr6h2Fopm2nqoGaLDc6y Received: from [192.168.0.100] (213-56-16-190.fibertel.com.ar [190.16.56.213]) by mx.zohomail.com with SMTPS id 1324359408642661.3376350442907; Mon, 19 Dec 2011 21:36:48 -0800 (PST) Message-ID: <4EF01EEC.9030204@zoho.com> Date: Tue, 20 Dec 2011 02:36:44 -0300 From: Alex Kuster User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111112 Thunderbird/8.0 MIME-Version: 1.0 To: Garrett Cooper , freebsd-current@freebsd.org References: <4EEFB8B6.8010203@zoho.com> <4EF001A7.4030602@zoho.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Cc: Subject: Re: Failure to compile world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 20 Dec 2011 05:36:49 -0000 On 12/20/2011 01:52, Garrett Cooper wrote: > On Mon, Dec 19, 2011 at 7:31 PM, Alex Kuster wrote: >> A follow-up on this is libc not building because of missing >> SCTP_REMOTE_UDP_ENCAPS_PORT >> apparently the Makefile doesn't include /sys/ into the includes of the libc. >> >> My current version (/usr/include/netinet/sctp.h) lacks that definition, it >> should look in the headers of the source, not the current system headers ... >> so I just added that to the Makefile ( lib/libc/net/Makefile.inc ). >> >> I'm leaving note if anyone else experiences the same problem. > Please file a PR for this and other similar build issues. The > mantra I've gotten in the past is that "builds aren't guaranteed to > work in a subdirs", but I would really like for this to become a > reality because I really wouldn't want to have to installworld (or > installincludes) a whole system just to get some headers installed for > a trivial program in the base system :). > Just to make sure though, did you do make depend all , or just make all? > Thanks! > -Garrett > Hi Garett ... Well, those issues were raised by a simple "make buildworld" in the traditional /usr/src When I found the first issue with libc i just went to /usr/src/lib/libc, fixed and ran a make in there, so the second issue appeared and libc was built with no problems. Now I'm facing another one which I'll find out and see how to fix to get a compiling/working system. Thanks for your time! P.S → I didn't know about installincludes, I'll read about that P.S 2 → I never-ever-ever filed a PR