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 437A03894402 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tlinx.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tlinx.org Message-ID: <60C82AAB.1090901@tlinx.org> Date: Mon, 14 Jun 2021 21:20:59 -0700 From: L A Walsh User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: bug in cygwin tar reading unexpected input(s)... X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, 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 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Tar'ing up a windows dir (ProgData) had some unexected failures: Several of the sort: tar: Dbgview: Warning: Cannot llistxattrat: No such file or directory tar: Desktops: Warning: Cannot llistxattrat: No such file or directory tar: DiskView: Warning: Cannot llistxattrat: No such file or directory tar: LoadOrd: Warning: Cannot llistxattrat: No such file or directory tar: portmon: Warning: Cannot llistxattrat: No such file or directory Where the item listed (Dbgview, DiskView, etc) is a windows symlink like: 2019/02/07 22:53 Dbgview [SI\Dbgview.exe] 2019/02/07 22:53 Desktops [SI\Desktops.exe] 2019/02/07 22:53 DiskView [SI\DiskView.exe] and stems from the use of the --xattrs switch. Win7SP1x64 cygcheck (cygwin) 3.2.0 The tar continued and finished much as it would after an unreadable file. Another error, maybe similar, tar: C\:Prog64FastPictureViewer: Warning: Cannot file_has_acl_at: No such file or directory From a file in "C:\Program Files\FastPictureViewer" [likely mis-]named "C:Prog64FastPictureViewer" It seems to be a .dll, that somehow got its name mangled. Not sure what it was trying to do, but the file seems to be 'in-use'. -- 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