Date: Mon, 20 Jun 2016 11:43:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205981] irc/weechat: Build fails (package phase) against Python 3.5 Message-ID: <bug-205981-13-nkgAuXIIP8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205981-13@https.bugs.freebsd.org/bugzilla/> References: <bug-205981-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205981 --- 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 separ= ate option for python3, granted 'not recommended', the right course of action s= eems 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205981-13-nkgAuXIIP8>