From owner-freebsd-stable@FreeBSD.ORG Thu Mar 30 15:31:45 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5439616A400 for ; Thu, 30 Mar 2006 15:31:45 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A1043D6B for ; Thu, 30 Mar 2006 15:31:33 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from anubis.uct.ac.za ([137.158.128.125]) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1FOz7L-0002qw-BT for stable@freebsd.org; Thu, 30 Mar 2006 17:31:23 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FOz7L-000HtT-2X for stable@freebsd.org; Thu, 30 Mar 2006 17:31:23 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.60) (envelope-from ) id 1FOz7L-0001MN-BI for stable@freebsd.org; Thu, 30 Mar 2006 17:31:23 +0200 Date: Thu, 30 Mar 2006 17:31:23 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060330153123.GA4134@lordcow.org> Mail-Followup-To: stable@freebsd.org References: <20060330121255.GA12616@lordcow.org> <790a9fff0603300654h4f36ce67yc828e736319ff8a5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0603300654h4f36ce67yc828e736319ff8a5@mail.gmail.com> User-Agent: Mutt/1.5.11+cvs20060126 Cc: Subject: Re: ntpdate X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 15:31:45 -0000 On Thu 2006-03-30 (08:54), Scot Hetzel wrote: > 2. change to sub directory where FreeBSD builds ntpdate: > cd /usr/src/usr.sbin/ntp/ntpdate > make clean > make > make install > make clean cool, thanx, i found that earlier with a 'locate ntpdate | grep Makefile' and tried to run make but it gives: root@cow:/usr/src/usr.sbin/ntp/ntpdate# make Warning: Object directory not changed from original /usr/src/usr.sbin/ntp/ntpdate cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -c /usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/ntpdate/ntpdate.c sh -e /usr/src/usr.sbin/ntp/ntpdate/../scripts/mkver ntpdate Version cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -c version.c cc -O -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -o ntpdate ntpdate.o version.o /usr/src/usr.sbin/ntp/ntpdate/../libntp/libntp.a -lmd cc: /usr/src/usr.sbin/ntp/ntpdate/../libntp/libntp.a: No such file or directory *** Error code 1 Stop in /usr/src/usr.sbin/ntp/ntpdate. and the same thing if i run 'make clean' first. there's a directory called /usr/src/contrib/ntp/libntp/ , but there's no libntp.a on the system.