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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=TRqu2tLVA4S9In816KsNzy1xpHHd
	+yB3FDDsp/45ycrrqQGwiVY4k2n/dj0mR4SNnw3FFqTs3ZDL6pfzHyILz/O4ZGtt
	f6Cz9ri129lil9VYODH4a2xiZIqsXRoCnIfnIhxEVguZBvp+tkVqAG+LbLU3DRns
	B/g1ScD37BTF5n8=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=p4+Yvh9PUIbulBF6Ysgq7SQBYLU=; b=Vv
	cy9BbBybZVqo2mKVcAszRzCgEkjF/Zuzqzw0MGM9K9Ym+WJuGm2kQ0Hk2MdlxAgZ
	IiNnq3nane4kaif8SrST1xDwNeGqPDtYm2UQHdVCbmwsvjkkiZGFZLU4Dqi4Jvft
	K7l+SVr9XDeqy45I5xzVyPbImhxhi7iieCut0fgj8=
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=-0.9 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2
X-HELO: smtp5-g21.free.fr
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\))
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005
From: Denis Excoffier <cygwin@Denis-Excoffier.org>
In-Reply-To: <announce.20150120164242.GA23732@calimero.vinschen.de>
Date: Thu, 22 Jan 2015 00:21:03 +0100
Message-Id: <1E0AF396-18FB-4402-92C2-A46FD9F5E80F@Denis-Excoffier.org>
References: <announce.20150120164242.GA23732@calimero.vinschen.de>
To: cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t0LNLOn1004901

On 2015-01-20 17:42, Corinna Vinschen wrote:
> 
> I released another TEST version of the next upcoming Cygwin release.
> The version number is 1.7.34-005.

I compiled this one successfully on CYGWIN_NT-6.1-WOW64 (W7 with Cygwin 32bits), but on
CYGWIN_NT-5.1 (XP) i get:
make: *** INTERNAL: readdir: No such file or directory.  Stop.

More precisely it fails when inside the ./cygserver folder:
% make -d |& tail
     Prerequisite '/tmp/lcl/tmp/cygwin/src/winsup/cygserver/transport.h' is older than target 'pwdgrp.o'.
     Prerequisite '/tmp/lcl/tmp/cygwin/src/winsup//cygwin/cygserver_pwdgrp.h' is older than target 'pwdgrp.o'.
     Prerequisite '/tmp/lcl/tmp/cygwin/src/winsup//cygwin/cygserver.h' is older than target 'pwdgrp.o'.
    No need to remake target 'pwdgrp.o'.
    Considering target file '/tmp/lcl/tmp/cygwin/obj/i686-pc-cygwin/winsup/cygwin/version.o'.
     Looking for an implicit rule for '/tmp/lcl/tmp/cygwin/obj/i686-pc-cygwin/winsup/cygwin/version.o'.
     Trying pattern rule with stem 'version'.
     Trying implicit prerequisite '/version.cc'.
make: *** INTERNAL: readdir: No such file or directory.  Stop.
make: /tmp/lcl/tmp/cygwin/obj/i686-pc-cygwin/winsup/cygwin/version.o: Field 'stem' not cached: version
%

Like advertised, it seems to have something to do with the internals of the make utility, therefore i
restarted the compilation anew with 'make --no-builtin-rules' (or '-r') with the same result. In the
cygserver folder, i replaced
CYGWIN_OBJS:=$(cygwin_build)/version.o
by
CYGWIN_OBJS:=
(since version.o is already built anyway) with also the same result. No further idea for the moment.

The last snapshot (20150119) has the same problem (again, only for XP). Older snapshots i don't know,
but 20150113 was OK. I cannot formally exclude antivirus and all such kinds of things.

Probably the bug-make mailing list would be more appropriate. Hope this helps though.


Regards,

Denis Excoffier.



--
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


