From owner-freebsd-ports@FreeBSD.ORG Sat Aug 8 16:59:16 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 DAD86106566B for ; Sat, 8 Aug 2009 16:59:16 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from mail.kc8onw.net (kc8onw.net [206.55.209.81]) by mx1.freebsd.org (Postfix) with ESMTP id B631F8FC08 for ; Sat, 8 Aug 2009 16:59:16 +0000 (UTC) Received: from [10.70.3.200] (in-67-236-157-120.dhcp.embarqhsd.net [67.236.157.120]) by mail.kc8onw.net (Postfix) with ESMTPSA id 13A6F296A8 for ; Sat, 8 Aug 2009 12:43:38 -0400 (EDT) Message-ID: <4A7DAB23.3020305@kc8onw.net> Date: Sat, 08 Aug 2009 12:43:15 -0400 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: ports@freebsd.org References: <4A7D8EFD.4000307@intersonic.se> <4A7D9066.10604@kc8onw.net> <4A7DA868.6030609@intersonic.se> In-Reply-To: <4A7DA868.6030609@intersonic.se> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: 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:59:17 -0000 On 8/8/2009 12:31 PM, Per olof Ljungmark wrote: > 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? Probably a glitch in the upgrade process from 2.5 -> 2.6, more specifically than that I don't know. I ran into a similar issue with Java. I installed openJDK6 from a package and it didn't register itself with javavmwrapper but when I updated to the latest portrevision it did. The package is missing the postinstall script to register java while the port actually does register itself. Jonathan