X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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" To: "cygwin AT cygwin DOT com" Subject: clock skew detected in archive member Date: Tue, 19 Jul 2016 19:44:24 +0000 Message-ID: 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