Re: test-mbrtowc3.sh in findutils-4.5.5

2009-09-15 Thread iida
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

keep find from trying to spider directories where it has no permission

2009-09-15 Thread jidanni
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

Re: test-mbrtowc3.sh in findutils-4.5.5

2009-09-15 Thread Eric Blake
-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

test-mbrtowc3.sh in findutils-4.5.5

2009-09-15 Thread iida
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 -