From: N8TM@aol.com
Subject: Fwd: make problem/bug on NT (Cygwin B19)
20 Aug 1998 17:55:09 -0700
Message-ID: <fe0521a4.35dad074.cygnus.gnu-win32@aol.com>
Mime-Version: 1.0
Content-Type: multipart/mixed;
	boundary="part0_903532659_boundary"
To: gnu-win32@cygnus.com, lat@iki.fi, John.Turner@pobox.com

This is a multi-part message in MIME format.

--part0_903532659_boundary
Content-ID: <0_903532659@inet_out.mail.aol.com.1>
Content-type: text/plain; charset=US-ASCII

In a message dated 8/19/98 4:09:14 AM Pacific Daylight Time, lat@iki.fi
writes:

> Clock skew detected, your
>  build may be incomplete'

This message is not unusual under cygwin32, even when running locally, and I
had it just as often with make-3.76.1 as I do now with make-3.77.  Running on
hpux, however, the message is generated only when using data files through
NFS.

--part0_903532659_boundary
Content-ID: <0_903532659@inet_out.mail.aol.com.2>
Content-type: message/rfc822
Content-transfer-encoding: 7bit
Content-disposition: inline

Return-Path: <owner-gnu-win32@cygnus.com>
Received: from  rly-ya02.mx.aol.com ([172.18.144.194]) by air-ya05.mx.aol.com
	(v48.1) with SMTP; Wed, 19 Aug 1998 07:09:14 -0400
Received: from cygnus.com (runyon.cygnus.com [205.180.230.5])
	  by rly-ya02.mx.aol.com (8.8.8/8.8.5/AOL-4.0.0)
	  with ESMTP id HAA15126;
	  Wed, 19 Aug 1998 07:09:07 -0400 (EDT)
Received: (from majordom@localhost)
	by runyon.cygnus.com (8.8.7-cygnus/8.8.7) id AAA25291;
	Mon, 17 Aug 1998 00:49:11 -0700 (PDT)
Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38])
	by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id AAA25287
	for <gnu-win32@cygnus.com>; Mon, 17 Aug 1998 00:49:06 -0700 (PDT)
Received: from hpatl20.cern.ch (hpatl20.cern.ch [137.138.95.252])
	by smtp1.cern.ch (8.8.8/8.8.8) with ESMTP id JAA24570;
	Mon, 17 Aug 1998 09:48:31 +0200 (MET DST)
Received: from localhost (lat@localhost)
	by hpatl20.cern.ch (8.8.5/8.8.5) with SMTP id JAA18806;
	Mon, 17 Aug 1998 09:48:26 +0200 (METDST)
X-Authentication-Warning: hpatl20.cern.ch: lat owned process doing -bs
Date: Mon, 17 Aug 1998 09:48:26 +0200 (METDST)
From: "Lassi A. Tuura" <lat@iki.fi>
Reply-To: "Lassi A. Tuura" <lat@iki.fi>
To: "John A. Turner" <John.Turner@pobox.com>
cc: gnu-win32 mailing list <gnu-win32@cygnus.com>,
        bug-gnu-utils@prep.ai.mit.edu
Subject: Re: make problem/bug on NT (Cygwin B19)
In-Reply-To: <35D6877B.48E45A26@POBox.com>
Message-ID: <Pine.HPP.3.95a.980817094153.7864N-100000@hpatl20.cern.ch>
Sender: owner-gnu-win32@cygnus.com
Precedence: bulk
Mime-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit

|> Does anyone have a clue what might be happening here? [...] v3.77 of
|> make [...] seemed to have other problems (kept claiming times were
|> off). 

Actually, that likely to be your problem.  If the modification time of
the library is in future (beyond the time stamp you get on your .f90
file after touching it), make will think it is up to date and will not
build anything.  Perhaps the `lb' tool is doing something twisted?

In general, if make spits out messages like `Clock skew detected, your
build may be incomplete', watch out.  Your build *may* be incomplete :-) 

Usually things like these happen only on networked file systems, where
the file server and the client run different times.  Building on a local
file system usually succeeds in that situation.  You should make sure
your client is always running at the same time, or more in future, than
your file server (for instance, by using a network time protocol). 
Otherwise, as files are created on the server, they get future (as seen
by your workstation) timestamps and make will be confused.

HTH,
//lat
--
With sufficient thrust, pigs fly just fine.  However, this is not
necessarily a good idea.  It is hard to be sure where they are going
to land, and it could be dangerous sitting under them as they fly
overhead.  --RFC1925, "The Twelve Networking Truths"


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

--part0_903532659_boundary--
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
