From owner-freebsd-ports@FreeBSD.ORG Sun Jul 12 18:35:59 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 9BEA5106566C; Sun, 12 Jul 2009 18:35:59 +0000 (UTC) (envelope-from lists@lozenetz.org) Received: from mail.webreality.org (mailserver.webreality.org [217.75.141.5]) by mx1.freebsd.org (Postfix) with ESMTP id 783428FC21; Sun, 12 Jul 2009 18:35:58 +0000 (UTC) (envelope-from lists@lozenetz.org) Received: by mail.webreality.org (Postfix, from userid 58) id 590B41522D6C; Sun, 12 Jul 2009 21:36:07 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mailserver.webreality.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 Received: from skreta.hostit.biz (78-83-112-11.spectrumnet.bg [78.83.112.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.webreality.org (Postfix) with ESMTPSA id 4F3941522C07; Sun, 12 Jul 2009 21:36:04 +0300 (EEST) Message-ID: <4A5A2D11.8080503@lozenetz.org> Date: Sun, 12 Jul 2009 21:36:01 +0300 From: Anton - Valqk User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4A5A263F.7080801@lozenetz.org> <4A5A2B69.5060908@missouri.edu> In-Reply-To: <4A5A2B69.5060908@missouri.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org, ale@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:35:59 -0000 I've done this already, but when I want to use portmaster it rebuilds package for php and fails :( otherwise the make pacakge works when touched the missing files... Stephen Montgomery-Smith написа: > 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. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >