From owner-freebsd-python@freebsd.org Tue Jul 14 13:30:27 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6342999B0DE for ; Tue, 14 Jul 2015 13:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 46D5A385 for ; Tue, 14 Jul 2015 13:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 362C699B0DD; Tue, 14 Jul 2015 13:30:27 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35BAD99B0DC for ; Tue, 14 Jul 2015 13:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F43F380 for ; Tue, 14 Jul 2015 13:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6EDUQxP027555 for ; Tue, 14 Jul 2015 13:30:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 201523] lang/python27 on raspberry B, _ctypes libffi sysv.S 'invalid instruction' Date: Tue, 14 Jul 2015 13:30:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bug@rgbaz.nl X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 13:30:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201523 --- Comment #3 from ArnoB --- (In reply to Kubilay Kocak from comment #2) * What version of FreeBSD? (uname -a output) FreeBSD rpi-b 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r284969: Wed Jul 1 06:34:08 UTC 2015 root@releng2.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm * Are you using the lang/python27 port or package? I'm installing from ports: lang/python27 (It was actually initated by the installation of subversion) * If using the lang/python27 port, is it built with or without LIBFFI option? I didn't get an option to build it without. Only to use python's bundled version or the one from ports. make config gave me this: "LIBFFI Use libffi from ports instead of bundled version" I have this disabled. * If built without LIBFFI option, please try to reproduce after rebuilding with the LIBFFI option enabled I tried enabling it, but that didn't make a difference. I got the exact same error. -- You are receiving this mail because: You are the assignee for the bug.