GNU bug report logs -
#5999
new snapshot available: coreutils-8.4.100-81926
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Wed, 21 Apr 2010 20:34:02 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 5999-done <at> debbugs.gnu.org (full text, mbox):
----- Original Message -----
From: "Jim Meyering" <jim <at> meyering.net>
To: "Gilles Espinasse" <g.esp <at> free.fr>
Cc: <5999-done <at> debbugs.gnu.org>
Sent: Thursday, April 22, 2010 11:14 AM
Subject: Re: bug#5999: new snapshot available: coreutils-8.4.100-81926
> Gilles Espinasse wrote:
> > ----- Original Message -----
> > From: "Jim Meyering" <jim <at> meyering.net>
> > Subject: bug#5999: new snapshot available: coreutils-8.4.100-81926
> >
> >> I think we're ready for coreutils-8.5.
> >> In preparation, here's a snapshot. Please beat it up.
> >
> > A few warning during tests (x86, gcc-4.4.3) in gnulib-tests, but less
than
> > 8.4 with same compiler.
> > Every test PASS or SKIP
>
> Thanks for the quick and detailed feedback.
>
I forgot to report the spurious configure test
util-linux-ng
[ 2.17.2 ] [ 0 ] [ DONE ]
e2fsprogs
[ 1.41.11 ] [ 0 ] [ DONE ]
coreutils
[ 8.4..81926 ]*** %n in writable segment detected ***
To hide that, we use
gl_cv_func_printf_directive_n=no ./configure
We use gl_cv_func_printf_directive_n=no in gzip and m4 too where the same
problem happen.
> > There is a few SKIP that I am not sure of the real cause
> > ./misc/pwd-unreadable-parent: skipping test: can't use buggy system
getcwd
...
>
> > (FS is ext3)
> > ./du/slink: skipping test: `.' is on an XFS file system
> > SKIP: du/slink
>
> This test would generate spurious failures when using an XFS file
> system. Here's the code:
>
> if df --type=xfs . >/dev/null 2>&1; then
> # At least on Irix-6.5.19, when using an xfs file system,
> # each created symlink (name lengths up to 255) would have a size of
`0'.
> skip_test_ "\`.' is on an XFS file system"
> fi
Should not "\`.' is not an XFS file system" be reported?
>
> > ./mv/i-3: skipping test: /dev/stdin is not readable
> > SKIP: mv/i-3
>
> Normally, the special file, /dev/stdin is readable.
> Without that, we must skip this test.
>
I suspect it is skipped for a bad reason
[chroot-i486] root:/$ ls -l /dev/stdin
lrwxrwxrwx 1 root root 4 Apr 22 17:51 /dev/stdin -> fd/0
[chroot-i486] root:/$ test -r /dev/stdin || echo not readable
I will try to look at that.
Gilles
This bug report was last modified 15 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.