pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: please review marathon-trilogy, marathon-scenarios



On Thu, 11 Jun 2009 15:21:46 -0500
"Larson, Timothy E." <TELarson%west.com@localhost> wrote:

> > wip/marathon-scenarios fails under Linux.
> > 
> > http://mova.org/~cheusov/pub/pkgsrc-distbb/Linux/current-
> > destdir/logs/20090503.0511/wip_marathon-scenarios_marathon-scenarios-
> > 1.0/stage_extract.html
> 
> Just guessing, but maybe doing "rm {}" in GNU find doesn't like the paths 
> with spaces?  Suggestions for a fix?

It seems the spaces don't have anything to with it. Find just gets
confused when you delete the directory it's traversing. I get the same
error with NetBSD find as well, btw.

`find workdir -name CVS -print0 | xargs -0 rm -r` will work better, but
I don't know if that's guaranteed to work on all pkgsrc platforms?
Another option is `find workdir -name CVS | while read dir; do rm -r
"$dir"; done`

dieter


> Thanks,
> Tim
> 

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review


Home | Main Index | Thread Index | Old Index