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.3.2 sourceware.org D9AE43857814 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=Michael-Soegtrop.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=MSoegtrop AT Michael-Soegtrop DOT de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1612025840; s=strato-dkim-0002; d=michael-soegtrop.de; h=In-Reply-To:Date:Message-ID:From:References:To:Subject:Cc:Date:From: Subject:Sender; bh=nu4mYlUPX56Smj2rmkxZ0eQh8z0YNBeVhkCOiO5rnKY=; b=pxbVC7RP0fvOj30S+b4n/5T9rx/DJt9LqcOrpASrhIf2dGvFFQvpkBce66u8OoTmp9 2wnF9hqpItZybrNemf+fgntMvm2yx1HV34PSqhYEOgdZd/BEZHTXwH6Xls1xk5W8wDLu e+oSLjUfEYW9HyiRMbuJDtBJaYwAh/CRnJUP/1lVID1IcbqtVKvz7ul18frKMYXgHMHj QOF+82R7JhqsfF1SEkI+2kYLeevvZB5fW3Cw6KuLbK6bbvD4s6EIlBeVG0JE8J+c0k9u 1tUHiK7EjRUq4UGwUKMAM7ynfRGrVZfS7OGeC84BqDothDvi0kIqYe7oCClOXTCUK/oT oMkQ== X-RZG-AUTH: ":IX8LcEe8afCR0INjfjOF7O7avxctkyaQk40YS+tLap0PpJ2I20t+TrUL5ppPi6fErfThkIm5T8fH8YDqRSOq" X-RZG-CLASS-ID: mo00 Subject: Re: tar 1.33 symlinks : Cannot change mode to... To: Marco Atzeri , cygwin AT cygwin DOT com References: <1dff3bac-a82e-f30a-a86d-a4dcc08c849b AT cornell DOT edu> <3a435fba-bdd2-535d-2161-f2fb75e2a4af AT cornell DOT edu> <87bldu119g DOT fsf AT Rainer DOT invalid> <1af6716f-9c9f-0c73-c184-6a1af23960a6 AT yahoo DOT de> <81d680ec-0d3f-805e-dc47-a7689651efb7 AT gmail DOT com> From: Michael Soegtrop Message-ID: <5afbf6d1-925e-f7fa-cd9c-a143524a1076@Michael-Soegtrop.de> Date: Sat, 30 Jan 2021 17:57:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <81d680ec-0d3f-805e-dc47-a7689651efb7@gmail.com> Content-Language: en-US X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=ham 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 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" > have you tried the Cygwin snapshot as suggested in: > > https://sourceware.org/pipermail/cygwin/2021-January/247418.html The snapshot is hard to use in headless CI systems because the provided archive contains a cygwin dll, so it cannot be patched from within cygwin and my experience with doing such things in PowerShell is limited. Instead I am now restoring the old version using: wget http://mirrors.kernel.org/sourceware/cygwin/x86/release/tar/tar-1.32-2.tar.xz -O /tmp/tar-1.32-2.tar.xz tar xvf /tmp/tar-1.32-2.tar.xz -C / which can be run from the cygwin console to restore the previous tar after cygwin setup. I will try the snapshot later locally. Best regards, Michael -- 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