Re: find and limits

2019-04-06 Thread Robert Elz
Date:Sat, 6 Apr 2019 08:30:26 + From:co...@sdf.org Message-ID: <20190406083025.ga22...@sdf.org> | The command failing is, for urbanrenewal-ttf, I found the sources for install (xinstall!) and I think I understand what happens now... /* pseudo-code ...

Re: find and limits

2019-04-06 Thread Paul Goyette
The problem is that it's trying to install a file on top of itself! Because it found a file in the work dir On Sat, 6 Apr 2019, co...@sdf.org wrote: On Sat, Apr 06, 2019 at 03:18:10PM +0700, Robert Elz wrote: Date:Sat, 6 Apr 2019 07:02:34 + From:co...@sdf.org

Re: find and limits

2019-04-06 Thread coypu
On Sat, Apr 06, 2019 at 03:18:10PM +0700, Robert Elz wrote: > Date:Sat, 6 Apr 2019 07:02:34 + > From:co...@sdf.org > Message-ID: <20190406070234.ga5...@sdf.org> > > | Thanks. I committed that. > | I'm slightly horrified by this being the problem. > > I hope

Re: find and limits

2019-04-06 Thread Robert Elz
Date:Sat, 6 Apr 2019 07:02:34 + From:co...@sdf.org Message-ID: <20190406070234.ga5...@sdf.org> | Thanks. I committed that. | I'm slightly horrified by this being the problem. I hope it was tested ... I don't often install fonts. As I said while it looked to

Re: find and limits

2019-04-06 Thread coypu
Thanks. I committed that. I'm slightly horrified by this being the problem.

Re: find and limits

2019-04-05 Thread Robert Elz
Date:Thu, 4 Apr 2019 10:12:35 + From:co...@sdf.org Message-ID: <20190404101235.gb6...@sdf.org> | I understand the need for correctness, but the limits for find ... -exec | are really low, What limits do you think are being encountered here? | an

Re: find and limits

2019-04-04 Thread Michał Górny
On Thu, 2019-04-04 at 10:12 +, co...@sdf.org wrote: > hi folks, > > I understand the need for correctness, but the limits for find ... -exec > are really low, and it's quite unclear why things fail when they do. > > cd /cvs/pkgsrc/fonts/urbanrenewal-ttf/ > make patch >

Re: find and limits

2019-04-04 Thread Valery Ushakov
co...@sdf.org wrote: > I understand the need for correctness, but the limits for find ... -exec > are really low, and it's quite unclear why things fail when they do. What limits? Limits inside find(1)? Global limit on the maximum length of a command line? > cd /cvs/pkgsrc/fonts/urb

Re: find and limits

2019-04-04 Thread Martin Husemann
On Thu, Apr 04, 2019 at 10:12:35AM +, co...@sdf.org wrote: > wanting to write a portable version, I have to limit myself to what > POSIX find and POSIX xargs support, which isn't much :-/ > I got this in the end: > > ${FIND} ${WRKSRC} -iname '*.ttf' -print | \ > ${XARGS}

find and limits

2019-04-04 Thread coypu
hi folks, I understand the need for correctness, but the limits for find ... -exec are really low, and it's quite unclear why things fail when they do. cd /cvs/pkgsrc/fonts/urbanrenewal-ttf/ make patch mkdir -p work/.destdir/usr/pkg/share/fonts/X11/TTF find /cvs/pkgsrc/fonts/urbanrenewal-ttf