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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=wOuqGi0pmFDdBi5uP5TNh0o5Fvo0M SeN1fQhbfPW/8C3+GIgsEKlvgWCQDvy2dIXwlyz4z4QcDKt8nyHZS7TY0UXSf6em 4EHuYTXqx8vf/0QsZoiZFMeeJ/kYPmsD8KwGOj7eIDJWWnrYrSsLmI1krCJ9lWJU Z06WNkvEg3WlLE= 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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=dY8SaKxa+CaMPjHIK0l6MUpiu0M=; b=G90 rjjluRDDMCTFcbRZ5OWJEBI8X20qSX+V0bbvJouS+l80230Hz4c/asHgqA+/xZWU PAor5NEEBoFy/nT4AVq6qygHUYGOoxJcmXtO/CCfI1/IQ9szfE4aXgZUsm29S45X Gve9AmTiG6FGYVAc4OZyNdvuCaMfNfGOZgOknK/Q= 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.2 required=5.0 tests=AWL,BAYES_95,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: nihxway3out.hub.nih.gov X-IronPortListener: Outbound_SMTP X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah0FAFt9elKcKEfb/2dsb2JhbABagweBC782gSUWdIIlAQEBAwESKEQLAgEIDQEUFBAfEyUBAQQbGodZBqJGnGOPKDiDIIEQA45UkByLJoMmgio From: "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" To: Andrey Repin Subject: RE: Building a snapshot Date: Wed, 6 Nov 2013 17:35:55 +0000 Message-ID: <5F8AAC04F9616747BC4CC0E803D5907D0C40D5CF@MLBXv04.nih.gov> References: <5F8AAC04F9616747BC4CC0E803D5907D0C40D58E AT MLBXv04 DOT nih DOT gov> <821879778 DOT 20131106211500 AT mtu-net DOT ru> In-Reply-To: <821879778.20131106211500@mtu-net.ru> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id rA6Hah8k007973 > The page you mentioned expressly say that these errors can be ignored. It says, > Normally, building ignores any errors in building the documentation which IIUC means it should ignore such errors on its own -- not stop with a hard failure, such as with not being able to construct a path with a correct nesting level to a script, which is there. Following make by how it changes its current working directory, I get: make[3]: Entering directory `/home/lavr/build/i686-pc-cygwin/winsup/doc' builddir=`pwd` \ && cd ../../../../cygwin-snapshot-20130925-1/winsup/doc \ && ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend ../../../../cygwin-snapshot-20130925-1/winsup/doc/cygwin-ug-net.xml > "${builddir}/Makefile.dep" /bin/sh: line 2: ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend: No such file or directory $ cd /home/lavr/build/i686-pc-cygwin/winsup/doc ~/build/i686-pc-cygwin/winsup/doc $ ls -l ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend -rwxr-xr-x 1 lavr Domain Users 874 Jun 4 07:50 ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend ~/build/i686-pc-cygwin/winsup/doc $ cd ../../../../cygwin-snapshot-20130925-1/winsup/doc ~/cygwin-snapshot-20130925-1/winsup/doc $ ls -l ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend ls: cannot access ../../../../cygwin-snapshot-20130925-1/winsup/doc/xidepend: No such file or directory So the xidepend location was calculated correctly w.r.t. to the build directory, but since cwd changed to the source tree (?), it was no longer valid. Anton Lavrentiev Contractor NIH/NLM/NCBI -- 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