Date: Sun, 26 Jan 2020 07:11:33 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 237795] Mk/Uses/python.mk: "needs Python 3.x at least, but 2.7 was specified" (eg: devel/gobject-introspection) Message-ID: <bug-237795-21822-CxjOjeeAix@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237795-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-237795-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=237795 Tommy P <tommyhp2@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tommyhp2@gmail.com --- Comment #24 from Tommy P <tommyhp2@gmail.com> --- I have similar issue with these dependent ports: devel/py-ioflo net/py-raet If I build the ports interactively within poudriere, they build successfully and are linked to python 2.7. They're ignored in poudriere because they're trying to link with python 3.8 when USES= python:2.7 is specified in the Makefiles. My DEFAULT_VERSIONS: grep -e '^DEFAULT' /etc/make.conf DEFAULT_VERSIONS+=bind=9.14 bdb=6 DEFAULT_VERSIONS+=mysql=10.4m pgsql=12 samba=4.10 ssl=openssl DEFAULT_VERSIONS+=perl5=5.30 python=3.8 python2=2.7 python3=3.8 ruby=2.6 tcltk=87 DEFAULT_VERSIONS+=apache=2.4 Main port to build: sysutils/py-salt -- 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-237795-21822-CxjOjeeAix>
