From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 2 16:20:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232151065672 for ; Sun, 2 Aug 2009 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B64528FC0A for ; Sun, 2 Aug 2009 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n72GK3CH039456 for ; Sun, 2 Aug 2009 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n72GK3Zh039455; Sun, 2 Aug 2009 16:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 2 Aug 2009 16:20:03 GMT Resent-Message-Id: <200908021620.n72GK3Zh039455@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ayron Jungren Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8C51065670 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137359: Python ports depending on python26 do not build even when python26 is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2009 16:20:04 -0000 >Number: 137359 >Category: ports >Synopsis: Python ports depending on python26 do not build even when python26 is installed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 02 16:20:03 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: