delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/17/13:20:22

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:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=GXqRMrMRviLWycz0
IKfKaJVMhh+YXMW6lFtt/B2YeCoXa9wU5BpQ6sRmVxley9bYofA0/nGid2HytnQB
C5R//2eLLt0igMUq0H9Ot7gp+tnnamZEaLmg/DNDbFeMGB/+8XkOOAlZR5PQkVxG
u4M9K+66YUEKMJnq1TCRYNV1aDs=
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:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=jiRqTHEswOLinGAvfUiKvk
huIF0=; b=TBbYOoBni0hcgvQEnCYUfMiBY4zimKPUmnCt45CxJP1uZ9CTaprhWK
s0pN9/ShQAWWScGGqv6KQ1f1DTbK01r3xx5RW4Hl3NJxeyay25fkaJS9A9H66RbU
dzN/TYw8ipz8VdBSMeFwoiKFEYiwLxWNyjgT2Ag03PrTV2qbprVJs=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:D*ca, win10, ver, H*RU:192.168.1.10
X-HELO: forward102o.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1550427602; bh=qwACO4EQpkpWAy81QWu/nmETww9HfzX1nvs+FJAM0n8=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=FkEABWEzpx0E/7T45+e2TtXuDOSyRvcF0rPXgDLxm5T9RDSLRgRfQpaT+IvR09151 WMCGg9WqkAm29Mi5Kge3Q8R4CRBnyLY1wT4gae0GzeqTVYffEQMncjUcW/jjzb9GDU ktocTyqpBEByxP2ZmtIRhlNnk+QFSjYbZTkrmSSo=
Authentication-Results: mxback9g.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Sun, 17 Feb 2019 21:11:04 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <507312885.20190217211104@yandex.ru>
To: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>, cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Cygwin 3.0.0-1
In-Reply-To: <5710aedc-8ef7-843c-1e36-6a07a168fdaa@SystematicSw.ab.ca>
References: <announce DOT 20190216152927 DOT GB4256 AT calimero DOT vinschen DOT de> <1661328738 DOT 20190217182851 AT yandex DOT ru> <20190217164213 DOT GP4256 AT calimero DOT vinschen DOT de> <9258666a-9e24-addd-2a5e-5f91955d39b3 AT SystematicSw DOT ab DOT ca> <1145831280 DOT 20190217200726 AT yandex DOT ru> <5710aedc-8ef7-843c-1e36-6a07a168fdaa AT SystematicSw DOT ab DOT ca>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, Brian Inglis!

> On 2019-02-17 10:07, Andrey Repin wrote:
>>> On 2019-02-17 09:42, Corinna Vinschen wrote:
>>>> On Feb 17 18:28, Andrey Repin wrote:
>>>>> The redirection issue I mentioned for 3.0-0.9 is still happens.
>>>>> And I see the STC did not made it to the list.
>>>>> Hamsters were hungry, I guess... Let's try without attachments.
>>>>> TYPE "%SystemRoot%\win.ini" | diff -u "%SystemRoot%\win.ini" -
>>>> I'm baffled.  diff calls fstat on descriptor 0.  fstat returns
>>>> with st_mode set to S_IFIFO | S_IRUSR, so it *knows* descriptor
>>>> 0 is a pipe and thus not seekable.  Nevertheless it calls lseek
>>>> just a bit later to seek back to the beginning of input.
>>> Appears to be running under Windows shell (TYPE) and pipe redirection - could
>>> that make a difference under some Windows versions about what is known?
>>> What are uname -srvmo and cmd /c ver?
>> It's Win7Pro/RUS SP1 64-bit, if that's what you were after.
>> (Can't install back 3.0 right now, but I'll do that later if it's important.)
>> $ cmd /c ver
>> Microsoft Windows [Version 6.1.7601]

> No problems for me under Win10 1809 with previous Cygwin release - after current
> upgrade:
>> TYPE "%SystemRoot%\win.ini" | diff -u "%SystemRoot%\win.ini" -
> diff: -: Illegal seek

Did we find a century old upstream bug? :)


-- 
With best regards,
Andrey Repin
Sunday, February 17, 2019 21:10:47

Sorry for my terrible english...


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019