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/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237795 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=20 USES=3D python:2.7 is specified in the Makefiles. My DEFAULT_VERSIONS: grep -e '^DEFAULT' /etc/make.conf DEFAULT_VERSIONS+=3Dbind=3D9.14 bdb=3D6 DEFAULT_VERSIONS+=3Dmysql=3D10.4m pgsql=3D12 samba=3D4.10 ssl=3Dopenssl DEFAULT_VERSIONS+=3Dperl5=3D5.30 python=3D3.8 python2=3D2.7 python3=3D3.8= ruby=3D2.6 tcltk=3D87 DEFAULT_VERSIONS+=3Dapache=3D2.4 Main port to build: sysutils/py-salt --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237795-21822-CxjOjeeAix>