From owner-freebsd-ports@FreeBSD.ORG Sun Jul 12 18:28:58 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4131065677; Sun, 12 Jul 2009 18:28:58 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id AA9678FC1C; Sun, 12 Jul 2009 18:28:58 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from laptop3.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n6CISvUb032706; Sun, 12 Jul 2009 13:28:57 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4A5A2B69.5060908@missouri.edu> Date: Sun, 12 Jul 2009 13:28:57 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.22) Gecko/20090702 SeaMonkey/1.1.17 MIME-Version: 1.0 To: Anton - Valqk References: <4A5A263F.7080801@lozenetz.org> In-Reply-To: <4A5A263F.7080801@lozenetz.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ale@freebsd.org, freebsd-ports@freebsd.org Subject: Re: unable to make package for php-5.2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 18:28:59 -0000 Anton - Valqk wrote: > Hello everyone, > > I'm trying to portmaster -g php\* but I got error. > I've tested to build package with > make install package in /usr/ports/lang/php5 > > same thing. > I get: > tar: man/man1/php-config.1.gz: Cannot stat: No such file or directory > tar: man/man1/php.1.gz: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > > I've tried to make distclean php and refetch it - same stuff. > It won't put in place these files. > > Is anyone aware of this problem and is there any simple solution? Whenever I get a problem like this, I cheat. I type touch /usr/local/man/man1/php-config.1.gz touch /usr/local/tar: man/man1/php.1.gz or a variation thereof before doing the "make package" again.