bug#41726:

2020-06-06 Thread Karl Berry

bug#11745: the new test-suite summary is confusing

2020-06-06 Thread Karl Berry
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' I went back and forth on which quotes to use :). Ok, accepted, pushed, thanks :). -k

bug#41726: vala-mitx2 test fails with gcc10

2020-06-06 Thread Andreas Radke
Am Sat, 6 Jun 2020 09:52:02 -0600 schrieb Karl Berry : > Hi Andy - thanks for the report. > > /usr/bin/ld: baz.o:(.bss+0x0): multiple definition of `foo'; > bar.o:(.bss+0x0): first defined here > > Looking at the sources in that test, it seems that the extern and the > initialization

bug#41726: vala-mitx2 test fails with gcc10

2020-06-06 Thread Karl Berry
Hi Andy - thanks for the report. /usr/bin/ld: baz.o:(.bss+0x0): multiple definition of `foo'; bar.o:(.bss+0x0): first defined here Looking at the sources in that test, it seems that the extern and the initialization were mixed up. I don't have either vala or gcc10 readily at hand. Would