Message262600
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 [email protected]:/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
--- |
|
| Date |
User |
Action |
Args |
| 2016-03-29 10:38:23 | vstinner | set | recipients:
+ vstinner |
| 2016-03-29 10:38:22 | vstinner | set | messageid: <[email protected]> |
| 2016-03-29 10:38:22 | vstinner | link | issue26662 messages |
| 2016-03-29 10:38:22 | vstinner | create | |
|