Current problem reports assigned to freebsd-python@FreeBSD.org

2011-12-12 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/163112 python Updates bsd.python.mk to support Zope 2.11, 2.13
o ports/163063 python [PATCH] fix for ports-mgmt/portbuilder
o ports/162421 python lang/python32 fails to build (undefined reference to `
o ports/160717 python port: lang/python27 causing other ports to hang during
o ports/159215 python Mk/bsd.python.mk: PYTHON_VERSION is ignored
o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX
o ports/156425 python lang/python26: Needs to include -L/usr/local/lib/pth i
o ports/156076 python [patch] databases/py-sqlite3: Undefined symbol "sqlite
o ports/155970 python [PATCH] lang/python: speed up upgrade-site-packages
o ports/155936 python lang/python27 Pthread: previous declaration of ...
o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5
f ports/154209 python [PATCH] lang/python: Install symlink for ptags
o ports/153952 python lang/python26 + pth fails to reconfigure cflags to inc
o ports/153167 python Problem with signals, threads, and subprocesses in lan
o ports/152224 python [patch] fix installed permissions for lang/python27
o ports/151534 python lang/python26 + WITH_PTH doesn't install correctly
o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/146957 python Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break
o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag
o ports/146644 python lang/python26: WITH_PTH option breaks most ports depen
o ports/140968 python x11-toolkits/py-tkinter(devel/pth): py26-tkinter-2.6.4
o ports/136917 python [patch] lang/python26: gettext detection
o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken
o ports/118301 python [patch] devel/py-setuptools easy-install.pth contents 

24 problems total.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


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

2011-12-12 Thread Mattia Rossi
The following reply was made to PR ports/149167; it has been noted by GNATS.

From: Mattia Rossi 
To: bug-follo...@freebsd.org, r...@cooltrainer.org
Cc:  
Subject: Re: ports/149167: lang/python26 fails to build _ctypes on Sheevaplug
 (ARM)
Date: Tue, 13 Dec 2011 09:48:10 +1100

 Ok, I'll submit my problem here as a follow-up as well, maybe someone 
 gets around to fix it. I have no clue on how Python build s modules and 
 how the whole build system is handled, so I most likely have no chance 
 to find out how to fix it.
 
 Python 2.7.2 builds on the Dreamplug (evolved Sheevaplug) including 
 ctypes, but upon importing the module, it crashes.
 I tried to see if the patch did some magic to make it work, but that was 
 just a shot in the dark.. and no it doesn't help.
 
 Environment:
 
 FreeBSD dreamplug 9.0-RC1 FreeBSD 9.0-RC1 #35 r226624M: Wed Oct 26 
 12:06:18 EST 2011 
 root@freebsd82fresh:/usr/obj/arm.arm/usr/devel/sys/DREAMPLUG  arm
 
 dreamplug# python
 Python 2.7.2 (default, Dec  1 2011, 22:46:25)
 [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9
 Type "help", "copyright", "credits" or "license" for more information.
  >>> import ctypes
 Abort (core dumped)
 
 (gdb) bt
 #0  0x2020dd10 in thr_kill () from /lib/libc.so.7
 #1  0x201a8314 in pthread_sigmask () from /lib/libthr.so.3
 #2  0x201a8964 in raise () from /lib/libthr.so.3
 #3  0x202aba6c in abort () from /lib/libc.so.7
 #4  0x203a5680 in __clear_cache () from 
 /usr/local/lib/python2.7/lib-dynload/_ctypes.so
 #5  0x203a5680 in __clear_cache () from 
 /usr/local/lib/python2.7/lib-dynload/_ctypes.so
 
 Mat
 
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"