From owner-freebsd-security@freebsd.org Tue Oct 27 11:46:45 2015 Return-Path: Delivered-To: freebsd-security@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F147A1F919 for ; Tue, 27 Oct 2015 11:46:45 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D976F1175 for ; Tue, 27 Oct 2015 11:46:44 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with ESMTP id 8E7A413D8; Tue, 27 Oct 2015 12:46:42 +0100 (CET) Date: Tue, 27 Oct 2015 12:46:42 +0100 From: "Herbert J. Skuhra" To: Guillaume Bibaut Cc: freebsd-security@freebsd.org Subject: Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE Message-ID: <20151027114642.GA7848@oslo.ath.cx> References: <4D69BAFF-7447-4A1F-ABB8-686CA34090F3@iaelu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4D69BAFF-7447-4A1F-ABB8-686CA34090F3@iaelu.net> User-Agent: Mutt/1.5.24+24 (41af5a753d6f) (2015-08-30) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 11:46:45 -0000 On Tue, Oct 27, 2015 at 11:48:24AM +0100, Guillaume Bibaut wrote: > Hello, > > I’ve been applying NTP patches successfully recently, but when I try > to compile once patches applied, the make fails badly on ntp folders. > I’ve tried to download FreeBSD 10.2-RELEASE sources, and to reapply > patches since that release to be up to date, but the compilation fails > in the same folder: > > # make -j 10 buildworld > […] Did the patch apply cleanly? Or do you have some *.rej files in the source tree? Somehow I don't manage to do this. Does the build complete if you do: # svnlite co https://svn.freebsd.org/base/releng/10.2/ src # cd src # make -j 10 buildworld -- Herbert