Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 22:16:28 -0600
From:      Mike Brown <mike@skew.org>
To:        python@freebsd.org
Subject:   segfault during configure, lang/python27 on armv6
Message-ID:  <20150910041628.GA6378@chilled.skew.org>

next in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150910041628.GA6378>