From owner-freebsd-ports@FreeBSD.ORG Tue Jan 24 08:58:19 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2EA106566C for ; Tue, 24 Jan 2012 08:58:19 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id C9AB88FC12 for ; Tue, 24 Jan 2012 08:58:18 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward13.mail.yandex.net (Yandex) with ESMTP id 52C6F14144D; Tue, 24 Jan 2012 12:58:17 +0400 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 35F437E04C1; Tue, 24 Jan 2012 12:58:17 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id wGPWg6Zu-wGPWS9bd; Tue, 24 Jan 2012 12:58:17 +0400 X-Yandex-Spam: 1 Message-ID: <4F1E72A8.9050004@passap.ru> Date: Tue, 24 Jan 2012 12:58:16 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:9.0) Gecko/20120123 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, gogo@cs.uni-sb.de Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [patch] devel/py-lxml: compile at 10-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 08:58:19 -0000 Hi! There is an error while compiling devel/py-lxml at 10-CURRENT: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120114180333/py27-lxml-2.3.2.log I managed to compile the port with the following patch, but I'm sure there is a proper way to do it. Here is the patch: ----- --- src/lxml/lxml.etree.c.orig 2012-01-24 12:46:24.844235483 +0400 +++ src/lxml/lxml.etree.c 2012-01-24 12:45:28.653235337 +0400 @@ -1,5 +1,7 @@ /* Generated by Cython 0.15.1 on Fri Nov 11 16:39:03 2011 */ +#include + #define PY_SSIZE_T_CLEAN #include "Python.h" #ifndef Py_PYTHON_H ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve