Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 05:51:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 213737] [exp-run] add support for PyPy
Message-ID:  <bug-213737-21822-nPSnvAhzsF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213737-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213737-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=213737

--- Comment #1 from Antoine Brodin <antoine@FreeBSD.org> ---
There are some make errors with fmake (FreeBSD 9.3) :

"/usr/ports/Mk/Uses/python.mk", line 440: "/usr/ports/Mk/Uses/python.mk", line
418: Malformed conditional (2.7 == ${_PYTHON_VERSION})
"/usr/ports/Mk/Uses/python.mk", line 418: Malformed conditional (3.5 ==
${_PYTHON_VERSION})
"/usr/ports/Mk/Uses/python.mk", line 418: Malformed conditional (3.4 ==
${_PYTHON_VERSION})
"/usr/ports/Mk/Uses/python.mk", line 418: Malformed conditional (3.3 ==
${_PYTHON_VERSION})
Malformed conditional (!defined(_PYTHON_VERSION) && 
!(!empty(_PYTHON_VERSION_MINIMUM) && (  2.7 < ${_PYTHON_VERSION_MINIMUM})) && 
!(!empty(_PYTHON_VERSION_MAXIMUM) && (  2.7 > ${_PYTHON_VERSION_MAXIMUM})))
"/usr/ports/Mk/Uses/python.mk", line 680: "/usr/ports/Mk/Uses/python.mk", line
442: Malformed conditional (!defined(_PYTHON_VERSION) && 2.7 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.5 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.4 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.3 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 446: if-less endif
"/usr/ports/Mk/Uses/python.mk", line 440: Malformed conditional
(!defined(_PYTHON_VERSION) &&  !(!empty(_PYTHON_VERSION_MINIMUM) && (  2.7 <
${_PYTHON_VERSION_MINIMUM})) &&  !(!empty(_PYTHON_VERSION_MAXIMUM) && (  2.7 >
${_PYTHON_VERSION_MAXIMUM})))
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 2.7 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 444: if-less endif
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.5 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 444: if-less endif
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.4 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 444: if-less endif
"/usr/ports/Mk/Uses/python.mk", line 442: Malformed conditional
(!defined(_PYTHON_VERSION) && 3.3 == 2.7)
"/usr/ports/Mk/Uses/python.mk", line 444: if-less endif
"/usr/ports/Mk/Uses/python.mk", line 446: if-less endif

-- 
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-213737-21822-nPSnvAhzsF>