Created attachment 179382 [details] poudriere log weechat 1.7 build failure with poudriere with python 3.5 Attached poudriere build log, doesn't look like there's anything of interest other than: pkg-static: Unable to access file /wrkdirs/usr/ports/irc/weechat/work/stage/usr/local/lib/weechat/plugins/python.so: No such file or directory Looks to be the same as bug #205981 with 1.6
See makefile: .if defined(PORT_OPTIONS:MPYTHON) && ${PYTHON_MAJOR_VER} >= 3 WARNING= "Using Python 3.x is NOT recommended because many \"official\" scripts won\'t work" CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so .endif
Try to set option PYTHON to off.
(In reply to w.schwarzenfeld from comment #2) Can confirm that works, although I'd hardly consider it a good solution
Surely, it should run with python35. I have also python27 installed and DEFAULT_VERSIONS+=python=2.7 python2=2.7 python3=3 in /etc/make.conf. So it takes python27 And this works.
I try to install it with python35 works without problems (but I have 10.3). I only added python:3.5 to USES in the Makefile.
A commit references this bug: Author: brnrd Date: Sun Mar 26 11:14:39 UTC 2017 New revision: 436955 URL: https://svnweb.freebsd.org/changeset/ports/436955 Log: irc/weechat: Fix python3 detection - Fix package error when python3 is used PR: 216555 Reported by: Charles P <charlespigott@googlemail.com> Changes: head/irc/weechat/Makefile