Source: mxt-app Version: 1.28-2 Severity: serious Justification: FTBFS on amd64 Tags: buster sid Usertags: ftbfs-20200222 ftbfs-buster
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src > -fvisibility=hidden -ffunction-sections -fdata-sections -Wall -Werror > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith > -Wsign-compare -Wchar-subscripts -Wstrict-prototypes -Wwrite-strings -Wshadow > -Wformat-security -Wtype-limits -DMXT_VERSION=\"1.28\" -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -c -o > src/test/run_unit_tests-test_utilfuncs.o `test -f 'src/test/test_utilfuncs.c' > || echo './'`src/test/test_utilfuncs.c > In file included from src/test/run_unit_tests.c:41: > src/test/run_unit_tests.h:32: error: "assert_float_equal" redefined [-Werror] > 32 | #define assert_float_equal(x,y) assert_true(abs(x - y) < 0.00001) > | > In file included from src/test/run_unit_tests.c:35: > /usr/include/cmocka.h:1256: note: this is the location of the previous > definition > 1256 | #define assert_float_equal(a, b, epsilon) \ > | > gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src > -fvisibility=hidden -ffunction-sections -fdata-sections -Wall -Werror > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith > -Wsign-compare -Wchar-subscripts -Wstrict-prototypes -Wwrite-strings -Wshadow > -Wformat-security -Wtype-limits -DMXT_VERSION=\"1.28\" -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -c -o > src/test/run_unit_tests-test_sensor_variant.o `test -f > 'src/test/test_sensor_variant.c' || echo './'`src/test/test_sensor_variant.c > cc1: all warnings being treated as errors > make[2]: *** [Makefile:1100: src/test/run_unit_tests-run_unit_tests.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/02/22/mxt-app_1.28-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.

