From owner-freebsd-python@FreeBSD.ORG Mon Feb 18 12:50:02 2013 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B679D80 for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 18 Feb 2013 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA6BA5D for <freebsd-python@smarthost.ysv.freebsd.org>; Mon, 18 Feb 2013 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1ICo0nf083037 for <freebsd-python@freefall.freebsd.org>; Mon, 18 Feb 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1ICo0eK083036; Mon, 18 Feb 2013 12:50:00 GMT (envelope-from gnats) Date: Mon, 18 Feb 2013 12:50:00 GMT Message-Id: <201302181250.r1ICo0eK083036@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Werner Thie <werner@thieprojects.ch> Subject: Re: ports/149167: lang/python26 fails to build _ctypes on Sheevaplug (ARM) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Werner Thie <werner@thieprojects.ch> List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 18 Feb 2013 12:50:02 -0000 The following reply was made to PR ports/149167; it has been noted by GNATS. From: Werner Thie <werner@thieprojects.ch> To: bug-followup@FreeBSD.org, root@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@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