Patch that adds a new test to find

2010-04-04 Thread rre...@iol.it
Hi, I have written a small patch (against findutils 4.4.2) that adds a switch to find (namely, -samecontent) in order to find duplicates of a file. In other words, the command find -samecontent FILENAME is now roughly equivalent to find -type f -exec cmp -s FILENAME '{}' \; -print except

[bug #27299] Cannot cross-compile findutils

2010-04-04 Thread James Youngman
Update of bug #27299 (project findutils): Status:None => Fixed Assigned to:None => jay Open/Closed:Open => Closed Fixed Release

[bug #28490] find v4.5.5 dies with an assertion failure

2010-04-04 Thread James Youngman
Update of bug #28490 (project findutils): Status:None => Need Info Assigned to:None => jay ___ Follow-up Comment #2: Unless you tell

[bug #27974] Use gnulib's xreadlinkat support

2010-04-04 Thread James Youngman
Update of bug #27974 (project findutils): Status:None => Code Review Assigned to:None => jay ___ Reply to this item at:

[bug #27213] consider_visiting: invalid assertion for FTS_NS due to access permissions.

2010-04-04 Thread James Youngman
Update of bug #27213 (project findutils): Status:None => Code Review Assigned to:None => jay ___ Reply to this item at:

[bug #29435] fd_is_cloexec () does not work on Fedora buildhosts

2010-04-04 Thread Kamil Dudka
Follow-up Comment #3, bug #29435 (project findutils): Great! built for Fedora as findutils-4.5.7-3.fc14 http://koji.fedoraproject.org/koji/buildinfo?buildID=165369 ___ Reply to this item at:

[bug #29435] fd_is_cloexec () does not work on Fedora buildhosts

2010-04-04 Thread James Youngman
Update of bug #29435 (project findutils): Status: In Progress => Fixed ___ Follow-up Comment #2: Kamil replied: Thank you for the fix! With the patch applied, I am able to build the pa

[bug #29435] fd_is_cloexec () does not work on Fedora buildhosts

2010-04-04 Thread James Youngman
URL: Summary: fd_is_cloexec () does not work on Fedora buildhosts Project: findutils Submitted by: jay Submitted on: Sun 04 Apr 2010 10:58:02 AM GMT Category: find Sev

[bug #29435] fd_is_cloexec () does not work on Fedora buildhosts

2010-04-04 Thread James Youngman
Follow-up Comment #1, bug #29435 (project findutils): I suspect what's happening is that the library on your build hosts defined O_CLOEXEC, but your kernel lacks support for it. fcntl(fd, F_GETFL) may just return the original flags we passed, meaning that it's not a guarantee that the O_CLOEXEC