From nobody@FreeBSD.org  Sun Aug  2 16:17:41 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EE8C51065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Aug 2009 16:17:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DC9F18FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Aug 2009 16:17:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n72GHfXL001039
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Aug 2009 16:17:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n72GHfl1001038;
	Sun, 2 Aug 2009 16:17:41 GMT
	(envelope-from nobody)
Message-Id: <200908021617.n72GHfl1001038@www.freebsd.org>
Date: Sun, 2 Aug 2009 16:17:41 GMT
From: Ayron Jungren <dririan@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Python ports depending on python26 do not build even when python26 is installed
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137359
>Category:       ports
>Synopsis:       lang/python26 - Python ports depending on python26 do not build even when python26 is installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-python
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 02 16:20:03 UTC 2009
>Closed-Date:    Sat Feb 13 16:19:00 UTC 2010
>Last-Modified:  Sat Feb 13 16:19:00 UTC 2010
>Originator:     Ayron Jungren
>Release:        8.0-BETA2
>Organization:
None
>Environment:
FreeBSD thoosa.dririan.com 8.0-BETA2 FreeBSD 8.0-BETA2 #1: Fri Jul 31 09:35:20 EDT 2009     dririan@thoosa.dririan.com:/usr/obj/usr/src/sys/NETBOOKRIAN  i386
>Description:
When building any port that depends on python26 (ports prefixed with py26- mainly), the following occurs on configure:

[..]
checking python2.6/Python.h usability... no
checking python2.6/Python.h presence... no
checking for python2.6/Python.h... no
configure: error: Can't find python header files
===>  Script "configure" failed unexpectedly.

Yes, python26 is installed, and python2.6/Python.h does exist and is a proper C header.

thoosa# pkg_info | grep python
python26-2.6.2_1    An interpreted object-oriented programming language
thoosa# ls -l /usr/local/include/python2.6/Python.h
-r--r--r--  1 root  wheel  4384 Aug  2 03:30 /usr/local/include/python2.6/Python.h

This occurs with the current port tree as of this writing (noon EST August 2nd).
>How-To-Repeat:
Install a port that depends on python26. Ports that have explicitly failed for me are libical and py26-orbit.
>Fix:
None found. Adding -I/usr/local/include to CFLAGS does not work.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 3 11:05:28 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137359 
Responsible-Changed-From-To: python->freebsd-python 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Aug 3 15:12:23 UTC 2009 
Responsible-Changed-Why:  
Canonicalize assignment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137359 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 13 16:18:58 UTC 2010 
State-Changed-Why:  
looks like a local problem i can't confirm this here. 8.0-RELASE/AMD64. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137359 
>Unformatted:
