[fedora-java] Problem with find command in rebuild-gcj-db.in

Andrew Haley aph at redhat.com
Fri Jan 6 12:28:40 UTC 2006


David Walluck writes:
 > $ find --version
 > GNU find version 4.2.27
 > Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION
 > 
 > find seems to want find -L and not find ... -follow
 > 
 > Looking at the manpage, these options are slightly different. I didn't
 > seem to have an error with the same find version on x86_64, but the
 > problem did pop up on i586, but I don't have the exact message right now.

Yes, I see.  It should be 'find -follow' $dbLocation.d /usr/lib/gcj
not 'find $dbLocation.d /usr/lib/gcj -follow'.

Andrew.




More information about the java-devel mailing list