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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=iUDqgOdY1oUdjG2U
	mRDgA72WducsuYTRLTpMKofKpLAE7ve4S55siwoPWstMSzzCMhQ6Ps1cIxSyJsIL
	E41tantu2odKW2TgkX3wriuLMgFH81P6SR8izfvA0+hvF1yoG3DRc7nAhJJCDJ/r
	wRUPEdaNqzKOjbiZ8QHYgkLmpc0=
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:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=XFLGhIjO7cBJK5Lhco2AD6
	eqWjY=; b=UkRrlS6QWtdxeqJde/VkpDYrBCcBUmpehOWKOdrsx/gxjQzsPPURbC
	LsKVCBzxlBkT+M9mv2cakWeju0jaQ73DpfJAqu3ZnVNHMIQ1zYxa6w1/NOTl0liQ
	n/y098bqQkZ+TxlAKO19n33mhYhoc1gb5yIIF5Mtlix/BBYjvxtnY=
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=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=crap, H*MI:sk:36b8f59, H*f:sk:36b8f59, H*i:sk:36b8f59
X-HELO: sasl.smtp.pobox.com
Subject: Re: Strange errors running gcc tests on Cygwin
To: cygwin@cygwin.com
References: <8fa02a72-e684-2ead-eacb-a5347d7594ae@pobox.com> <8bda181f-f0bc-b0dc-2d2d-1bb17031ccee@gmail.com> <b6c0f704-1f04-63ea-8220-ee30d623a9d6@pobox.com> <583230d9-f45c-aaa0-ed77-5c50863406f5@gmail.com> <9b872914-d9cf-378e-6eec-96c175a61ffe@pobox.com> <ab35a49e-93e3-4384-bf81-3e8ac99b7194@gmail.com> <7372df4f-c55d-f9a3-325d-3f8800d67d98@pobox.com> <aab8c02e-2fe7-8ebf-5f3b-126e0ea0a745@gmail.com> <a7aca745-bbf2-a356-704a-4956ae6a28b3@pobox.com> <937197c6-f0cd-a7a0-a12f-d3f943ba2c1d@SystematicSw.ab.ca> <affe4ca0-4677-6eb9-1d7d-94a129adc30c@pobox.com> <53efff58-2f84-123a-95a4-a7c426c003ce@SystematicSw.ab.ca> <87pohp6jvk.fsf@Rainer.invalid> <9b62f080-94f1-74d9-36ec-869e9490db2f@pobox.com> <d9f1e1f0-cdad-7f14-d873-1c63f63645c9@gmail.com> <898bb481-f195-e15a-595c-5ead4664f905@pobox.com> <b3e3373a-2d57-67cf-5f5e-a10f06b6a99b@SystematicSw.ab.ca> <763f28d9-2b6f-0868-448f-4a71455f1d47@pobox.com> <36b8f597-7c67-8a62-520d-3f7862632f3b@SystematicSw.ab.ca>
From: Daniel Santos <daniel.santos@pobox.com>
Message-ID: <4bef8263-bdd5-caa2-bada-c1662ef1005e@pobox.com>
Date: Sat, 18 Mar 2017 08:52:23 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
MIME-Version: 1.0
In-Reply-To: <36b8f597-7c67-8a62-520d-3f7862632f3b@SystematicSw.ab.ca>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Pobox-Relay-ID: 84AAA3CA-0BE1-11E7-96D7-97B1B46B9B0B-06139138!pb-smtp1.pobox.com
X-IsSubscribed: yes

On 03/17/2017 12:17 AM, Brian Inglis wrote:
> On 2017-03-16 14:59, Daniel Santos wrote:
>
>> Alright, I think I've got it now, thank you. I'll experiment with it
>> first and then I'm guessing that this might eventually belong in
>> libtool or some such, although I'm guessing that that wouldn't work
>> unless we could have two databases, the system database and a
>> temporary build database. I'm not yet sure what the correct solution
>> should be.
> rebase -OT file - contains list of paths to all built DLLs - uses the
> existing database to relocate your DLLs above existing Cygwin uses.

Yes, but that won't work from libtool.  libtool isn't going to know what 
other dlls you happen to be building in your project.  (I don't actually 
know libtools internals yet, and never really wanted to. :)  So this 
might need to be some ugly add-on to the Makefile *sigh*.

>> Thank you for the BLODA list. There are currently no programs listed
>> in the uninstall.
> You may not be installing much with Windows Setup but may want to ensure
> you uninstall any stuff like Adobe Flash, Adobe Reader, Oracle Java,
> MS Silverlight, games, other "conveniences", "freebies", utilities, etc.
> pushed on you. You may be able to uninstall MS SQL Server, its CLR, SSDT
> but don't know impact. You have to keep MS.NET, PowerShell if installed
> as they may be used by MS processes.

OMG! It puts SQL Server on there now?  Thanks for the info, I forgot 
about all of this crap.

>> The first thing I've done when installing Windows in the past is to
>> have the network cable unplugged and disable every service that I
>> think I don't need because experience has taught me not to trust
>> Windows. Occasionally, I've had to re-enable services that it turned
>> out I did need. Are there any pretty list of "stupid windows
>> services" out there that you recommend? Also, I'm not doing any
>> windows/lanman networking, so I disable computer browser and the
>> like.
> https://blog.brankovucinec.com/2016/07/12/powershell-reclaim-windows-10/
> and linked github forks I found informative and useful - key to customize
> as YMMV.

Ok, thanks. I have a license for Windows 7 and while I know that Windows 
10 is "free" I'm just not ready for that step.  I will probably have to 
eventually setup a win10 vm though.

>> I'm also building the current cygwin1.dll from git as I've seen a few
>> messages about bugs being fixed that could be related.
> You can download Cygwin snapshots: dll only, dbg, pkg, src, directly from
> https://cygwin.com/snapshots for x86{_64,} - instructions given on page.

Yeah, I usually prefer to build it myself.  I did test the git 
cygwin1.dll and it didn't fix the broken pipes (when running make check 
with more than one -j job).  As I've said before, I'm sure there's a 
race somewhere in Cygwin or some other Cygwin package(s). If I follow 
through with making this into a repeatable process, I'll likely have to 
try to diagnose it.

Daniel


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

