From owner-freebsd-ports@FreeBSD.ORG Sat Aug 8 16:31:41 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 187EC1065672 for ; Sat, 8 Aug 2009 16:31:41 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id D25D48FC16 for ; Sat, 8 Aug 2009 16:31:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4A7DA868.6030609@intersonic.se> Date: Sat, 08 Aug 2009 18:31:36 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.22 (X11/20090727) MIME-Version: 1.0 To: Jonathan References: <4A7D8EFD.4000307@intersonic.se> <4A7D9066.10604@kc8onw.net> In-Reply-To: <4A7D9066.10604@kc8onw.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" Subject: Re: apr buildconf: python not found. 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: Sat, 08 Aug 2009 16:31:41 -0000 Jonathan wrote: > On 8/8/2009 10:43 AM, Per olof Ljungmark wrote: >> /usr/ports/devel/apr# make >> ===> apr-gdbm-db42-1.3.8.1.3.9 depends on file: /usr/local/bin/python2.6 >> But python IS there, exactly as stated in the first line above. >> >> What gives? I just went through going from python 2.5 to 2.6. > > Do you have a /usr/local/bin/python? The ports tree found a binary > named python2.6 but apr is probably looking for a binary named python. Indeed it is. Symlinking python2.6 -> python made it. Then, one could ask what is wring, the apr build or the python install? -- per