findutils-4.1.20-7 Microsoft NFS servers are known to create very high inode numbers in their stat() output (see bug #163365 for example) When running find on such a server, one would get the error: Value too large for defined data type Doing this change (tested by Hideshi Fuchi <hfuchi>): -%define optflags $RPM_OPT_FLAGS -D_GNU_SOURCE +%define optflags $RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 to the spec file fixes the problem.
Looks fine. (The -D_FILE_OFFSET_BITS=64 is necessary even though the top-level configure sets up _FILE_OFFSET_BITS because the included gnulib has its own configure script.)
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0679.html