From nobody@FreeBSD.org  Sat Feb 16 06:04:51 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 6F6334B2
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 06:04:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4AE78B0D
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 06:04:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1G64o6C048028
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 06:04:50 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1G64oam048027;
	Sat, 16 Feb 2013 06:04:50 GMT
	(envelope-from nobody)
Message-Id: <201302160604.r1G64oam048027@red.freebsd.org>
Date: Sat, 16 Feb 2013 06:04:50 GMT
From: "Joseph.A.Nagy, Jr" <jnagyjr1978@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/libical doesn't pick up python2.7 header files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176183
>Category:       ports
>Synopsis:       devel/libical doesn't pick up python2.7 header files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 16 06:10:01 UTC 2013
>Closed-Date:    Wed Mar 20 02:08:24 UTC 2013
>Last-Modified:  Wed Mar 20 02:08:24 UTC 2013
>Originator:     Joseph A. Nagy, Jr
>Release:        FreeBSD 9.1-RELEASE
>Organization:
Boo-LaLa(Enterprises)
>Environment:
FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 14:00:27 CST 2013     root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP  amd64
>Description:
when compiling devel/libical with python bindings, it picks up that python2.7 is installed but can't find the header files for some reason.

checking whether /usr/local/bin/python2.7 version >= 2.3... yes
checking for /usr/local/bin/python2.7 version... 2.7
checking for /usr/local/bin/python2.7 platform... freebsd9
checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
checking for /usr/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for swig... true
checking python2.7/Python.h usability... no
checking python2.7/Python.h presence... no
checking for python2.7/Python.h... no
configure: error: Can't find python header files
===>  Script "configure" failed unexpectedly.
>How-To-Repeat:
do a clean install of libical with python bindings option enabled
>Fix:
fix is more of a work-around, deselect python bindings option

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 16 06:10:14 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176183 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Wed Mar 20 02:07:01 UTC 2013 
State-Changed-Why:  
I can't reproduce it: 

[...] 
checking for setenv... yes 
checking whether /usr/local/bin/python2.7 version >= 2.3... yes 
checking for /usr/local/bin/python2.7 version... 2.7 
checking for /usr/local/bin/python2.7 platform... freebsd9 
checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages 
checking for /usr/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages 
checking for swig... false 
checking python2.7/Python.h usability... yes 
checking python2.7/Python.h presence... yes 
checking for python2.7/Python.h... yes 
configure: creating ./config.status 
config.status: creating src/python/Makefile 
config.status: creating Makefile 
config.status: creating design-data/Makefile 
[...] 

You need to follow this: http://www.freebsd.org/gnome/docs/bugging.html 

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