tar 1.33 symlinks : Cannot change mode to...

Michael Soegtrop MSoegtrop@Michael-Soegtrop.de
Sat Jan 30 16:57:19 GMT 2021


> 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


More information about the Cygwin mailing list