[Bug 205981] irc/weechat: Build fails (package phase) against Python 3.5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 20 11:43:13 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205981
--- Comment #7 from Kubilay Kocak <koobs at FreeBSD.org> ---
Also let's investigate a few things first, as I'm not sure explicitly
disallowing Python 3.x builds entirely is the way to go without more
information:
- Make the build verbose (so we can see full compile/link lines)
- Determine why the weechat Python plugin shared library isn't being created
- Given the dependencies of weechat install both Python 2.x and 3.x, whether
the weechat build process is getting confused, doing something bizzare, or just
needs some more information to see the right Python
At the moment, given the weechat configure script has an explicit and separate
option for python3, granted 'not recommended', the right course of action seems
to be:
- Warn the user (as the configure script comment does)
- Have the port do the right thing to build with Python 2.x or Python 3.x (pass
the right args) without requiring an OPTION depending on what the user has
asked for
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list