|
| From: | Christophe LYON |
| Subject: | Re: coreutils-7.4: make check fails under Solaris 8 |
| Date: | Wed, 13 May 2009 15:29:40 +0200 |
| User-agent: | Thunderbird 2.0.0.21 (X11/20090302) |
I'm guessing the Solaris 8 system strftime() (called by Perl) doesn't support %F, whereas `date +%F` is using a gnulib replacement? This can be replaced I think with "%Y-%m-%d", as in the diff below.
Thanks, you patches indeed fixes the problem. Now, tty-eof fails: tty-eof: sort didn't exit after ^D from standard input It used to pass with 7.2. Christophe.
| [Prev in Thread] | Current Thread | [Next in Thread] |