Build failure because python3 isn't found

2020-09-19 Thread Julien Puydt
Hi, I was surprised to see my recent upload of giac fail on most architectures: https://buildd.debian.org/status/package.php?p=giac It turned out that the common issue was: python3: No such file or directory This is especially strange since : - I use a schroot build to check for missing b

Re: Build failure because python3 isn't found

2020-09-19 Thread Mattia Rizzolo
You don't have a build-depends on python3, so where is your surprise?.. It seems to me that a makefile from that package is using python3 directly. Probably something else before was pulling it in (same in your chroot...) And now it isn't anymore. That's a RC bug waiting to be filed. On Sat, 1