Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 14:28:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 238171] net/frr7: Fails to configure with Python 3.7
Message-ID:  <bug-238171-21822-vGBWJnkTpg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238171-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238171-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=3D238171

--- Comment #5 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #4)

It is looking for those in addition to pythonX.Y-config variants, as differ=
ent
OS's package python in different ways.

The issue is that while ffr7 may well support 3.7 'in practice', their
configure.ac doesn't currently look for it to satisfy the dependency, which=
 is
why it's failing.

The second contributing cause is you set 3.7 as your default versions, and =
the
third contributing cause is the port sets USES=3Dpython3.6+

The third, implies that your second, is OK, which is incorrect (configure s=
ays
otherwise).

The PR I referenced in comment 1 was an example showing 3.7 being added. Th=
e PR
is still open, but does not include updating python*-config elements of
configure.ac

Right now, the fix is to set the port to declare *correctly* what versions =
this
software supports, which is 2.7-3.6

The longer term goal (for you), is to get upstream to add support for Python
3.7, so that you don't need a different (and multiple) versions of Python
installed on your system.

--=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-238171-21822-vGBWJnkTpg>