bug#38043: Incorrect Python byte-compiling for Python 3 and PyPy3

2022-01-17 Thread Mike Frysinger
On 03 Nov 2019 11:45, Michał Górny wrote: > I've noticed that the logic in py-compile is built on assumptions from > Python 2 and does not fit Python 3 well. Notably, there are two or > three bugs here: > > 1. .opt-2 (-OO) level is not compiled for py3.5+. > > 2. .opt-1 (-O) and .opt-2 (-OO) are

bug#31728: [PATCH] dmalloc: mark macro as obsolete

2022-01-17 Thread Mike Frysinger
This macro doesn't really fit in with Automake's mission. It's a simple configure option to add a specific library when linking. Maybe back in 1996 the dmalloc project was more canonical, but nowadays developers have a wealth of options when it comes to memory debugging, both from ones based in c

bug#53338: One test failed in automake 1.14.1

2022-01-17 Thread Mike Frysinger
retitle 18564 t/vala-vapi test failure in automake 1.14.1 on Solaris 10 Sparc thankyou for posterity, here's the specific test failure log FAIL: t/vala-vapi = vala-vapi: running pkg-config --version 0.15.0 vala-vapi: running valac --version Vala 0.20.1 vala-vapi: determine whethe

bug#16714: make check failures

2022-01-17 Thread Mike Frysinger
retitle 16714 make check failures when ACLOCAL=aclocal is in environment tag 16714 = confirmed thankyou looks like your redundant $ACLOCAL in the environment is breaking things. there should be no reason to have that: ACLOCAL=aclocal -I /usr/share/aclocal that said, we shouldn't be blowing up w