From owner-freebsd-ports@FreeBSD.ORG Fri Dec 16 09:18:09 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E45106564A for ; Fri, 16 Dec 2011 09:18:09 +0000 (UTC) (envelope-from cvs-src@yandex.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 D8FC08FC1F for ; Fri, 16 Dec 2011 09:18:08 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward13.mail.yandex.net (Yandex) with ESMTP id 19079142BED; Fri, 16 Dec 2011 13:18:07 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1324027087; bh=6AKLj7Ejfmm1NUHWhEUdEoHmM26x8+ogmXEB9JJRO64=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=Nv55rdz1rWR6CI4tiW0E/GBMWe7aipocq+VnliHpSey49Ndiok6zmykvxfTnIPHP1 YzrrBLYvQAwLOPqH57vSLlR5I/w43yD6BTUvjgQyv6W7HdkQxoHiq5X9RwXL4WvlbM NjW1OE06baAKir/RC26g4hvZ8KJsgpi4WYJ4fnc0= Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id E913A1B603E2; Fri, 16 Dec 2011 13:18:06 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1324027086; bh=6AKLj7Ejfmm1NUHWhEUdEoHmM26x8+ogmXEB9JJRO64=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=Xl/OAxjRDY7zwRPXLASdnJo38WaYUxHt37XFSg7eiY0ZaEgxu1wqrIm0oPK8gAuQw SuLARXbHoXeXClJlRsZk8hNoL3yyVdtS1vk64Q5y8J4KkZK15+Mq7xjxaqGUprF+VG DKslbNyvAKiWvj/e6j+ukO06aD/Q7grkg7T06tJc= Received: from unknown (unknown [213.27.65.65]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id I5HCTX7G-I6H0GwFF; Fri, 16 Dec 2011 13:18:06 +0400 X-Yandex-Spam: 1 Message-ID: <4EEB0CB5.9090704@yandex.ru> Date: Fri, 16 Dec 2011 13:17:41 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111109 Thunderbird/8.0 MIME-Version: 1.0 To: FreeBSD Ports Mailing List X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gogo@cs.uni-sb.de Subject: devel/py-lxml fails to build on 10.0-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: Fri, 16 Dec 2011 09:18:09 -0000 Good day. I'm trying to build devel/py-lxml 2.3.2 (libreoffice dep) on 10.0-CURRENT with python27. Build fails like this: """ building 'lxml.etree' extension creating temp.freebsd-10.0-CURRENT-i386-2.7 creating temp.freebsd-10.0-CURRENT-i386-2.7/src creating temp.freebsd-10.0-CURRENT-i386-2.7/src/lxml cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/python2.7 -c src/lxml/lxml.etree.c -o temp.freebsd-10.0-CURRENT-i386-2.7/src/lxml/lxml.etree.o -w In file included from /usr/local/include/libxslt/xsltlocale.h:19, from /usr/local/include/libxslt/xsltInternals.h:24, from src/lxml/lxml.etree.c:265: /usr/include/xlocale.h:45: error: expected declaration specifiers or '...' before 'locale_t' """ Can anybody confirm that or it's just me? It builded just fine couple of weeks ago. Full buildlog here: http://people.freebsd.org/~rm/py-lxml.txt Thanks in advance. PS. I tried to rebuild libxslt/libxml2 to not avail. -- Regards, Ruslan Tinderboxing kills... the drives.