delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/12/20/10:36:30

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:subject:references:from:cc:to:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=PCEycYCj9yalJyEr
VobdyGsMWeiJDnqVAu7Ntgsfr6yit3u6mYwaLRbZiL9gzrwxMRnI4ScgZl5FuXf8
Ath9VtbYPqqjOksMPxaYR2oG/CAQ3rnReVf/CpypYBPj0o7ZrC6NEiw9KT2IHUXa
lrtgAi3JQCyvmou6snb3nIm/TDw=
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:subject:references:from:cc:to:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=hIecOtrUDUSQu0dI+q7FAI
m/y8E=; b=h+GNt0LklE9iKotg94wuUrxR4QSu/ZeT7XBU3vQWYqCBkOGk+vdrhC
Q1FANVRivjcKfUbot+2rS2845Q56rmgpe9dRH1hsPPThnfq2TG9R0Jg23EGZxbOl
TGSFfoio5HxXwhUiChPf1MA77OHDwPkPIyE0ILa+Xl14t7ItTCeqM=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 spammy=consult, emails, Hx-spam-relays-external:ESMTPA, wish
X-HELO: out3-smtp.messagingengine.com
X-ME-Sender: <xms:bYM6WvCb7OtqZ8mtopW6cgQheznPPMzJm--kIryjGQQ0H0Ey4El6xA>
Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode
References: <CANA-60oadKGFQGeFm2_hurX4VErXKJqpBXOJxHhUnUy=Q2eqLg AT mail DOT gmail DOT com> <87po79elst DOT fsf AT Rainer DOT invalid> <CANA-60oLS60EFfoSXGnaO89VyyTG9Uooc4FjtZgvqZadVgqYtw AT mail DOT gmail DOT com> <CANA-60p8HFLRGtsMEXmdTEKKDYps7E95MQ+DrQN5tUh8fz2qBA AT mail DOT gmail DOT com> <CANA-60pzkKXROD6FneFMDxP-xgHmOBv=hqjN6o9C0jv8q+6qVQ AT mail DOT gmail DOT com> <CANA-60o8ByvkbK6TyTzE_udQovHa3PaAe27vv0qFfxL6tRSYBA AT mail DOT gmail DOT com>
From: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
Cc: Arkady <larytet AT gmail DOT com>
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
Message-ID: <3a3ba13c-9204-6e1c-6ac9-3a36b4135a92@dronecode.org.uk>
Date: Wed, 20 Dec 2017 15:36:03 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
MIME-Version: 1.0
In-Reply-To: <CANA-60o8ByvkbK6TyTzE_udQovHa3PaAe27vv0qFfxL6tRSYBA@mail.gmail.com>

On 20/12/2017 12:43, Arkady wrote:
> I can upload VirtualBox VM which demonstrates the problem - this is
> 14GB image for VirtualBox 5.1.30

Please don't.

In any case, you might wish to consult the license you have for Windows 
to see if you are permitted to do this...

> On Wed, Dec 20, 2017 at 2:38 PM, Arkady <larytet AT gmail DOT com> wrote:
>> Another clue - flags -d -n -N probably solve the problem or make the
>> problem very rare
>>
>> On Wed, Dec 20, 2017 at 2:37 PM, Arkady <larytet AT gmail DOT com> wrote:
>>> I have little doubt that here is a bug in the Cygwin installer. I
>>> reproduce the problem
>>> consistently. I use the following command 10 times
>>> setup-x86.exe -q -s http://cygwin.mirror.constant.com
>>> The setup fails one time of three in my Win10 64 bits setup.

Wait what? are you using setup-x86.exe? or setup-x86_64.exe?

I have run this command many times, but I can't reproduce this problem.

Despite more than 10 emails from you on this subject, you still haven't 
mentioned what version of setup you are using.

You might like to try installing the cygwin upx and gdb packages, and 
then (assuming you are using setup 2.883):

upx -d setup-x86-64.exe
wget https://cygwin.com/setup/setup-2.883.x86_64.dbg
mv setup-2.883.x86_64.dbg setup.dbg

and then, in an elevated shell:

gdb --args setup-x86-64.exe -q -s http://cygwin.mirror.constant.com

at the '(gdb)' prompt

(gdb) r

when your error occurs:

(gdb) bt


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