Bug#489046: findutils: find -execdir + doesn't work anymore

2012-06-28 Thread Andreas Metzler
On 2012-06-28 Peter Makholm wrote: > This bug has been marked as fixed in experimental for more than two > years without being fixed in unstable. > Is there a change that we will see an upload to unstable containing the > fix some time in the future? unstable/stable has upstream's stable releas

Bug#489046: findutils: find -execdir + doesn't work anymore

2012-06-28 Thread Peter Makholm
This bug has been marked as fixed in experimental for more than two years without being fixed in unstable. Is there a change that we will see an upload to unstable containing the fix some time in the future? //Peter Makholm -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.or

Bug#489046: findutils: find -execdir + doesn't work anymore

2009-03-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Adam Borowski on 3/31/2009 1:40 AM: > http://savannah.gnu.org/bugs/?19593 > > Instead of tweaking the docs -- or perhaps in addition to -- let's think how > to fix the behaviour. What about doing a dup() on the directory, and > comparing

Bug#489046: findutils: find -execdir + doesn't work anymore

2009-03-31 Thread Adam Borowski
On Tue, Mar 31, 2009 at 07:31:50AM +0200, Uwe Kleine-König wrote: > On Thu, Jul 03, 2008 at 09:01:21AM +0100, James Youngman wrote: > > What scripts are broken by this restriction that didn't already have a > > bug? When I run mp3gain -a for starters. > > I'm very surprised by this. The + forms

Bug#489046: findutils: find -execdir + doesn't work anymore

2009-03-30 Thread Uwe Kleine-König
Hi James, On Thu, Jul 03, 2008 at 09:01:21AM +0100, James Youngman wrote: > I'm very surprised by this. The + forms of -exec* do not guarantee > to use any particular number of command-line arguments per exec, and > AFAIK haven't ever guaranteed that. What scripts are broken by this > restrict

Bug#489046: findutils: find -execdir + doesn't work anymore

2008-07-03 Thread James Youngman
On Thu, Jul 3, 2008 at 1:41 AM, Adam Borowski <[EMAIL PROTECTED]> wrote: > Package: findutils > Version: 4.4.0-2 > Severity: important > > The current version of "find" in unstable will invoke the command > specified in "-execdir +" once for every file found -- as if it was > -execdir \;. > > Shoul

Bug#489046: findutils: find -execdir + doesn't work anymore

2008-07-02 Thread Adam Borowski
Package: findutils Version: 4.4.0-2 Severity: important The current version of "find" in unstable will invoke the command specified in "-execdir +" once for every file found -- as if it was -execdir \;. Should be: find -execdir echo '{}' + ./abc ./def ./ghi Is: find -execdir echo '{}' + ./abc ./