[Bug 237795] Mk/Uses/python.mk: "needs Python 3.x at least, but 2.7 was specified" (eg: devel/gobject-introspection)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 26 07:11:38 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795

Tommy P <tommyhp2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tommyhp2 at gmail.com

--- Comment #24 from Tommy P <tommyhp2 at 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.


More information about the freebsd-python mailing list