From owner-freebsd-python@FreeBSD.ORG Thu May 27 04:43:03 2010 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE1D106568A; Thu, 27 May 2010 04:43:03 +0000 (UTC) (envelope-from daeron@optusnet.com.au) Received: from fallbackmx10.syd.optusnet.com.au (fallbackmx10.syd.optusnet.com.au [211.29.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD918FC1B; Thu, 27 May 2010 04:43:02 +0000 (UTC) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o4R2jAGS006411; Thu, 27 May 2010 12:45:10 +1000 Received: from localhost.localdomain (webmail02.syd.optusnet.com.au [211.29.132.236]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o4R2j4GA022002; Thu, 27 May 2010 12:45:04 +1000 Message-Id: <201005270245.o4R2j4GA022002@mail04.syd.optusnet.com.au> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Received: from c122-106-233-118.belrs3.nsw.optusnet.com.au ([122.106.233.118]) by webmail02.syd.optusnet.com.au with http (user=daeron@optusnet.com.au); Thu, 27 May 2010 12:45:03 +1000 From: Andrew Johnson To: python@FreeBSD.org Date: Thu, 27 May 2010 12:45:03 +1000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: python26-2.6.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 04:43:03 -0000 new install on 8.0 Release I enabled the PTH option for Python26 but then other ports could not find pth.h and pthread.h in the python includes. I then found somebody else has been suggesting the below "solution". http://www.pubbs.net/200908/freebsd/4921-re-pthh-errors-while-compiling-portupgrade-rf-python26-2621-resolved.html > David I finally resolved this problem set with: dns1# ln -s /usr/local/include/pth/pth.h /usr/local/include/python2.6/ dns1# ln -s /usr/local/include/pth/pthread.h /usr/local/include/python2.6/ david