Date: Fri, 21 Jun 2002 19:59:30 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39636: www/apache13 install fails w/ "xargs: unterminated quote" Message-ID: <20020621235930.EB55550F46@moo.holy.cow>
next in thread | raw e-mail | index | archive | help
>Number: 39636 >Category: ports >Synopsis: www/apache13 install fails w/ "xargs: unterminated quote" >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 21 17:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.6-RELEASE ports tree updated: 2002.06.21.22.15.54 utc >Description: apache13 install fails w/ the following message... ... <=== [include] ===> [data: Installing initial data files] echo "Copying tree ./htdocs/ -> /usr/local/www/data-dist/"; (cd ./htdocs/ && /usr/local/bin/gtar -hcf - index* apache_pb.* ) | (cd /usr/local/www/data-dist/ && /usr/local/bin/gtar -xf -); find /usr/local/www/data-dist/ -type d -exec chmod a+rx {} \; ; find /usr/local/www/data-dist/ -type f -print | xargs chmod a+r ; # fi Copying tree ./htdocs/ -> /usr/local/www/data-dist/ echo "Copying tree ./htdocs/manual -> //usr/local/share/doc/apache/"; (cd ./htdocs/manual/ && /usr/local/bin/gtar -hcf - *) | (cd /usr/local/share/doc/apache/ && /usr/local/bin/gtar -xf -); find /usr/local/share/doc/apache/ -type d -exec chmod a+rx {} \; ; find /usr/local/share/doc/apache/ -type f -print | xargs chmod a+r ; # fi Copying tree ./htdocs/manual -> //usr/local/share/doc/apache/ xargs: unterminated quote *** Error code 1 Stop in /source/ports/www/apache13/work/apache_1.3.26. *** Error code 1 >How-To-Repeat: try to install www/apache13 port (w/ ports tree updated as shown). >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020621235930.EB55550F46>