https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205981

--- Comment #7 from Kubilay Kocak <ko...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to