From owner-freebsd-ports@FreeBSD.ORG  Wed Apr 24 12:41:09 2013
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id 23C9743F
 for <freebsd-ports@freebsd.org>; Wed, 24 Apr 2013 12:41:09 +0000 (UTC)
 (envelope-from tzabal@it.teithe.gr)
Received: from smtp.it.teithe.gr (smtp.it.teithe.gr [195.251.123.182])
 by mx1.freebsd.org (Postfix) with ESMTP id A022F128F
 for <freebsd-ports@freebsd.org>; Wed, 24 Apr 2013 12:41:08 +0000 (UTC)
Received: from localhost (www-data@[195.251.123.231])
 by smtp.it.teithe.gr (8.14.3/8.14.3/Debian-9.4) with ESMTP id r3OCejUO017646
 for <freebsd-ports@freebsd.org>; Wed, 24 Apr 2013 15:40:45 +0300
Received: from tmp-103-167.essex.ac.uk (tmp-103-167.essex.ac.uk
 [155.245.103.167]) by webmail.it.teithe.gr (Horde Framework) with HTTP;
 Wed, 24 Apr 2013 15:40:45 +0300
Message-ID: <20130424154045.96840zmp7ruk7rgt@webmail.it.teithe.gr>
Date: Wed, 24 Apr 2013 15:40:45 +0300
From: Tzanetos Balitsaris <tzabal@it.teithe.gr>
To: freebsd-ports@freebsd.org
Subject: Port lang/python33 does not build
MIME-Version: 1.0
Content-Type: text/plain;
 charset=UTF-8;
 DelSp="Yes";
 format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.7)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Apr 2013 12:41:09 -0000

Hello,

The port lang/python33 cannot be built. It stops when it tries to  
compile the module posixmodule.c

cc  -DNDEBUG -O2 -pipe  -fno-strict-aliasing -O2 -pipe   
-fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing   -I.  
-I./../Include   -fPIC -DPy_BUILD_CORE  -c ./../Modules/posixmodule.c  
-o Modules/posixmodule.o
./../Modules/posixmodule.c: In function 'posix_waitid':
./../Modules/posixmodule.c:6883: error: 'idtype_t' undeclared (first  
use in this function)
./../Modules/posixmodule.c:6883: error: (Each undeclared identifier is  
reported only once
./../Modules/posixmodule.c:6883: error: for each function it appears in.)
./../Modules/posixmodule.c:6883: error: expected ';' before 'idtype'
./../Modules/posixmodule.c:6888: error: 'idtype' undeclared (first use  
in this function)
./../Modules/posixmodule.c: In function 'all_ins':
./../Modules/posixmodule.c:11497: error: 'P_PID' undeclared (first use  
in this function)
./../Modules/posixmodule.c:11498: error: 'P_PGID' undeclared (first  
use in this function)
./../Modules/posixmodule.c:11499: error: 'P_ALL' undeclared (first use  
in this function)
*** [Modules/posixmodule.o] Error code 1

Stop in /usr/ports/lang/python33/work/Python-3.3.0/portbld.shared.
*** [pre-build] Error code 1

Stop in /usr/ports/lang/python33.
*** [build] Error code 1

Stop in /usr/ports/lang/python33.

This happens on a FreeBSD 9.1-RELEASE GENERIC amd64 system.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.