From owner-freebsd-ports@FreeBSD.ORG Thu Jun 22 14:33:06 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D3516A47F for ; Thu, 22 Jun 2006 14:33:06 +0000 (UTC) (envelope-from vitormazzi@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6825743D55 for ; Thu, 22 Jun 2006 14:33:05 +0000 (GMT) (envelope-from vitormazzi@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so503250wra for ; Thu, 22 Jun 2006 07:33:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=V+9RKcDwvN4jcpysekEZWIHtV3GtGFszpSr41Nbk10//bZkZIcTQp2s7AnktFeGPz90zPfsstSNESmztXjO3lxq9/wmLR3IBvgFZ3YoMmYGpwhxF492oB0OQaBObYOzVG/6acK4noxYYjzArSvv2VYK/P5Q/dayU8tPmnT/tmyE= Received: by 10.64.114.10 with SMTP id m10mr1414418qbc; Thu, 22 Jun 2006 07:33:04 -0700 (PDT) Received: by 10.65.51.4 with HTTP; Thu, 22 Jun 2006 07:33:04 -0700 (PDT) Message-ID: <95c4f8820606220733s7f253813s19aeed73a0bce637@mail.gmail.com> Date: Thu, 22 Jun 2006 11:33:04 -0300 From: "Vitor Mazzi" To: perky@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: py24-ctypes-0.9.9.6 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: Thu, 22 Jun 2006 14:33:06 -0000 I've been trying to use the ctype module in a software, but it fails with the following traceback: from ctypes import SetPointerType, RTLD_GLOBAL exceptions.ImportError: cannot import name RTLD_GLOBAL Based on the info in this mail thread ( http://docs.freebsd.org/cgi/getmsg.cgi?fetch=488819+0+/usr/local/www/db/text/1999/freebsd-hackers/19990103.freebsd-hackers), the flag RTLD_GLOBAL isn't implemented in freebsd yet, so I believe the port should provide a workaround to it. -- Thanks in advance; Vitor M. A. da Cruz vitormazzi@gmail.com