NetBSD Problem Report #54791

From dholland@macaran.eecs.harvard.edu  Sat Dec 21 08:51:29 2019
Return-Path: <dholland@macaran.eecs.harvard.edu>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 7B9AC7A14B
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 21 Dec 2019 08:51:28 +0000 (UTC)
Message-Id: <20191221085032.9D6316E2D6@macaran.eecs.harvard.edu>
Date: Sat, 21 Dec 2019 03:50:32 -0500 (EST)
From: dholland@eecs.harvard.edu
Reply-To: dholland@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: python version choosing logic doesn't test what's installed
X-Send-Pr-Version: 3.95

>Number:         54791
>Category:       pkg
>Synopsis:       python version choosing logic doesn't test what's installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 21 08:55:00 +0000 2019
>Originator:     David Holland
>Release:        NetBSD-8 (oldish), pkgsrc 20191220
>Organization:
>Environment:
System: n/a
Architecture: i386
Machine: i386
>Description:

The logic in pyversion.mk that picks a Python version to depend on
*says*
   # prefer an already installed version, in order of "accepted"
but it doesn't actually do it.

The consequence of this is that if you set PYTHON_VERSION_DEFAULT back
(in this case setting it to 27 is necessary at least for a while for
migration reasons)... even if you install say python37, a lot of
things go and build bleeding-edge python instead, unexpectedly, and
then the right modules aren't there and other parts of the build fail.

I think this is a regression, in that I'm pretty sure it used to work
as described. But it's been a while since it mattered.

>How-To-Repeat:

install python27 and python37
cd devel/glib2-tools	(or quite a few other things)
env PYTHON_VERSION_DEFAULT=27 make
watch it go build python38

(then confirm in pyversion.mk)

>Fix:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.45 2018/12/21 14:23:33 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.