This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2016-03-29.10:38:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459247902.98.0.893274525942.issue26662@psf.upfronthosting.co.za>
In-reply-to
Content
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     root@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
---
History
Date User Action Args
2016-03-29 10:38:23vstinnersetrecipients: + vstinner
2016-03-29 10:38:22vstinnersetmessageid: <1459247902.98.0.893274525942.issue26662@psf.upfronthosting.co.za>
2016-03-29 10:38:22vstinnerlinkissue26662 messages
2016-03-29 10:38:22vstinnercreate