From owner-freebsd-python@freebsd.org Thu Sep 10 04:32:25 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 884BCA003ED for ; Thu, 10 Sep 2015 04:32:25 +0000 (UTC) (envelope-from mike@skew.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 71A511F29 for ; Thu, 10 Sep 2015 04:32:25 +0000 (UTC) (envelope-from mike@skew.org) Received: by mailman.ysv.freebsd.org (Postfix) id 70A5BA003EC; Thu, 10 Sep 2015 04:32:25 +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 7047BA003EB for ; Thu, 10 Sep 2015 04:32:25 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (chilled.skew.org [70.90.116.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.skew.org", Issuer "AlphaSSL CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5C81F28 for ; Thu, 10 Sep 2015 04:32:25 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost [127.0.0.1]) by chilled.skew.org (8.14.7/8.14.7) with ESMTP id t8A4GTuJ006519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 9 Sep 2015 22:16:29 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.14.7/8.14.7/Submit) id t8A4GT35006518 for python@freebsd.org; Wed, 9 Sep 2015 22:16:29 -0600 (MDT) (envelope-from mike) Date: Wed, 9 Sep 2015 22:16:28 -0600 From: Mike Brown To: python@freebsd.org Subject: segfault during configure, lang/python27 on armv6 Message-ID: <20150910041628.GA6378@chilled.skew.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Whoa: whoa. User-Agent: Mutt/1.5.23 (2014-03-12) 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: Thu, 10 Sep 2015 04:32:25 -0000 I am trying to get Python installed from the ports collection on my BeagleBone Black, but got a segmentation fault during the 'configure' phase of the build. [...] checking for setitimer... yes checking for getitimer... yes checking for bind_textdomain_codeset... yes checking for chown... (cached) yes checking for clock... (cached) yes Segmentation fault (core dumped) ===> Script "configure" failed unexpectedly. Please report the problem to python@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/python27/work/Python-2.7.10/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. The OS is the snapshot FreeBSD-10.2-STABLE-arm-armv6-BEAGLEBONE-20150903-r287435 from ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/10.2/ package list: http://pastebin.com/raw.php?i=SJExBxru config.log: http://pastebin.com/raw.php?i=M7ERWKx1 It was /bin/sh that dumped core in the work/Python-2.7.10 directory. Nothing in the gdb backtrace, just #0 0x00000000 in ?? (). Anything I should do before trying again?