From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 01:54:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD0C16A41F for ; Mon, 19 Sep 2005 01:54:17 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from ntp1.ntp.isc.org (ntp1.ntp.isc.org [204.152.184.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469AF43D46 for ; Mon, 19 Sep 2005 01:54:17 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from localhost (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP id D8D1D39AB3; Mon, 19 Sep 2005 01:54:16 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) Received: from ntp1.ntp.isc.org ([127.0.0.1]) by localhost (ntp1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92320-08; Mon, 19 Sep 2005 01:54:15 +0000 (UTC) Received: from ntp1.isc.org (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP; Mon, 19 Sep 2005 01:54:15 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) To: Giorgos Keramidas In-Reply-To: Message from Giorgos Keramidas of "Mon, 19 Sep 2005 04:15:17 +0300." <20050919011517.GA8214@flame.pc> X-Mailer: MH-E 7.4.2; nmh 1.0.4; XEmacs 21.4 (patch 14) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Mon, 19 Sep 2005 01:54:15 +0000 From: Harlan Stenn X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ntp1.isc.org Message-Id: <20050919015416.D8D1D39AB3@ntp1.ntp.isc.org> Cc: Harlan Stenn , freebsd-questions@freebsd.org Subject: Re: gmake/make dependency problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 01:54:18 -0000 I could try and post fragments, but I'd probably mess it up. The full tarball is at: http://ntp.isc.org/~stenn/ntp-4.2.0b.tar.gz and I to duplicate the problem I recommend: % tar xzf ... % cd ntp-4.2.0b % mkdir A.foo % cd A.foo % ../configure % make and it will soon die in ntpd/, at which point: % cd ntpd % make -n ntpd-opts.c should show it trying to run autogen to produce ../../ntpd/ntpd-opts.c (which exists and should have "proper" timestamps with respect to its dependencies), and: % gmake ntpd-opts.c should say the target is up-to-date. If you want me to try and help debug this another way I would be happy to do so. Thanks a bunch... H