From: N8TM AT aol DOT com Subject: Fwd: make problem/bug on NT (Cygwin B19) 20 Aug 1998 17:55:09 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="part0_903532659_boundary" To: gnu-win32 AT cygnus DOT com, lat AT iki DOT fi, John DOT Turner AT pobox DOT com This is a multi-part message in MIME format. --part0_903532659_boundary Content-ID: <0_903532659 AT inet_out DOT mail DOT aol DOT com DOT 1> Content-type: text/plain; charset=US-ASCII In a message dated 8/19/98 4:09:14 AM Pacific Daylight Time, lat AT iki DOT 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 AT inet_out DOT mail DOT aol DOT com DOT 2> Content-type: message/rfc822 Content-transfer-encoding: 7bit Content-disposition: inline Return-Path: 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 AT 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 ; 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 AT 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" Reply-To: "Lassi A. Tuura" To: "John A. Turner" cc: gnu-win32 mailing list , bug-gnu-utils AT prep DOT ai DOT mit DOT edu Subject: Re: make problem/bug on NT (Cygwin B19) In-Reply-To: <35D6877B DOT 48E45A26 AT POBox DOT com> Message-ID: Sender: owner-gnu-win32 AT cygnus DOT 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 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".