https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795
Tommy P <tommy...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tommy...@gmail.com --- Comment #24 from Tommy P <tommy...@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. _______________________________________________ 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"