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 162213858D28 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 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com; bimi=skipped X-SNCR-Rigid: 613006A910A6D3E7 X-Originating-IP: [81.129.146.209] X-OWM-Source-IP: 81.129.146.209 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvuddruddvfedgleejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeekueekueeuudekhfefueeftdejjeefjefhtdfftddtvedvleehgedvffdtgeeitdenucffohhmrghinheptgihghifihhnrdgtohhmnecukfhppeekuddruddvledrudegiedrvddtleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtfegnpdhinhgvthepkedurdduvdelrddugeeirddvtdelpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmpdhrtghpthhtoheprhgrihhnvghrqdhlihhsthhssegvmhhrihgthhdqvggsvghrshhhvghimhdruggv X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-ID: <16100b32-cab1-1722-57ec-4197b731bca7@dronecode.org.uk> Date: Thu, 30 Dec 2021 17:38:52 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [ANNOUNCEMENT] Updated: setup (2.911) Content-Language: en-GB To: rainer-lists AT emrich-ebersheim DOT de, The Cygwin Mailing List References: <38065ac8-19f1-6c9f-b2a1-a0796f1d126e AT emrich-ebersheim DOT de> From: Jon Turney In-Reply-To: <38065ac8-19f1-6c9f-b2a1-a0796f1d126e@emrich-ebersheim.de> X-Spam-Status: No, score=-1191.7 required=5.0 tests=BAYES_00, BODY_8BITS, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_EXEURI, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, 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.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 1BUHdaD2012791 On 30/12/2021 16:45, Rainer Emrich wrote: > Hi Jon, > > Am 29.12.2021 um 16:58 schrieb Jon Turney: >> A new version of Setup (2.911) has been uploaded to: >> >>   https://cygwin.com/setup-x86_64.exe  (64 bit version) >>   https://cygwin.com/setup-x86.exe     (32 bit version) >> > for me the new setup executables do not work, same for both: > > Microsoft Windows [Version 10.0.19044.1415] > (c) Microsoft Corporation. Alle Rechte vorbehalten. > > D:\System\Software\cygwin-all>setup-x86_64.exe --version > > D:\System\Software\cygwin-all>Cygwin setup 2.911 > > D:\System\Software\cygwin-all>setup-x86_64.exe > > D:\System\Software\cygwin-all>Starting cygwin install, version 2.911 > User has backup/restore rights > User has symlink creation right That's disappointing. Perhaps you can try the following (unfortunately complex) procedure to help me investigate the problem: 1. Using an old setup from https://cygwin.com/setup/, install the gdb and upx packages. 2. Fetch setup 2.911, and the corresponding symbols. Make sure setup is executable. $ wget https://cygwin.com/setup/setup-2.911.x86_64.exe $ chmod +x setup-2.911.x86_64.exe $ wget https://cygwin.com/setup/setup-2.911.x86_64.dbg 3. Decompress the setup executable using 'upx -d'. $ upx -d setup-2.911.x86_64.exe 4. Run setup under gdb. Avoid elevation so setup stays under the control of gdb. Load the symbol file into gdb. $ gdb --args ./setup-2.911.x86_64.exe -B [...] (gdb) symbol-file setup-2.911.x86_64.dbg Reading symbols from setup-2.911.x86_64.dbg... (gdb) r 5. When gdb reports an error, capture a backtrace. (gdb) bt full -- 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