[bug #23996] arithmetic overflow when using -used

2008-09-07 Thread Bertrand Jacquin
Follow-up Comment #4, bug #23996 (project findutils): It is also related with this error : + find /etc -xdev -mmin -20342820 '(' -type f -o -type l ')' -print0 find: arithmetic overflow while converting 20342823 minutes to a number of seconds Thanks ___

Re: [bug #23996] arithmetic overflow when using -used

2008-09-07 Thread Andreas Schwab
"James Youngman" <[EMAIL PROTECTED]> writes: > Well, in the absence of an alternative patch I propose to go with the > one attached to the bug (after correcting the bug number). Except that patch does not fix anything. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Product

[bug #23996] arithmetic overflow when using -used

2008-09-07 Thread James Youngman
Update of bug #23996 (project findutils): Status: Ready For Test => Fixed Open/Closed:Open => Closed Fixed Release:None => 4.5.2 __

[bug #19973] Setup for samefile-p-brokenlink.exp fails

2008-09-07 Thread James Youngman
Follow-up Comment #3, bug #19973 (project findutils): So, does using "ln -n" fix the problem? ___ Reply to this item at: ___ Message sent via/by Savann

[bug #23663] %AX format causes a crash in some locales in 4.5.x

2008-09-07 Thread James Youngman
Update of bug #23663 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.1 ___ Reply to this item at:

[bug #15472] Inodes in error message are wrong

2008-09-07 Thread James Youngman
Update of bug #15472 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.4.0 ___ Reply to this item at:

[bug #20873] -path documentation should be clearer on "*" vs. "/" and "."

2008-09-07 Thread James Youngman
Update of bug #20873 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.0 ___ Reply to this item at:

[bug #23070] manpage find.1 needs update for -perm /000

2008-09-07 Thread James Youngman
Update of bug #23070 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.2 ___ Reply to this item at:

[bug #23760] Typo in find.1: seach -> search

2008-09-07 Thread James Youngman
Update of bug #23760 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.2 ___ Reply to this item at:

[bug #23843] Typos in po/fr.po

2008-09-07 Thread James Youngman
Update of bug #23843 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.2 ___ Reply to this item at:

[bug #24169] segfault: -neweraa without a following argument

2008-09-07 Thread James Youngman
Update of bug #24169 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.2 ___ Reply to this item at:

findutils 4.5.2 is released

2008-09-07 Thread James Youngman
I am pleased to announce the release of version 4.5.2 of GNU findutils. GNU findutils is a set of software tools for finding files that match certain criteria and for performing various operations on them. Findutils includes the programs "find", "xargs" and "locate". More information about findut

Re: [bug #23996] arithmetic overflow when using -used

2008-09-07 Thread James Youngman
On Mon, Sep 1, 2008 at 2:11 AM, James Youngman <[EMAIL PROTECTED]> wrote: > On Sun, Aug 24, 2008 at 12:01 AM, Andreas Schwab <[EMAIL PROTECTED]> wrote: >> A good compiler (like gcc 4.3) will optimize this to 0, effectively >> removing the overflow check. Checking for overflow after the fact is >>