Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Oct 2016 17:52:30 +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-DPyKYSPmjY@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/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #27 from Ruslan Makhmatkhanov <rm@FreeBSD.org> ---
Antoine, I reread what you said and it looks we doing something different: I
mean sysutils/qzeitgeist stuff. qzeitgeist needs python for build and there is
no particular python version set in Makefile, so it should build just fine with
default python version (2.7). 

As far I understand, you also changed "python" version in DEFAULT_VERSIONS, so
your poudriere make.conf looks like that:

DEFAULT_VERSIONS=python=3.5 python3=3.5

while it should looked like that

DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.5

because now I only interested in ports, that define python:3 or python:3.3+ in
USES. I don't count that every port that have USES=python can be built with 3.5
or with 3.x ever. We now only want to change default python3 (3.4 -> 3.5)
version, not the python version at all. 

Would you please limit your port list for testing to only those that set:
USES=python3
USES=python3.3+
USES=python:3,build
USES=python:3,run
USES=python:3.3+,build
USES=python:3.3+,run

and let me know what's broken with 3.5 now? Thanks a lot!

-- 
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-204519-21822-DPyKYSPmjY>