Package: src:insighttoolkit5 Version: 5.4.5-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202603/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:insighttoolkit5, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --builddir=BUILD dh_auto_clean -O--builddir=BUILD dh_autoreconf_clean -O--builddir=BUILD debian/rules override_dh_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' # Modules/ThirdParty/pygccxml/src/pygccxml leaves build artifacts around find Modules/ThirdParty/pygccxml/src -name __pycache__ -execdir rm -r '{}' + dh_clean make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules binary dh binary --builddir=BUILD dh_update_autotools_config -O--builddir=BUILD dh_autoreconf -O--builddir=BUILD debian/rules override_dh_auto_configure-arch [... snipped ...] Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_a5b74/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_a5b74.dir/build.make CMakeFiles/cmTC_a5b74.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a5b74.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_a5b74.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[32]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[64]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_a5b74.dir/build.make:81: CMakeFiles/cmTC_a5b74.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_a5b74/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 64-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9945e/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_9945e.dir/build.make CMakeFiles/cmTC_9945e.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9945e.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_9945e.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx In file included from /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:37: /<<PKGBUILDDIR>>/BUILD/CMakeTmp/config.h:1:18: error: â__int64â was not declared in this scope 1 | #define THE_TYPE __int64 | ^~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:14: note: in expansion of macro âTHE_TYPEâ 40 | double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) | ^~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:26: error: expected primary-expression before âunsignedâ 40 | double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) | ^~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:47: error: expected primary-expression before âsignedâ 40 | double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) | ^~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:65: error: expression list treated as compound expression in initializer [-fpermissive] 40 | double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) | ^ /<<PKGBUILDDIR>>/BUILD/CMakeTmp/config.h:1:18: error: â__int64â was not declared in this scope 1 | #define THE_TYPE __int64 | ^~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:34: note: in expansion of macro âTHE_TYPEâ 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_9945e.dir/build.make:81: CMakeFiles/cmTC_9945e.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_9945e/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 32-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_54469/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_54469.dir/build.make CMakeFiles/cmTC_54469.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_54469.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_54469.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[32]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[128]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_54469.dir/build.make:81: CMakeFiles/cmTC_54469.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_54469/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 32-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_74bac/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_74bac.dir/build.make CMakeFiles/cmTC_74bac.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_74bac.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_74bac.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[32]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[64]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_74bac.dir/build.make:81: CMakeFiles/cmTC_74bac.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_74bac/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 64-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_4d6a6/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4d6a6.dir/build.make CMakeFiles/cmTC_4d6a6.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4d6a6.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_4d6a6.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[64]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[32]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_4d6a6.dir/build.make:81: CMakeFiles/cmTC_4d6a6.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_4d6a6/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 64-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_1b077/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_1b077.dir/build.make CMakeFiles/cmTC_1b077.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1b077.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_1b077.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[64]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[128]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_1b077.dir/build.make:81: CMakeFiles/cmTC_1b077.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_1b077/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_91e56/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_91e56.dir/build.make CMakeFiles/cmTC_91e56.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_91e56.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_91e56.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[96]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[32]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_91e56.dir/build.make:81: CMakeFiles/cmTC_91e56.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_91e56/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_a3c6e/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_a3c6e.dir/build.make CMakeFiles/cmTC_a3c6e.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a3c6e.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_a3c6e.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[96]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[64]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_a3c6e.dir/build.make:81: CMakeFiles/cmTC_a3c6e.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_a3c6e/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_97550/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_97550.dir/build.make CMakeFiles/cmTC_97550.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_97550.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_97550.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[96]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[128]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_97550.dir/build.make:81: CMakeFiles/cmTC_97550.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_97550/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 128-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f636f/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_f636f.dir/build.make CMakeFiles/cmTC_f636f.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f636f.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_f636f.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[128]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[32]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_f636f.dir/build.make:81: CMakeFiles/cmTC_f636f.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_f636f/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Looking for 128-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_230f8/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_230f8.dir/build.make CMakeFiles/cmTC_230f8.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_230f8.dir/vxl_platform_tests.cxx.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/BUILD/CMakeTmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wctad-maybe-unsupported -Wstrict-null-sentinel -fno-sized-deallocation -msse2 -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -fPIE -o CMakeFiles/cmTC_230f8.dir/vxl_platform_tests.cxx.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: conflicting declaration âint (* verify_size)[128]â 53 | extern int (*verify_size)[THE_SIZE]; | ^~~~~~~~~~~ /<<PKGBUILDDIR>>/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration as âint (* verify_size)[64]â 52 | extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; | ^~~~~~~~~~~ gmake[3]: *** [CMakeFiles/cmTC_230f8.dir/build.make:81: CMakeFiles/cmTC_230f8.dir/vxl_platform_tests.cxx.o] Error 1 gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: *** [Makefile:134: cmTC_230f8/fast] Error 2 gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Value of the 22nd bit of a 32-bit quiet-NaN is 1TestQnanhibit.c produced following output: Change Dir: '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_5ff4b/fast gmake[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_5ff4b.dir/build.make CMakeFiles/cmTC_5ff4b.dir/build gmake[3]: Entering directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5ff4b.dir/TestQnanhibit.c.o /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -w -fPIE -o CMakeFiles/cmTC_5ff4b.dir/TestQnanhibit.c.o -c /<<PKGBUILDDIR>>/Modules/ThirdParty/NrrdIO/src/NrrdIO/CMake/TestQnanhibit.c Linking C executable cmTC_5ff4b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ff4b.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nifti -g1 -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -Wno-strict-overflow -w -Wl,-z,relro -fPIE -pie CMakeFiles/cmTC_5ff4b.dir/TestQnanhibit.c.o -o cmTC_5ff4b gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/CMakeFiles/CMakeTmp' -DTEEM_QNANHIBIT=1 dh_auto_configure: error: cd BUILD && DEB_PYTHON_INSTALL_LAY [too-long-redacted] TRING=2 .. returned exit code 1 make[1]: *** [debian/rules:83: override_dh_auto_configure-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:78: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

