[bug #46714] make oldfind optional

2015-12-27 Thread Mike Frysinger
Follow-up Comment #3, bug #46714 (project findutils): few notes: - find/Makefile.am: using noinst_PROGRAMS means it'll still be compiled/linked. if you used check_PROGRAMS instead, that'd only happen if you did `make oldfind` or `make check`. - whitespace in find/Makefile.am with the new line i

[bug #46438] Please release a non-alpha version of recent findutils

2015-12-18 Thread Mike Frysinger
Follow-up Comment #1, bug #46438 (project findutils): agreed -- we do the same thing in Gentoo. only 4.4.x is stable. ___ Reply to this item at: ___ Me

[bug #46670] Find terminates after searching an auto mounted nfs directory

2015-12-18 Thread Mike Frysinger
Follow-up Comment #2, bug #46670 (project findutils): we had a similar report in Gentoo: https://bugs.gentoo.org/337167 tl;dr: 4.4.x failed but 4.5.x worked ___ Reply to this item at: _

[bug #46714] make oldfind optional

2015-12-18 Thread Mike Frysinger
URL: Summary: make oldfind optional Project: findutils Submitted by: vapier Submitted on: Fri 18 Dec 2015 05:10:59 PM GMT Category: find Severity: 3 - Normal

Re: how to do findutils cross-compilation for ARM platform?

2011-12-31 Thread Mike Frysinger
On Wednesday 28 December 2011 09:09:08 Eric Blake wrote: > On 12/25/2011 09:43 PM, chunrong lai wrote: > > I tried to build a ARM version of findutils in my ubuntu 10.10 (x86_64) > > with below commands > > ./configure CC=arm-linux-gnueabi-gcc CFLAGS="-g" \ > --build arm-cross-linux-gnueabi --hos

[bug #30180] error message from incorrect -size option is off

2010-08-15 Thread Mike Frysinger
Follow-up Comment #2, bug #30180 (project findutils): seems to work for me, thanks ___ Reply to this item at: ___ Message sent via/by Savannah http:/

[bug #30777] using "-exec {} +" syntax silently gobbles excess strings

2010-08-15 Thread Mike Frysinger
Follow-up Comment #2, bug #30777 (project findutils): that seems to work ... should the error message be quoted at all though ? all the symbols seem to meld into the surrounding text. In '-exec ... {} +' the '{}' must appear by itself, but you specified '/usr/{}' __

[bug #30777] using "-exec {} +" syntax silently gobbles excess strings

2010-08-14 Thread Mike Frysinger
URL: Summary: using "-exec {} +" syntax silently gobbles excess strings Project: findutils Submitted by: vapier Submitted on: Sun 15 Aug 2010 05:11:56 AM GMT Category: find

[bug #30180] error message from incorrect -size option is off

2010-06-20 Thread Mike Frysinger
URL: Summary: error message from incorrect -size option is off Project: findutils Submitted by: vapier Submitted on: Sun 20 Jun 2010 07:51:48 AM GMT Category: None Sev

[bug #27328] find-4.5.5 -exec + segfaults in quotearg_buffer_restyled()

2009-11-29 Thread Mike Frysinger
Follow-up Comment #5, bug #27328 (project findutils): findutils 4.5.5 freshly compiled crashes. applying just that patch and it no longer crashes. i hit this issue a few times on and off (sometimes it'd segfault, sometimes it'd hang). when i hit these cases again, i'll try the patched find to

[bug #27328] find-4.5.5 -exec + segfaults in quotearg_buffer_restyled()

2009-08-27 Thread Mike Frysinger
URL: Summary: find-4.5.5 -exec + segfaults in quotearg_buffer_restyled() Project: findutils Submitted by: vapier Submitted on: Thu 27 Aug 2009 07:28:51 AM GMT Category: None

[sr #106319] findutils configure should setup AR

2008-03-24 Thread Mike Frysinger
Follow-up Comment #2, sr #106319 (project findutils): in the autotool world, you're supposed to use libtool to generate libraries (even internal ones -- those are called convenience libraries) at least that's my guess as to why there arent AR/RANLIB m4 macros already to accomplish things if i c

[sr #106319] findutils configure should setup AR

2008-03-24 Thread Mike Frysinger
URL: Summary: findutils configure should setup AR Project: findutils Submitted by: vapier Submitted on: Monday 03/24/2008 at 19:32 Category: None Priority: 5 - Nor

Re: [bug #21454] findutils-4.3.8 fails to compile with gcc-4.2.2/glibc-2.7 in mbuiter.h

2007-11-11 Thread Mike Frysinger
On Sunday 11 November 2007, Mike Frysinger wrote: > On Sunday 11 November 2007, James Youngman wrote: > > On Nov 10, 2007 10:27 PM, anonymous <[EMAIL PROTECTED]> wrote: > > > Gentoo has a fix for this in Gentoo bug 197326 > > > http://bugs.gentoo.org/show_

Re: [bug #21454] findutils-4.3.8 fails to compile with gcc-4.2.2/glibc-2.7 in mbuiter.h

2007-11-11 Thread Mike Frysinger
On Sunday 11 November 2007, James Youngman wrote: > On Nov 10, 2007 10:27 PM, anonymous <[EMAIL PROTECTED]> wrote: > > Gentoo has a fix for this in Gentoo bug 197326 > > http://bugs.gentoo.org/show_bug.cgi?id=197326 > > Gentoo developers, I see you have a bug fix for this bug. the bug is against *

fprint-unwritable.exp should have a superuser test like access.exp

2007-06-11 Thread Mike Frysinger
the fprint-unwritable test will fail when run as a superuser just like the access test ... so can we get the superuser test copied over -mike signature.asc Description: This is a digitally signed message part. ___ Bug-findutils mailing list Bug-finduti

[bug #15587] static linking to glibc 2.3.6 fails

2006-10-07 Thread Mike Frysinger
Follow-up Comment #2, bug #15587 (project findutils): this is actually a bug in gnulib which has been fixed already so upgrade your findutils ___ Reply to this item at: ___