ports/149167: lang/python26 fails to build _ctypes on Sheevaplug (ARM)
Werner Thie
werner at thieprojects.ch
Mon Feb 18 12:50:02 UTC 2013
The following reply was made to PR ports/149167; it has been noted by GNATS.
From: Werner Thie <werner at thieprojects.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: Mon, 18 Feb 2013 13:44:39 +0100
Follow up for Beaglebone (ARM) with Python-2.7.3, I can report the same
as the follow up poster with the Sheevaplug:
Python builds from ports, but crashes when importing ctypes with the
same stacktrace.
Environment:
> uname -a
FreeBSD beagie 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r246901M: Sun Feb 17
10:49:03 CET 2013
root at xtools:/usr/home/wthie/proj/freebsd-beaglebone/work/obj/arm.armv6/usr/local/src/sys/BEAGLEBONE
arm
> gdb python
(gdb) run
Starting program: /usr/local/bin/python
[New LWP 100043]
[New Thread 20803080 (LWP 100043/python2.7)]
Python 2.7.3 (default, Feb 18 2013, 07:57:21)
[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd10
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
Program received signal SIGABRT, Aborted.
[Switching to Thread 20803080 (LWP 100043/python2.7)]
0x202b4900 in thr_kill () from /lib/libc.so.7
(gdb) bt
#0 0x202b4900 in thr_kill () from /lib/libc.so.7
#1 0x20242ff4 in sigaction () from /lib/libthr.so.3
#2 0x20243734 in raise () from /lib/libthr.so.3
#3 0x2036fc98 in abort () from /lib/libc.so.7
#4 0x20cb774c in compilerrt_abort_impl () from
/usr/local/lib/python2.7/lib-dynload/_ctypes.so
#5 0x20cb774c in compilerrt_abort_impl () from
/usr/local/lib/python2.7/lib-dynload/_ctypes.so
Werner
More information about the freebsd-python
mailing list