| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Date: | Mon, 7 Mar 2011 16:43:30 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Cc: | tar-list <bug-tar AT gnu DOT org> |
| Subject: | Re: tar --atime-preserve with an empty file triggers a warning |
| Message-ID: | <20110307154330.GA12899@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com, tar-list <bug-tar AT gnu DOT org> |
| Mail-Followup-To: | cygwin AT cygwin DOT com, tar-list <bug-tar AT gnu DOT org> |
| References: | <20110307152005 DOT 17292u50da242vth AT messagerie DOT si DOT c-s DOT fr> <4D74EC98 DOT 7090803 AT redhat DOT com> <20110307144349 DOT GE18640 AT calimero DOT vinschen DOT de> <4D74F4A8 DOT 2080505 AT redhat DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <4D74F4A8.2080505@redhat.com> |
| User-Agent: | Mutt/1.5.21 (2010-09-15) |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Mar 7 08:07, Eric Blake wrote: > [adding bug-tar] > > On 03/07/2011 07:43 AM, Corinna Vinschen wrote: > > THis looks like a tar bug, per the strace. For some reason, if the > > file is empty, tar calls futimens on file descriptor 0 (which is > > connected to /dev/tty1 in my case), while it call futimens on > > file descriptor 4 (connected to the file empty) if the file empty > > is... well, not empty. > > This is indeed multiple bug reports for the price of 1 :) > [...] > Finally, cygwin is failing with EINVAL for futimens on a pty fd. > However, I don't know if that's something that we can change, since > cygwin doesn't really maintain a notion of changeable times on ptys at > the moment. Please take this as granted for now. Ptys/ttys are implemented using other Windows objects (events, pipes, etc) and none of them supports setting a file time. I don't know if faking the ability to set the filetime is really feasible. Maybe we should just return EPERM? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |