From owner-freebsd-ports@FreeBSD.ORG Wed May 7 13:04:29 2014 Return-Path: Delivered-To: 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 4BE732E7 for ; Wed, 7 May 2014 13:04:29 +0000 (UTC) Received: from nm37-vm1.bullet.mail.bf1.yahoo.com (nm37-vm1.bullet.mail.bf1.yahoo.com [72.30.238.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C710667A for ; Wed, 7 May 2014 13:04:28 +0000 (UTC) Received: from [66.196.81.170] by nm37.bullet.mail.bf1.yahoo.com with NNFMP; 07 May 2014 12:57:43 -0000 Received: from [68.142.230.64] by tm16.bullet.mail.bf1.yahoo.com with NNFMP; 07 May 2014 12:57:43 -0000 Received: from [127.0.0.1] by smtp221.mail.bf1.yahoo.com with NNFMP; 07 May 2014 12:57:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1399467463; bh=rVQfzi+C0ouTf5J/cv+oZsoa4qKt4ycVkKmTRLYXa+U=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=gf5uKCQeqJNfSVWcM0yCDX37AwQz2/7k4HDEOUEIjlZE1t7CbpNslK5v7YqQe1QpoK+XLHvNkKDR8XrvQ4Yhe9PH4gaFynplX9h0G3v7FyjzcJ9Dvdz6GRz/rjCngF6BX/qS8mxkPykqXolszvI3a9KXXQvWfZj6TMzDvCMVUsY= X-Yahoo-Newman-Id: 42872.59549.bm@smtp221.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: aug7tpEVM1lUXL_D17BxM_wptVs53VwRoBBEEIu6r0Z44dt qj5dtn0uIoHK8iJVNwMo4W2jFywg.hyvD8YKU.hqQDctIRw70BB2UGuvwLl5 KBiezE3fjLXYY.JR57pOYvOJ11uqsp5S2Ce7WgeKbWBJULc6jBn99r6peQc9 iksfEx3ygFZo5MWLTrRzOCMOv8jNSoDL6lgjpy3_FjvT_nMWRsDlUdQIECgu hGs2FtcNn65F8yh_RQ28RM_auAF_F11lL1uGbED6XdJz9OdPjYihs6ttfDPO 4LGyZDYlZKisikr8FdKoq4pRVJy6BHapwJomlSLNe9uAZeBlG2r0KMD0Neje CwLxbbjZobmbGwyLdil7KNz.FNyZbVIypeaCkYdXX974owTfwY0tHrsWMF6. MCbLEM2r89GyqmHMMJwtlsYrjCgSI1PaMgsv5vrDPch7oxI94Ft0h4_20HkC 6kHRzA770ccH01LTt57_nOEjxdvjZRnM09TsBSPr6zxD2pdo30imW8Cove2R JxUh3UhEq8DrjDuqNs5JXrA-- X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- X-Rocket-Received: from desktop4.atlantisservices.net (pathiaki2@71.10.249.192 with plain [98.138.105.21]) by smtp221.mail.bf1.yahoo.com with SMTP; 07 May 2014 12:57:43 +0000 UTC Message-ID: <536A2DC5.4080809@yahoo.com> Date: Wed, 07 May 2014 08:57:41 -0400 From: pathiaki2 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Lowell Gilbert Subject: Re: pgtune: doesn't check for python References: <53692E61.5030306@yahoo.com> <44lhud4uyq.fsf@lowell-desk.lan> In-Reply-To: <44lhud4uyq.fsf@lowell-desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freeBSD.org, gjb@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 13:04:29 -0000 On 05/07/2014 08:46, Lowell Gilbert wrote: > pathiaki2 writes: > >> /usr/ports/databases/pgtune.... >> >> It doesn't check to see if python is installed. Python is required to >> run this. > That's strange. pgtune defines USE_PYTHON, which adds python to both the > build and run dependencies. It *should* work correctly... Bizarre. I installed it and it didn't. When I tried to run it, it stated: "Program not found". So, I checked the top of the pgtune 'executable' and found it referenced Python. So, I installed python and it ran just fine. *shrug* I'm on 10.0 and a recent portsnap. I was doing this in a jail. P.