Bug#1006784: automake: fixes for python3.10 distutils changes

2022-03-13 Thread Stefano Rivera
Hi 1006784 (2022.03.12_16:32:30_-0400) > Hi Gianfranco (2022.03.04_18:19:35_-0400) > > With this patch, automake will install to /usr for locally built code > > and debian-packaged code. This probably isn't desired. Maybe check > > prefix and select the appropriate scheme from that? > > I take thi

Bug#1006784: automake: fixes for python3.10 distutils changes

2022-03-12 Thread Stefano Rivera
Control: reopen -1 Hi Gianfranco (2022.03.04_18:19:35_-0400) > With this patch, automake will install to /usr for locally built code > and debian-packaged code. This probably isn't desired. Maybe check > prefix and select the appropriate scheme from that? I take this back. Of course it is combini

Bug#1006784: automake: fixes for python3.10 distutils changes

2022-03-04 Thread Stefano Rivera
Hi Gianfranco (2022.03.04_17:26:52_-0400) > Hello, with the changes in Python3.10, packages using automake will > try to install into /usr/local/lib instead of /usr/lib Aha, thanks for that. The patch should work, but I'm not convinced that it's the best solution. The comment, copied from pybind

Bug#1006784: automake: fixes for python3.10 distutils changes

2022-03-04 Thread Gianfranco Costamagna
Source: automake-1.16 Version: 1:1.16.5-1.1 Severity: important tags: patch Hello, with the changes in Python3.10, packages using automake will try to install into /usr/local/lib instead of /usr/lib The following patch, inspired from the one made by Stefano for pybind11 in #1006615 [1] http:/