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/>

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

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

--- 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?=        python${_PYTHON_VERSION}
    462 .if !defined(PYTHON_NO_DEPENDS) && \
    463     ${PYTHON_VERSION} != python${PYTHON_DEFAULT}
    464 DEPENDS_ARGS+=          PYTHON_VERSION=${PYTHON_VERSION}
    465 .endif


....that is the cause...

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