Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 01:46:11 +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-ydEb9DrJDw@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 #20 from Chris Hutchinson <portmaster@bsdforge.com> ---
Created attachment 209881
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209881&action=
=3Dedit
Mk/Uses/python.mk: remove broken conditional

Mk/Uses/python.mk
This svn(1) diff(1) fixes a problem introduced to
Mk/Uses/python.mk
Its intent was to create a usable range of python versions
for any group of build/install targets. But was actually a
conditional/binary. As a result, it resulted in the failure
to build a great many ports.
This patch corrects the problem by removing the offending lines.
A more appropriate solution would be to use a greater than ||
less than, in an attempt to find a suitable range for the build
targets involved.
In any case. This patch will work correctly until a better
solution is found.
Tested on
FreeBSD eleventhree 11.3-RELEASE-p5 FreeBSD 11.3-RELEASE-p5 #0 r355580:
Tue Dec 10 13:22:30 PST 2019
root@eleventhree:/usr/obj/usr/src/sys/ELEVENTHREE  amd64

/usr/ports
519768

Special thanks to:
Walter Schwarzenfeld, pr 237795 comment 18, for the initial insight
Antoine Brodin, pr 233723 comment 7, for the "clue bat"


--Chris

--=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-ydEb9DrJDw>