Date: Mon, 20 Jun 2016 11:43:13 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205981] irc/weechat: Build fails (package phase) against Python 3.5 Message-ID: <bug-205981-21822-j2HxwtCsMN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205981-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-205981-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205981 --- Comment #7 from Kubilay Kocak <koobs@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205981-21822-j2HxwtCsMN>
