From owner-freebsd-security@FreeBSD.ORG Thu Jan 7 20:09:10 2010 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDEB71065672 for ; Thu, 7 Jan 2010 20:09:10 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0788FC12 for ; Thu, 7 Jan 2010 20:09:10 +0000 (UTC) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E46E119E045; Thu, 7 Jan 2010 20:54:00 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 666F719E044; Thu, 7 Jan 2010 20:53:58 +0100 (CET) Message-ID: <4B463BD5.5050703@quip.cz> Date: Thu, 07 Jan 2010 20:53:57 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.6) Gecko/20091206 SeaMonkey/2.0.1 MIME-Version: 1.0 To: Roland Smith References: <201001062255.o06MtanW089116@freefall.freebsd.org> <20100107185306.GA2742@slackbox.xs4all.nl> In-Reply-To: <20100107185306.GA2742@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-security@freebsd.org Subject: Re: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-10:02.ntpd X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 20:09:10 -0000 Roland Smith wrote: > After updating the source to 8.0-RELEASE-p2 (according to /usr/src/UPDATING), > the build procedure for ntpd failed; > > # cd /usr/src/usr.sbin/ntp/ntpd > # make obj&& make depend&& make&& make install > don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a. Stop Try cd /usr/src/usr.sbin/ntp instead of cd /usr/src/usr.sbin/ntp/ntpd Miroslav Lachman