New submission from STINNER Victor: I built Python 3.6 (default) on FreeBSD using:
./configure --cache-file=config_debug.cache --with-pydebug CFLAGS=-O0 make I'm using FreeBSD current, uname -a: FreeBSD freebsd 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r296485: Tue Mar 8 07:04:36 UTC 2016 r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 It looks like "cc" is clang LLVM compiler 3.8.0. Extract of the make output: --- [haypo@freebsd ~/prog/python/default]$ make running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers *** WARNING: importing extension "_testmultiphase" failed with <class 'RuntimeError'>: invalid slot offset *** WARNING: importing extension "_ssl" failed with <class 'RuntimeError'>: invalid slot offset *** WARNING: importing extension "_curses_panel" failed with <class 'RuntimeError'>: invalid slot offset --- ---------- messages: 262600 nosy: haypo priority: normal severity: normal status: open title: FreeBSD: "invalid slot offset" error on _ssl, _curses_panel and _testmultiphase extensions versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26662> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com