Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2019 23:36:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 237795] devel/gobject-introspection: "needs Python 3.x at least, but 2.7 was specified"
Message-ID:  <bug-237795-21822-5q9wxb5BMY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237795-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237795-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=3D237795

--- Comment #18 from Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> ---
python.mk:
457 # Pass PYTHON_VERSION down the dependency chain. This ensures that
    458 # port A -> B -> C all will use the same python version and do not
    459 # try to find a different one, if the passed version fits into
    460 # the supported version range.
    461 PYTHON_VERSION?=3D        python${_PYTHON_VERSION}
    462 .if !defined(PYTHON_NO_DEPENDS) && \
    463     ${PYTHON_VERSION} !=3D python${PYTHON_DEFAULT}
    464 DEPENDS_ARGS+=3D          PYTHON_VERSION=3D${PYTHON_VERSION}
    465 .endif


....that is the cause...

--=20
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-237795-21822-5q9wxb5BMY>