The tripplet is sparc-sun-solaris2.10.
Sorry. I should write it.
>There have been upstream fixes to this test in gnulib since
>findutils-4.5.5 was released. It is probably fixed already, but to be
>sure, what OS are you running on?
--
iida
It seems there is no way to tell find to look before it leaps,
$ find /tmp -user $LOGNAME -type f -mtime +1 -exec rm {} \;
find: /tmp/mc-jidanni3: Permission denied
$ find /tmp -depth -user $LOGNAME -type d -empty -mtime +1 -exec rmdir {} \;
find: /tmp/mc-jidanni3: Permission denied
Is there any
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to i...@gnu.org on 9/14/2009 6:19 PM:
> Hello, findutils maintainers.
>
> test-mbrtowc3.sh in findutils-4.5.5 failed.
There have been upstream fixes to this test in gnulib since
findutils-4.5.5 was released. It is probably fixed already, b
Hello, findutils maintainers.
test-mbrtowc3.sh in findutils-4.5.5 failed.
-BEGIN-
ln -s ../findutils-4.5.5 srcdir
srcdir/configure --disable-nls --disable-shared
make
make check
...SNIP...
../srcdir/tests/test-mbrtowc.c:126: assertion failed
Abort - core dumped
FAIL: test-mbrtowc3.sh
-