X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-transfer-encoding:mime-version; q=dns; s=default; b=ewJ
	3qBvbKgTrPuyaQT3GfTW/HOlKBEZBUQVXO8qwe48FNiQYypDP3cj40xLhFVZgoab
	YEwplQHuRpKN2FnI9qcjVCx8YsYQzfPDa89IDb/Tiz8nCrkERdOzLB1KBjeJV6Hk
	y7wvDFK/76YgzJg44Gbf+L2an+vQZhyxxUE3b+hg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-transfer-encoding:mime-version; s=default; bh=VCkVqLJym
	/kJJUHmL9fwf9CaHYM=; b=uoCQpsUj7G27g+Lu+wslo+AymjVaoi3yWcZvBx9BR
	lWnthnDNLi451r84BySP5/r8Elqas4QvOgk+MYau1utm0AG3bxenruqNOeaR2kfH
	jnd08uRyJDcEf9KBgt/XhU7X41boNnjvCiSuftpWjj5et8wR9ucRrcAecPZ2mEtk
	cQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=east, H*r:14.3.301, H*RU:14.3.301.0, Hx-spam-relays-external:14.3.301.0
X-HELO: lizzard.sbs.de
From: "Schwarz, Konrad" <konrad.schwarz@siemens.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: clock skew detected in archive member
Date: Tue, 19 Jul 2016 19:44:24 +0000
Message-ID: <A45B1767F1002449A37508C2CC6003D734BB5D@DEFTHW99EJ1MSX.ww902.siemens.net>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u6JJigiX010883

Hello,

I am building a project in Cygwin using a GCC/binutils cross-compiler hosted on Windows.
I.e., make and other utilities are from Cygwin;
gcc, ld, ar, etc. are from the cross-compiler toolchain which was compiled natively
for Windows.

I consistently see
	make[1]: Warning: File 'libmylib.a(myfile.o)' has modification time 3516 s in the future
	make[1]: warning:  Clock skew detected.  Your build may be incomplete.

(The exact time varies somewhat).

The build is indeed incomplete.

I am using the lib(member): form of rule in the Makefile, so
make uses the modification time of the member in the archive
to see if it needs updating.

As the time is close to an hour and since I am one hour east of GMT,
this might be related to a time-zone problem.

If anyone has run across this problem and has some hints for me,
I would be most grateful.

Best Regards

Konrad Schwarz

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


