From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-044.btinternet.com (mailomta4-sa.btinternet.com [213.120.69.10]) by sourceware.org (Postfix) with ESMTPS id 5F6173835406 for ; Wed, 30 Jun 2021 17:49:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5F6173835406 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from sa-prd-rgout-002.btmx-prd.synchronoss.net ([10.2.38.5]) by sa-prd-fep-044.btinternet.com with ESMTP id <20210630174921.MZCR26114.sa-prd-fep-044.btinternet.com@sa-prd-rgout-002.btmx-prd.synchronoss.net> for ; Wed, 30 Jun 2021 18:49:21 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-SNCR-Rigid: 60D1576E018A0459 X-Originating-IP: [86.139.156.26] X-OWM-Source-IP: 86.139.156.26 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgeduledrfeeigedgvdegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepheffkeefveduffffvdekkeefheeuhfelvdfgheevveefjeelkeffteeguefhudeunecuffhomhgrihhnpegruhhtohhgvghnrdhshhenucfkphepkeeirddufeelrdduheeirddvieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddrudduudgnpdhinhgvthepkeeirddufeelrdduheeirddviedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoegthihgfihinhdquggvvhgvlhhophgvrhhssegthihgfihinhdrtghomheq X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.111] (86.139.156.26) by sa-prd-rgout-002.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 60D1576E018A0459 for cygwin-developers@cygwin.com; Wed, 30 Jun 2021 18:49:21 +0100 Subject: Re: cygwin build drops out To: cygwin-developers@cygwin.com References: <2c49485a-9569-c39a-f3e1-1780cdf19dd4@towo.net> <13fb8d63-9421-08e6-39a1-b32827e0e303@towo.net> From: Jon Turney Message-ID: Date: Wed, 30 Jun 2021 18:48:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <13fb8d63-9421-08e6-39a1-b32827e0e303@towo.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3569.8 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-developers@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component developers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 17:49:24 -0000 On 30/06/2021 17:59, Thomas Wolff wrote: > Am 30.06.2021 um 18:07 schrieb Ken Brown: >> On 6/30/2021 10:39 AM, Thomas Wolff wrote: >>> Hi, recently I cannot build cygwin anymore. >>> With a fresh git checkout, configure and make builds the newlib tree, >>> no errors, but no winsup tree is built. >>> Any similar problem or known current issue? >> >> This might be because of the recent switch to automake.  You have to >> run winsup/autogen.sh? >> >> Ken > It says > parallel-tests: installing '../test-driver' > and terminates after a few seconds. > A new attempt to `make` changes nothing, still no winsup made. You probably need to run the top-level configure *after* running autogen.sh. The "how do I build cygwin" FAQ has been updated for these changes, but that update hasn't been published yet, as there hasn't been a release with these changes yet.