I got the following errors during build of python 3.6 pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/__pycache__/_sysconfigdata_m_freebsd11_.cpython-36.opt-1.pyc: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/__pycache__/_sysconfigdata_m_freebsd11_.cpython-36.opt-2.pyc: No such file or directory etc. Full log is available at https://www.kib.kiev.ua/kib/python36-3.6.0.log
I can not reproduce it on FreeBSD-11 amd64 release. Maybe the problem is your os is _OSRELEASE=11.0-RC3 ? wen
(In reply to Wen Heping from comment #1) I do not think so. I get the same or almost same problem for i386 10.3 build as well: https://www.kib.kiev.ua/kib/10-i386-python36-3.6.0.log Did you noted that I use non-standard options ?
r429525 committed by antoine@ fix the problem. wen
Fix worked for me, thanks.