[18356] in Athena Bugs
Re: AFS bug: find returns 1 instead of recursing down a directory.
daemon@ATHENA.MIT.EDU (Kev)
Wed Sep 27 11:37:44 2000
Message-Id: <200009271537.LAA22765@multics.mit.edu>
To: Garry Zacheiss <zacheiss@MIT.EDU>
cc: Bill Cattey <wdc@MIT.EDU>, bugs@MIT.EDU
In-Reply-To: Your message of "Wed, 27 Sep 2000 02:58:14 EDT."
<200009270658.CAA19325@hodge-podge.mit.edu>
Date: Wed, 27 Sep 2000 11:37:39 -0400
From: Kev <klmitch@MIT.EDU>
> >> Garry Zacheiss has reproduced this and tells me that it doesn't seem
> >> to happen under Solaris.
>
> Something that didn't occur to me until later was to test this with
> gfind under Solaris; gfind *does* lose under Solaris the same way it
> does under Linux.
Noted in /mit/gnu/src/f/findutils-4.1/configure.in:
AC_ARG_WITH(afs,
[ --with-afs support -fstype afs],
[ AC_DEFINE(AFS)
CPPFLAGS="$CPPFLAGS -I/usr/afsws/include"
LIBS="$LIBS -L/usr/afsws/lib -L/usr/afsws/lib/afs -lsys -lrx -llwp"])
Might this be related? I can't find a build tree for gfind in the gnu
locker, so I don't know if this option was enabled when it was built--
nor do I know exactly what the option is supposed to do...
--
Kevin L. Mitchell <klmitch@mit.edu>