From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116027 invoked by alias); 18 Mar 2017 13:48:47 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 115885 invoked by uid 89); 18 Mar 2017 13:48:29 -0000 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 Received: from pb-smtp1.pobox.com (HELO sasl.smtp.pobox.com) (64.147.108.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Mar 2017 13:48:27 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 8C80D84D7A for ; Sat, 18 Mar 2017 09:48:08 -0400 (EDT) Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 8515D84D79 for ; Sat, 18 Mar 2017 09:48:08 -0400 (EDT) Received: from [192.168.1.4] (unknown [76.215.41.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id D356384D78 for ; Sat, 18 Mar 2017 09:48:07 -0400 (EDT) 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> <583230d9-f45c-aaa0-ed77-5c50863406f5@gmail.com> <9b872914-d9cf-378e-6eec-96c175a61ffe@pobox.com> <7372df4f-c55d-f9a3-325d-3f8800d67d98@pobox.com> <937197c6-f0cd-a7a0-a12f-d3f943ba2c1d@SystematicSw.ab.ca> <53efff58-2f84-123a-95a4-a7c426c003ce@SystematicSw.ab.ca> <87pohp6jvk.fsf@Rainer.invalid> <9b62f080-94f1-74d9-36ec-869e9490db2f@pobox.com> <898bb481-f195-e15a-595c-5ead4664f905@pobox.com> <763f28d9-2b6f-0868-448f-4a71455f1d47@pobox.com> <36b8f597-7c67-8a62-520d-3f7862632f3b@SystematicSw.ab.ca> From: Daniel Santos Message-ID: <4bef8263-bdd5-caa2-bada-c1662ef1005e@pobox.com> Date: Sat, 18 Mar 2017 13:48:00 -0000 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 X-SW-Source: 2017-03/txt/msg00191.txt.bz2 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