GNU bug report logs - #7612
cp -pu NTFS problem

Previous Next

Package: coreutils;

Reported by: Garry Trethewey <garrytre <at> bigpond.com>

Date: Sat, 11 Dec 2010 00:25:02 UTC

Severity: normal

Merged with 7613

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 7612 <at> debbugs.gnu.org (full text, mbox):

From: Garry Trethewey <garrytre <at> bigpond.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 7612 <at> debbugs.gnu.org, ntfs-3g-devel <at> lists.sf.net
Subject: Re: bug#7612: cp -pu NTFS problem
Date: Sat, 11 Dec 2010 16:11:58 +1030

On 11/12/10 15:50, Paul Eggert wrote:
> That looks like bug 7529 (aka bug 605639).
> Please try this patch:
>
> http://lists.gnu.org/archive/html/bug-coreutils/2010-12/msg00012.html
>

Thanks

1) I can see the difference
-                for (a /= res; a % 10 != 0; a /= 10)
+                for (a /= res; a % 10 == 0; a /= 10)
but I'm just not that clever to apply a patch.

2) I touch'ed a dest file so it's got tomorrow's date, and cp -p still 
copies to it, although not updating  (downdating?) it's timestamp.

3) I also put the story on  http://tuxera.com/forum/  as 
szaka <at> tuxera.com asked, so I spose ntfs-3g-devel <at> lists.sf.net is not now 
the place to look.

Must admit I haven't done all this before, so I don't want to put 
something stupid all over the world.

regards
------------------------------------
Garry Trethewey
------------------------------------






This bug report was last modified 13 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.