From owner-freebsd-ports@FreeBSD.ORG Thu Feb 27 00:28:44 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B00138C; Thu, 27 Feb 2014 00:28:44 +0000 (UTC) Received: from nschwmtas04p.mx.bigpond.com (nschwmtas04p.mx.bigpond.com [61.9.189.146]) by mx1.freebsd.org (Postfix) with ESMTP id 396F61D6E; Thu, 27 Feb 2014 00:28:43 +0000 (UTC) Received: from nschwcmgw06p ([61.9.190.166]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20140227002841.SJQI8665.nschwmtas04p.mx.bigpond.com@nschwcmgw06p>; Thu, 27 Feb 2014 00:28:41 +0000 Received: from hermes.heuristicsystems.com.au ([121.210.107.100]) by nschwcmgw06p with BigPond Outbound id XCUg1n00V29zwdD01CUg3J; Thu, 27 Feb 2014 00:28:41 +0000 X-Authority-Analysis: v=2.0 cv=Pdd9d1dd c=1 sm=1 a=SEJ2iDwVkb98DYvesvueMw==:17 a=JipEcVzqA9wA:10 a=8nJEP1OIZ-IA:10 a=GHIR_BbyAAAA:8 a=yJIqcyT6bu4A:10 a=6I5d2MoRAAAA:8 a=xqOKSk6hzlHBuNPlwVQA:9 a=wPNLvfGTeEIA:10 a=SEJ2iDwVkb98DYvesvueMw==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id s1R0SHIZ036142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 27 Feb 2014 11:28:18 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <530E8697.9080108@heuristicsystems.com.au> Date: Thu, 27 Feb 2014 11:28:07 +1100 From: Dewayne Geraghty User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Subject: Re: Support for pkg_* References: <530C5793.2070208@heuristicsystems.com.au> <20140225141144.GA87810@spectrum.skysmurf.nl> <20140225163457.GI83610@ithaqua.etoilebsd.net> In-Reply-To: <20140225163457.GI83610@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 00:28:44 -0000 On 26/02/2014 3:34 AM, Baptiste Daroussin wrote: > On Tue, Feb 25, 2014 at 03:11:44PM +0100, A.J. 'Fonz' van Werven wrote: >> Dewayne Geraghty wrote: >> >>> Has support for the pkg_* suite of tools gone away? >> As someone already stated, the pkg_* tools are no longer in FreeBSD 10, >> but they are still available (and default) on 9.2-RELEASE and earlier. >> >>> tar: man/man1/CA.pl.1.gz: Cannot stat: No such file or directory >>> tar: man/man1/asn1parse.1.gz: Cannot stat: No such file or directory >>> ... >>> tar: man/man7/des_modes.7.gz: Cannot stat: No such file or directory >> Please forgive me the pavlov reaction that I get from "Cannot stat: bla >> bla bla", but that actually smells more like a staging issue to me. Have >> you tried adding >> >> NO_STAGE=yes >> >> to the port's Makefile and trying again? >> > Can we stop advertising the above, this is completly wrong, it hides the dust > behind the carpet and won't fix anything! > > The said port is needed a fix. > > regards, > Bapt A.J, Thank-you for your suggestion. I hadn't considered, but reluctantly did try NO_STAGE=yes with both rsync and openssl, it made no difference, the packages failed with tar stat failures. I believe that PREFIX=/usr is not supported, per http://www.freebsd.org/cgi/query-pr.cgi?pr=183669. So I'll need to review how servers are built & updated given that many are already deployed (in the meantime, I'll revert the packages needed in /usr and try to maintain separately in support of customers - disappointing) Ref: http://www.freebsd.org/cgi/query-pr.cgi?pr=187076 Dewayne.