From owner-freebsd-security@freebsd.org Tue Oct 27 12:36:01 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 4A4418E94 for ; Tue, 27 Oct 2015 12:36:01 +0000 (UTC) (envelope-from freebsd-security@iaelu.net) Received: from mail.iaelu.net (mail.iaelu.net [IPv6:2001:bc8:3b71:ff01::146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.iaelu.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F05821FBF for ; Tue, 27 Oct 2015 12:36:00 +0000 (UTC) (envelope-from freebsd-security@iaelu.net) Received: from [172.16.68.12] (societe.hq.reagi.net [195.110.13.68]) (authenticated bits=0) by mail.iaelu.net (8.15.2/8.15.2) with ESMTPSA id t9RCZv15007792 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Oct 2015 13:35:57 +0100 (CET) (envelope-from freebsd-security@iaelu.net) Authentication-Results: mail.iaelu.net; dmarc=none header.from=iaelu.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iaelu.net; s=eienni; t=1445949357; bh=8Vydltm+Aaw8KA0bQgZOvgd8is0/AGbnljJ75BY/CdA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=d+J0N5TrJDceIV3dGb4ifH2IbS2p3pzWEx3JFygl8OeZvi5whRnK9JVbPnOzbiccm 9tiO1JknrQ5JbvNZGWbHgwVc6uoLAm5WLhNJg5nWzI0hnDi0nkjdOUHFu38MEoItJy DR2Cp7g4PR0CFgGKjIEuv1xAH1XD6cSEMVnr0WnKHpFiJ2/K11Aw8U4SyyOaoZUMjm 2l2xCLYUYGZkDZttbyWG2lGrCT4YOYn3wO4Z/92ck82jV9JKca0LUc6YalIh4GbJlh UsGldramos8HXqrb24pRhCRjsxVxPWhAsNA6ombwiwxUzGDhtFf3MYAh0sdwy2qj2r ZvJuPwsLC5Ktg== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE From: Guillaume Bibaut In-Reply-To: <20151027114642.GA7848@oslo.ath.cx> Date: Tue, 27 Oct 2015 13:35:56 +0100 Cc: freebsd-security@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4043BA45-F5A5-4218-93F2-C320DE65EB6D@iaelu.net> References: <4D69BAFF-7447-4A1F-ABB8-686CA34090F3@iaelu.net> <20151027114642.GA7848@oslo.ath.cx> To: "Herbert J. Skuhra" X-Mailer: Apple Mail (2.3096.5) X-Virus-Scanned: clamav-milter 0.98.7 at mail.iaelu.net X-Virus-Status: Clean 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 12:36:01 -0000 > Le 27 oct. 2015 =C3=A0 12:46, Herbert J. Skuhra = a =C3=A9crit : >=20 > On Tue, Oct 27, 2015 at 11:48:24AM +0100, Guillaume Bibaut wrote: >> Hello, >>=20 >> I=E2=80=99ve been applying NTP patches successfully recently, but = when I try >> to compile once patches applied, the make fails badly on ntp folders. >> I=E2=80=99ve 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: >>=20 >> # make -j 10 buildworld >> [=E2=80=A6] >=20 > Did the patch apply cleanly? Or do you have some *.rej files in the > source tree? Somehow I don't manage to do this. >=20 > Does the build complete if you do: >=20 > # svnlite co https://svn.freebsd.org/base/releng/10.2/ src > # cd src > # make -j 10 buildworld >=20 > --=20 > Herbert > _______________________________________________ > freebsd-security@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-security > To unsubscribe, send any mail to = "freebsd-security-unsubscribe@freebsd.org" >=20 Here is what I=E2=80=99ve done: cd /usr mv src src-bak mkdir src cd # src.txz is the tarball for FreeBSD 10.2-RELEASE sources tar =E2=80=94unlink -xvpJf src.txz -C / cd /usr/src # for all patches since 10.2-RELEASE (taking shortcuts here because I = don=E2=80=99t want to spam) patch