From owner-freebsd-python@FreeBSD.ORG Wed Oct 19 04:14:21 2011 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 900FB1065670 for ; Wed, 19 Oct 2011 04:14:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD188FC08 for ; Wed, 19 Oct 2011 04:14:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p9J41mM5003288 for ; Tue, 18 Oct 2011 22:01:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p9J41m8d003285 for ; Tue, 18 Oct 2011 22:01:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 18 Oct 2011 22:01:48 -0600 (MDT) From: Warren Block To: python@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 18 Oct 2011 22:01:49 -0600 (MDT) Cc: Subject: python27 and semaphore.h on 9.0-RC1 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: Wed, 19 Oct 2011 04:14:21 -0000 Something is not right with python27-2.7.2_2 and /usr/include/sys/semaphore.h on 9.0-RC1. # make -C /usr/src check-old >>> Checking for old files /usr/include/sys/semaphore.h Yet if that file is not present: cc -c -fno-strict-aliasing -O2 -pipe -D__wchar_t=wchar_t -fno-strict-aliasing -DNDEBUG -O2 -pipe -D__wchar_t=wchar_t -fno-strict-aliasing -I. -IInclude -I./. ./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o ./../Python/thread.c In file included from ./../Python/thread.c:121: ./../Python/thread_pthread.h:55:23: error: semaphore.h: No such file or directory