Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Ondřej Vašík
Jim Meyering wrote: > Kamil Dudka wrote: > > On Monday 24 of August 2009 10:46:26 Jim Meyering wrote: > >> Actually, the comment I added above has a typo. > >> s/ENOTSUP/ENOSYS/. > >> > >> The diagnostic reported corresponds to ENOSYS. > >> The adjusted patch is here: > >> > >> > >> http://www.redh

Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Kamil Dudka
On Monday 24 of August 2009 14:45:58 Jim Meyering wrote: > Kamil Dudka wrote: > > On Monday 24 of August 2009 10:46:26 Jim Meyering wrote: > >> Actually, the comment I added above has a typo. > >> s/ENOTSUP/ENOSYS/. > >> > >> The diagnostic reported corresponds to ENOSYS. > >> The adjusted patch is

Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Jim Meyering
Kamil Dudka wrote: > On Monday 24 of August 2009 10:46:26 Jim Meyering wrote: >> Actually, the comment I added above has a typo. >> s/ENOTSUP/ENOSYS/. >> >> The diagnostic reported corresponds to ENOSYS. >> The adjusted patch is here: >> >> >> http://www.redhat.com/archives/fedora-devel-list/2009-A

Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Kamil Dudka
On Monday 24 of August 2009 10:46:26 Jim Meyering wrote: > Actually, the comment I added above has a typo. > s/ENOTSUP/ENOSYS/. > > The diagnostic reported corresponds to ENOSYS. > The adjusted patch is here: > > > http://www.redhat.com/archives/fedora-devel-list/2009-August/msg01220.html s/Kami

Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Jim Meyering
Pádraig Brady wrote: > Jim Meyering wrote: >> The "preserve symlink time stamps" feature in coreutils-7.5 >> is causing trouble in Fedora's build system, >> >> http://thread.gmane.org/gmane.linux.redhat.fedora.devel/119834 >> >> because they use a kernel without utimensat support, yet configur

Re: [PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-24 Thread Pádraig Brady
Jim Meyering wrote: > The "preserve symlink time stamps" feature in coreutils-7.5 > is causing trouble in Fedora's build system, > > http://thread.gmane.org/gmane.linux.redhat.fedora.devel/119834 > > because they use a kernel without utimensat support, yet configured/built > coreutils-7.5 in

[PATCH] cp: ignore obscure failure to preserve symlink time stamps,

2009-08-23 Thread Jim Meyering
t suggests (via link tests) that the function is available. Here is the fix I expect to push soon: >From 57d640722e04352a468cc595b0b94dbceaec4871 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Aug 2009 08:21:47 +0200 Subject: [PATCH] cp: ignore obscure failure to preserve symlink