Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 12:29:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version
Message-ID:  <bug-204519-21822-9zXkUTuTDK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204519-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=204519

Andrew Berg <aberg010@my.hennepintech.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aberg010@my.hennepintech.ed
                   |                            |u

--- Comment #7 from Andrew Berg <aberg010@my.hennepintech.edu> ---
Making the default 3.5 will break many things because of limitations in
Poudriere and/or ports. Currently, Poudriere cannot calculate dependencies of
dependencies correctly for Python. Because of the isolation that Poudriere
enforces, it can build dependencies for the *default* version of Python rather
than what is needed to satisfy the dependency. Samba and Salt are good examples
- go try to build packages for them using Poudriere with 3.x set as the default
Python.

IIRC, Baptiste is trying to solve issues like this with subpackages, where a
port can then depend on a specific subpackage which is built with specific
options rather than a port, which can have any arbitrary options set.

-- 
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-204519-21822-9zXkUTuTDK>