From parv@pair.com  Fri Jun 21 16:57:00 2002
Return-Path: <parv@pair.com>
Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232])
	by hub.freebsd.org (Postfix) with ESMTP id A4DA337B40E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2002 16:56:59 -0700 (PDT)
Received: from sdn-ar-004dcwashp329.dialsprint.net ([206.133.15.235] helo=moo.holy.cow)
	by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #2)
	id 17LYGw-0000TS-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Jun 2002 16:56:59 -0700
Received: by moo.holy.cow (Postfix, from userid 1001)
	id EB55550F46; Fri, 21 Jun 2002 19:59:30 -0400 (EDT)
Message-Id: <20020621235930.EB55550F46@moo.holy.cow>
Date: Fri, 21 Jun 2002 19:59:30 -0400 (EDT)
From: parv@pair.com
Reply-To: parv@pair.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/apache13 install fails w/ "xargs: unterminated quote"
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39636
>Category:       ports
>Synopsis:       www/apache13 install fails w/ "xargs: unterminated quote"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 17:00:02 PDT 2002
>Closed-Date:    Tue Jun 25 14:27:57 PDT 2002
>Last-Modified:  Tue Jun 25 14:27:57 PDT 2002
>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:
Responsible-Changed-From-To: freebsd-ports->ache 
Responsible-Changed-By: pat 
Responsible-Changed-When: Fri Jun 21 20:22:32 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39636 

From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: parv@pair.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39636: www/apache13 install fails w/ "xargs: unterminated quote"
Date: Sat, 22 Jun 2002 10:51:16 +0400

 On Fri, Jun 21, 2002 at 19:59:30 -0400, parv@pair.com wrote:
 > Copying tree ./htdocs/manual -> //usr/local/share/doc/apache/
 > xargs: unterminated quote
 > *** Error code 1
 > 
 
 I can't reproduce that.
 
 -- 
 Andrey A. Chernov
 http://ache.pp.ru/

From: parv <parv@pair.com>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39636: www/apache13 install fails w/ "xargs: unterminated quote"
Date: Sat, 22 Jun 2002 04:08:04 -0400

 in message <20020622065116.GA23147@nagual.pp.ru>,
 wrote Andrey A. Chernov thusly...
 >
 > On Fri, Jun 21, 2002 at 19:59:30 -0400, parv@pair.com wrote:
 > > Copying tree ./htdocs/manual -> //usr/local/share/doc/apache/
 > > xargs: unterminated quote
 > > *** Error code 1
 > > 
 > 
 > I can't reproduce that.
 
 i can't say why am i able to but you are not (you did try to install
 right, not just build?).
 
 i also tried again after commit of patch-ab (1.25), but install
 still fails w/ similar message.  let me know if want to me try
 anything else and/or send you something.
 
 
   - parv
 
 -- 
  

From: tkimura@sm.sony.co.jp
To: freebsd-gnats-submit@FreeBSD.org, parv@pair.com
Cc: "Andrey A. Chernov" <ache@nagual.pp.ru>, tkimura@sm.sony.co.jp
Subject: Re: ports/39636: www/apache13 install fails w/ "xargs: unterminated quote"
Date: Mon, 24 Jun 2002 14:41:43 +0900

 Hi, 
 
 I encountered the same problem.
 In my case, the cause was the 'jargon' installed in the
 /usr/local/share/doc/apache directory. As some 'jargon' files use
 single quote in their file names,  xarg claimed error.
 
 I suggest executing below
     %find /usr/local/share/doc/apache/ -type f -print 
 and see any file includes single or double quote in their names.
 
 ------------------------------------
 Tetsu Kimura (tkimura@sm.sony.co.jp)
 Sony Corporation

From: parv <parv@pair.com>
To: tkimura@sm.sony.co.jp
Cc: freebsd-gnats-submit@FreeBSD.org,
	"Andrey A. Chernov" <ache@nagual.pp.ru>
Subject: Re: ports/39636: www/apache13 install fails w/ "xargs: unterminated quote"
Date: Mon, 24 Jun 2002 17:09:35 -0400

 in message <200206240541.OAA79949@rdmail2.sm.sony.co.jp>,
 wrote tkimura@sm.sony.co.jp thusly...
 >
 > I encountered the same problem.  In my case, the cause was the
 > 'jargon' installed in the /usr/local/share/doc/apache directory.
 > As some 'jargon' files use single quote in their file names,  xarg
 > claimed error.
 
 your case was also my case ... jargon problem.  after removing its
 file, apache install went fine.  thanks much for the clue tetsu.
 
 
 this pr should be closed now.
 
 
 -- 
  
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Tue Jun 25 14:27:01 PDT 2002 
State-Changed-Why:  
Jargon port problem 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39636 
>Unformatted:
