root? sting /usr/ports 12:06:42$ portmaster 'find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which -qolsort -u' ===>>> find is not installed ===>>> Aborting update root? sting /usr/ports 12:10:11$ uname -a FreeBSD sting 10.1-STABLE FreeBSD 10.1-STABLE #8 r275607: Fri Dec 12 12:52:06 CET 2014???? root at sting:/usr/obj/usr/src/sys/STING_VT? i386 I get this error when attempting to update ports and I do have /usr/bin/find installedany help appreciatedFilippo
On Sun, Dec 21, 2014 at 6:32 AM, Filippo Moretti via freebsd-stable < freebsd-stable at freebsd.org> wrote:> root sting /usr/ports 12:06:42$ portmaster 'find > /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which > -qolsort -u' >Wrong quote. ' and ` look rather similar but have distinctly different meanings. (Or did you typo it when writing it in this message?) In fact, whoever wrote that should really have used $() instead: portmaster $(find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which -qolsort -u) -- brandon s allbery kf8nh sine nomine associates allbery.b at gmail.com ballbery at sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
On 2014-12-21, Filippo Moretti via freebsd-stable <freebsd-stable at freebsd.org> wrote:> root? sting /usr/ports 12:06:42$ portmaster 'find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which -qolsort -u'That's nonsensical and not what UPDATING recommends. You messed up the quoting; `...` is not the same as '...'. -- Christian "naddy" Weisgerber naddy at mips.inka.de