pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56774: Python 3.9 & 3.10 build fails with pkgsrc-2022Q1 on NetBSD-current on RPi4



The following reply was made to PR pkg/56774; it has been noted by GNATS.

From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: Pierre Pronchery <khorben%defora.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost, Malte Dehling <mdehling%gmail.com@localhost>
Subject: Re: pkg/56774: Python 3.9 & 3.10 build fails with pkgsrc-2022Q1 on
 NetBSD-current on RPi4
Date: Thu, 7 Jul 2022 12:23:32 +0200

 On Wed, 6 Jul 2022 02:33:09 +0200
 Pierre Pronchery <khorben%defora.org@localhost> wrote:
 
 > I am not aware of a better patch than simply removing this line from setup.py at the moment.
 > 
 > @Tobias: any ideas?
 
 The purpose of the line is to prevent upgrade problems when setuptools
 comes with backwards-incompatible changes as happened earlier this year.
 
 Putting the work directory inside prefix sounds somewhat unorthodox to
 me but if you'd like you can change the regex to
 '^' + sys.base_prefix + '/lib'
 in order to avoid this specific problem [unless you name your work
 directory libwork at which point I'll wave my hands].
 I'm fine with that change but am not in a position to commit it myself
 at the moment.
 


Home | Main Index | Thread Index | Old Index