[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `touch' broken on GNU
From: |
Thomas Schwinge |
Subject: |
Re: `touch' broken on GNU |
Date: |
Thu, 20 Jul 2006 17:45:49 +0200 |
User-agent: |
Mutt/1.5.6+20040907i |
On Thu, Jul 20, 2006 at 08:41:02AM -0700, Paul Eggert wrote:
> Thomas Schwinge <tschwinge@gnu.org> writes:
>
> > Before I start digging deeper: can someone imaging offhand why `touch'
> > broke?
>
> Thanks for the report. Which version of 'touch'? The email didn't
> say. Is this CVS coreutils or some other version?
Sorry, yes, that's cvs's HEAD, but has also been seen with 5.9x.
> > thomas@leibniz:/var/tmp/coreutils/build $ src/touch foo
> > thomas@leibniz:/var/tmp/coreutils/build $ ls -l foo
> > -rw-r--r-- 1 thomas users 0 Jan 1 1970 foo
>
> It may be a problem in the Hurd's implementation of futimesat and/or
> futimes.
That may indeed very well be. People are currently looking into this
issue.
> Perhaps you can strace or truss or do whatever the Hurd
> equivalent is
rpctrace.
Regards,
Thomas