X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7209C385840D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo.net Subject: Re: [ANNOUNCEMENT] cygwin 3.3.0-0.1.9814cfd8f693 (TEST) To: cygwin AT cygwin DOT com References: <64c9fbd9-a370-ec24-a538-c0eed5b93341 AT cornell DOT edu> From: Thomas Wolff Message-ID: <765b6a51-10eb-d801-cd66-6d457bf56748@towo.net> Date: Sat, 18 Sep 2021 23:30:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <64c9fbd9-a370-ec24-a538-c0eed5b93341@cornell.edu> X-Provags-ID: V03:K1:0h3/I51lH8Bi6jIVJtquD8PEr/wLt+V4bVkml3dYXi3NBe4rHWC Pr7X0tiQuUxEt6m81IGBjIwyv5F3mZ78w8IwZO7uQ310PDp7KslQNYmuDQgSlhfkx5Sx3eu C6mAk1l3NKnpOfsDV5l86eoT2YITxP7Zess+EppsuEMzF5lMcQNPLNrCBQ9Hnd/mr4gTxQA eHOiqKBm1QNa3oEqQDdDQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:wNq5NYpp/JI=:y8uaOzdtxDcaw9SNQf/r58 41nG6peHX728Ab4PJf91KeKveHR4mRn805zlCWiCGWXUw5lRzlWVE38NBdXYn3Oqheu8mnMOS 3TlSyIRmobBtfqtgl6BwWm4pqQ51BhaSoDk9LESoy3S5ccvO9oqV+CtgNDyafZChTTnLuNOM0 vYNuMqqBCOfME6wFVMaW+N3VqavNyrbIGmQAFHxfFuAz6qYnn3mBaK3/WV1BUKSfJ2UuHQFQ4 PP+IUG7GTH5H+AhQG5WOgNdIsbydO2sgQuPqYCXarIF1tYUs6WSNz9EIUaqLpZgJhUtLaWvdf g9B8XxXektxN5foVKOP5rjy7Bg0bBFE4gjofs1ozTUNDCezi9m9iL6iw32X33KulXAtTPXjCw T2fyo34Ladyusso/fwDgOi7lXpg9nA8c6COQFS2rRq4BhNwyXiFpkKkgkjv3sdoEGYcLdfp+I 6zAm8Nob+1PeWlOqEn9Jr2ikZkxEQVRE4eSGBPg4VDl9NQd2v+SFjkT39kIrNxhpmApu3uUdd Q4D9SbkK7AvtJ3k7EZrOQIxq7tFMaCJiFUBnSSlTm+8JCEtgESHseLMeVDQpLYuQDEr7Lzekf LKgMkuCpkvvxKveba1avubKnUyofp7EcUG2uuQa+GaSCMlLrxDGaERi+sbIvlmx3RpprAp2Z6 ldoNc1lIB5gOnSwpAFMa5WzXB2Q6jJGgZ8eNlYAMg2ExHSIaNLmyTv8XykUh2kzrlfSmb8Cj+ ny6LNtGcx9XzNHBTxDQqkS1sW7VhI3Ne/RRPXA== X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 18ILUkif013068 Am 18.09.2021 um 22:20 schrieb Ken Brown via Cygwin: > On 9/18/2021 4:01 PM, Denis Excoffier wrote: >>> On 2021-09-17 22:33, Ken Brown via Cygwin-announce >>> wrote: >>> >>> The following packages have been uploaded to the Cygwin distribution >>> as test >>> releases: >>> >>> * cygwin-3.3.0-0.1.9814cfd8f693 >>> * cygwin-devel-3.3.0-0.1.9814cfd8f693 >>> * cygwin-doc-3.3.0-0.1.9814cfd8f693 >>> >> >> Hello, >> >> It seems to me that the files Makefile.in, aclocal.m4, configure (and >> the like) are missing from the folder (and sub-folders of) >> newlib-cygwin/winsup >> found within the >> cygwin-3.3.0-0.1.9814cfd8f693.src/newlib-cygwin-3.3.0.tar.bz2 file >> stored in cygwin-3.3.0-0.1.9814cfd8f693-src.tar.xz. > > The build now uses automake, and the missing files you refer to are > all generated.  Start by running winsup/autogen.sh. This is a very bad idea (as I had commented before). There are too many build system around already and now there's even a proprietary script to run as a first step for cygwin. If there's anything useful that this script accomplishes, why can't it just be invoked automatically from the makefile or configure script so everything works as expected? It's a gross violation of the principle of least surprise. > > Ken > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple