ports/149167: lang/python26 fails to build _ctypes on Sheevaplug (ARM)

Werner Thie werner at thie.ch
Sun Feb 24 14:40:02 UTC 2013


The following reply was made to PR ports/149167; it has been noted by GNATS.

From: Werner Thie <werner at thie.ch>
To: bug-followup at FreeBSD.org, root at cooltrainer.org
Cc:  
Subject: Re: ports/149167: lang/python26 fails to build _ctypes on Sheevaplug
 (ARM)
Date: Sun, 24 Feb 2013 15:35:28 +0100

 Follow up for Beaglebone (ARM) with Python-2.7.3
 
 Python27 on FreeBSD 10.0-CURRENT #0 r246947M builds ok from ports, but 
 aborts and dumps core when importing ctypes.
 
 I debugged this so far that I was able to identify the offending line, 
 being a quite questionable fix in ctypes/__init__.py:279 in function 
 _reset_cache()
 
 If this line is commented out, ctypes just loads fine and twisted being 
 dependent on ctypes is unfolding its power with an impressively clean 
 bill when twisted tests are run.
 
 Werner


More information about the freebsd-python mailing list