Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3E1B1E18.BD070060@ieee.org> Date: Tue, 07 Jan 2003 13:36:08 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 CC: cygwin-developers AT cygwin DOT com Subject: Re: Nice work, cygwin-1.3.18 References: <3E190064 DOT 3040508 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Charles Wilson wrote: > > In automake-devel, there has been a long-standing test failure > ('subobj9'). It now passes, and I think it's because of Corinna and > Pierre's work with permissions in 1.3.18. > > A case of virtual beer each! Thanks for the beer, Chuck. Unfortunately it's premature. As I didn't recognize any change that would explain what you saw, I looked into it. chown causes undesirable side effects when it fails, which affect cp -p. I will fix them, but would like to be sure I also fix your problem. If I understand correctly you have a symlink ==> old and you do "cp -p symlink new". Could you sketch typical ls -l outputs for "old" and "new", both before the virtual fix and after? Pierre