From owner-freebsd-python@FreeBSD.ORG Sun Feb 12 14:27:47 2012 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 617D01065670; Sun, 12 Feb 2012 14:27:47 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward8.mail.yandex.net (forward8.mail.yandex.net [IPv6:2a02:6b8:0:202::3]) by mx1.freebsd.org (Postfix) with ESMTP id C41F98FC15; Sun, 12 Feb 2012 14:27:46 +0000 (UTC) Received: from smtp6.mail.yandex.net (smtp6.mail.yandex.net [77.88.61.56]) by forward8.mail.yandex.net (Yandex) with ESMTP id C8FC3F61627; Sun, 12 Feb 2012 18:27:32 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1329056853; bh=Fzw0VuG/snB/R5oFlPeQ0xf4WETjVGHTC+zjeBnymwI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CykSs18n16IreByV/bJEmN2CVfDRWZl+NocMs+ScEYEN9THbHaNIeEZrBUrvPZScn pXDHfzwUNM6TeU2MsL9QkCWCwwrYABq0IjgJ8Zt8SN5/8qXCCuZAh6VSDyJUIiFuAf 7tgp54THT3JztOkTyy3aTBBWktx+aE3zgfncL7hg= Received: from smtp6.mail.yandex.net (localhost [127.0.0.1]) by smtp6.mail.yandex.net (Yandex) with ESMTP id 7E8AB164033B; Sun, 12 Feb 2012 18:27:32 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1329056852; bh=Fzw0VuG/snB/R5oFlPeQ0xf4WETjVGHTC+zjeBnymwI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=IM+AX+EX+ws0Z9SyIDqqDuMahHHSCIYZmbv+oigmBhaIYe23poDUOZ4TvKCbx7xL/ h5dS/ILK7IhT278vJ5Vkh9uM7YaFnOLytfOy4mcRrAg5iaiL6g4d7BSA0G1eiA8Pcx iO6Op4MoIYc+/A1KT+TJbaZZRmMAN1qwwsG/QZmY= Received: from unknown (unknown [178.76.224.133]) by smtp6.mail.yandex.net (nwsmtp/Yandex) with ESMTP id RVG8WXOK-RVG8iiEG; Sun, 12 Feb 2012 18:27:32 +0400 X-Yandex-Spam: 1 Message-ID: <4F37CC28.8000309@yandex.ru> Date: Sun, 12 Feb 2012 18:26:48 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:9.0) Gecko/20120123 Thunderbird/9.0 MIME-Version: 1.0 To: Andriy Gapon References: <4F1AAA75.5050500@FreeBSD.org> <20120122192526.GA52071@zim.MIT.EDU> In-Reply-To: <20120122192526.GA52071@zim.MIT.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: theraven@freebsd.org, python@freebsd.org, gogo@cs.uni-sb.de, Boris Samorodov Subject: Re: pyconfig.h and freebsd10: _POSIX_C_SOURCE and _XOPEN_SOURCE 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: Sun, 12 Feb 2012 14:27:47 -0000 Hi! David Schultz wrote on 22.01.2012 23:25: > On Sat, Jan 21, 2012, Andriy Gapon wrote: >> >> It seems that python27's pyconfig.h (artificially?) limits visibility of system >> APIs by setting _POSIX_C_SOURCE to 200112L and _XOPEN_SOURCE to 600. >> This might not actually change much for earlier FreeBSD versions. I just submitted http://bugs.freebsd.org/165033 that includes workaround from bsam@, that fixes build of devel/py-lxml on 10.0-CURRENT. I hope sometime this issue will be resolved properly in FreeBSD base or in python distribution. Thanks! -- Regards, Ruslan Tinderboxing kills... the drives.