Source: flamerobin Version: 0.9.3.12-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past)
flamerobin 0.9.3.12-1 FTBFS on serveral arches (arm*, i386, mips*). Relevant log snippets: cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles/IBPP.dir/DependInfo.cmake --color= make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' make -f CMakeFiles/IBPP.dir/build.make CMakeFiles/IBPP.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' [ 0%] Building CXX object CMakeFiles/IBPP.dir/src/ibpp/_dpb.cpp.o [ 1%] Building CXX object CMakeFiles/IBPP.dir/src/ibpp/_ibpp.cpp.o /usr/bin/c++ -DFR_INSTALL_PREFIX=\"/usr\" -DIBPP_LINUX -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/<<PKGBUILDDIR>>/res -I/<<PKGBUILDDIR>>/src/ibpp -I/<<PKGBUILDDIR>>/src -isystem /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -isystem /usr/include/wx-3.2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT CMakeFiles/IBPP.dir/src/ibpp/_ibpp.cpp.o -MF CMakeFiles/IBPP.dir/src/ibpp/_ibpp.cpp.o.d -o CMakeFiles/IBPP.dir/src/ibpp/_ibpp.cpp.o -c /<<PKGBUILDDIR>>/src/ibpp/_ibpp.cpp [ 2%] Building CXX object CMakeFiles/IBPP.dir/src/ibpp/_ibs.cpp.o [ 3%] Building CXX object CMakeFiles/IBPP.dir/src/ibpp/_rb.cpp.o /usr/bin/c++ -DFR_INSTALL_PREFIX=\"/usr\" -DIBPP_LINUX -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/<<PKGBUILDDIR>>/res -I/<<PKGBUILDDIR>>/src/ibpp -I/<<PKGBUILDDIR>>/src -isystem /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -isystem /usr/include/wx-3.2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT CMakeFiles/IBPP.dir/src/ibpp/_rb.cpp.o -MF CMakeFiles/IBPP.dir/src/ibpp/_rb.cpp.o.d -o CMakeFiles/IBPP.dir/src/ibpp/_rb.cpp.o -c /<<PKGBUILDDIR>>/src/ibpp/_rb.cpp /usr/bin/c++ -DFR_INSTALL_PREFIX=\"/usr\" -DIBPP_LINUX -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/<<PKGBUILDDIR>>/res -I/<<PKGBUILDDIR>>/src/ibpp -I/<<PKGBUILDDIR>>/src -isystem /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -isystem /usr/include/wx-3.2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT CMakeFiles/IBPP.dir/src/ibpp/_dpb.cpp.o -MF CMakeFiles/IBPP.dir/src/ibpp/_dpb.cpp.o.d -o CMakeFiles/IBPP.dir/src/ibpp/_dpb.cpp.o -c /<<PKGBUILDDIR>>/src/ibpp/_dpb.cpp /usr/bin/c++ -DFR_INSTALL_PREFIX=\"/usr\" -DIBPP_LINUX -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/<<PKGBUILDDIR>>/res -I/<<PKGBUILDDIR>>/src/ibpp -I/<<PKGBUILDDIR>>/src -isystem /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -isystem /usr/include/wx-3.2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT CMakeFiles/IBPP.dir/src/ibpp/_ibs.cpp.o -MF CMakeFiles/IBPP.dir/src/ibpp/_ibs.cpp.o.d -o CMakeFiles/IBPP.dir/src/ibpp/_ibs.cpp.o -c /<<PKGBUILDDIR>>/src/ibpp/_ibs.cpp In file included from /<<PKGBUILDDIR>>/src/ibpp/ibpp.h:71, from /<<PKGBUILDDIR>>/src/ibpp/_ibpp.h:23, from /<<PKGBUILDDIR>>/src/ibpp/_rb.cpp:26: /usr/include/c++/12/decimal/decimal:39:2: error: #error This file requires compiler and library support for ISO/IEC TR 24733 that is currently not available. 39 | #error This file requires compiler and library support for ISO/IEC TR 24733 \ | ^~~~~ /usr/include/c++/12/decimal/decimal:233:5: error: decimal floating-point not supported for this target 233 | decimal32() : __val(0.e-101DF) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:319:5: error: decimal floating-point not supported for this target 319 | decimal64() : __val(0.e-398dd) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:405:5: error: decimal floating-point not supported for this target 405 | decimal128() : __val(0.e-6176DL) {} | ^~~~~~~~~~ In file included from /usr/include/c++/12/decimal/decimal:492: /usr/include/c++/12/decimal/decimal.h:127:9: error: decimal floating-point not supported for this target 127 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:131:7: error: decimal floating-point not supported for this target 131 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:145:9: error: decimal floating-point not supported for this target 145 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:149:7: error: decimal floating-point not supported for this target 149 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:163:9: error: decimal floating-point not supported for this target 163 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:167:7: error: decimal floating-point not supported for this target 167 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:181:9: error: decimal floating-point not supported for this target 181 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:185:7: error: decimal floating-point not supported for this target 185 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:199:9: error: decimal floating-point not supported for this target 199 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:203:7: error: decimal floating-point not supported for this target 203 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:217:9: error: decimal floating-point not supported for this target 217 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:221:7: error: decimal floating-point not supported for this target 221 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/src/ibpp/ibpp.h:71, from /<<PKGBUILDDIR>>/src/ibpp/_ibpp.h:23, from /<<PKGBUILDDIR>>/src/ibpp/_ibpp.cpp:24: /usr/include/c++/12/decimal/decimal:39:2: error: #error This file requires compiler and library support for ISO/IEC TR 24733 that is currently not available. 39 | #error This file requires compiler and library support for ISO/IEC TR 24733 \ | ^~~~~ /usr/include/c++/12/decimal/decimal:233:5: error: decimal floating-point not supported for this target 233 | decimal32() : __val(0.e-101DF) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:319:5: error: decimal floating-point not supported for this target 319 | decimal64() : __val(0.e-398dd) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:405:5: error: decimal floating-point not supported for this target 405 | decimal128() : __val(0.e-6176DL) {} | ^~~~~~~~~~ In file included from /usr/include/c++/12/decimal/decimal:492: /usr/include/c++/12/decimal/decimal.h:127:9: error: decimal floating-point not supported for this target 127 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:131:7: error: decimal floating-point not supported for this target 131 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:145:9: error: decimal floating-point not supported for this target 145 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:149:7: error: decimal floating-point not supported for this target 149 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:163:9: error: decimal floating-point not supported for this target 163 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:167:7: error: decimal floating-point not supported for this target 167 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:181:9: error: decimal floating-point not supported for this target 181 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:185:7: error: decimal floating-point not supported for this target 185 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:199:9: error: decimal floating-point not supported for this target 199 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:203:7: error: decimal floating-point not supported for this target 203 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:217:9: error: decimal floating-point not supported for this target 217 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:221:7: error: decimal floating-point not supported for this target 221 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/src/ibpp/ibpp.h:71, from /<<PKGBUILDDIR>>/src/ibpp/_ibpp.h:23, from /<<PKGBUILDDIR>>/src/ibpp/_dpb.cpp:27: /usr/include/c++/12/decimal/decimal:39:2: error: #error This file requires compiler and library support for ISO/IEC TR 24733 that is currently not available. 39 | #error This file requires compiler and library support for ISO/IEC TR 24733 \ | ^~~~~ /usr/include/c++/12/decimal/decimal:233:5: error: decimal floating-point not supported for this target 233 | decimal32() : __val(0.e-101DF) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:319:5: error: decimal floating-point not supported for this target 319 | decimal64() : __val(0.e-398dd) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:405:5: error: decimal floating-point not supported for this target 405 | decimal128() : __val(0.e-6176DL) {} | ^~~~~~~~~~ In file included from /usr/include/c++/12/decimal/decimal:492: /usr/include/c++/12/decimal/decimal.h:127:9: error: decimal floating-point not supported for this target 127 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:131:7: error: decimal floating-point not supported for this target 131 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:145:9: error: decimal floating-point not supported for this target 145 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:149:7: error: decimal floating-point not supported for this target 149 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:163:9: error: decimal floating-point not supported for this target 163 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:167:7: error: decimal floating-point not supported for this target 167 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:181:9: error: decimal floating-point not supported for this target 181 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:185:7: error: decimal floating-point not supported for this target 185 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:199:9: error: decimal floating-point not supported for this target 199 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:203:7: error: decimal floating-point not supported for this target 203 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:217:9: error: decimal floating-point not supported for this target 217 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/src/ibpp/ibpp.h:71, from /<<PKGBUILDDIR>>/src/ibpp/_ibpp.h:23, from /<<PKGBUILDDIR>>/src/ibpp/_ibs.cpp:23: /usr/include/c++/12/decimal/decimal:39:2: error: #error This file requires compiler and library support for ISO/IEC TR 24733 that is currently not available. 39 | #error This file requires compiler and library support for ISO/IEC TR 24733 \ | ^~~~~ /usr/include/c++/12/decimal/decimal.h:221:7: error: decimal floating-point not supported for this target 221 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal:233:5: error: decimal floating-point not supported for this target 233 | decimal32() : __val(0.e-101DF) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:319:5: error: decimal floating-point not supported for this target 319 | decimal64() : __val(0.e-398dd) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:405:5: error: decimal floating-point not supported for this target 405 | decimal128() : __val(0.e-6176DL) {} | ^~~~~~~~~~ In file included from /usr/include/c++/12/decimal/decimal:492: /usr/include/c++/12/decimal/decimal.h:127:9: error: decimal floating-point not supported for this target 127 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:131:7: error: decimal floating-point not supported for this target 131 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:145:9: error: decimal floating-point not supported for this target 145 | __multiplier = 1.E-1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:149:7: error: decimal floating-point not supported for this target 149 | __multiplier = 1.E1DF; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:163:9: error: decimal floating-point not supported for this target 163 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:167:7: error: decimal floating-point not supported for this target 167 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:181:9: error: decimal floating-point not supported for this target 181 | __multiplier = 1.E-1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:185:7: error: decimal floating-point not supported for this target 185 | __multiplier = 1.E1DD; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:199:9: error: decimal floating-point not supported for this target 199 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:203:7: error: decimal floating-point not supported for this target 203 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:217:9: error: decimal floating-point not supported for this target 217 | __multiplier = 1.E-1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal.h:221:7: error: decimal floating-point not supported for this target 221 | __multiplier = 1.E1DL; | ^~~~~~~~~~~~ /usr/include/c++/12/decimal/decimal:230:56: error: unable to emulate ‘SD’ 230 | typedef float __decfloat32 __attribute__((mode(SD))); | ^ /usr/include/c++/12/decimal/decimal:251:5: error: ‘std::decimal::decimal32::decimal32(__decfloat32)’ cannot be overloaded with ‘std::decimal::decimal32::decimal32(float)’ 251 | decimal32(__decfloat32 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:238:14: note: previous declaration ‘std::decimal::decimal32::decimal32(float)’ 238 | explicit decimal32(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:230:56: error: unable to emulate ‘SD’ 230 | typedef float __decfloat32 __attribute__((mode(SD))); | ^ /usr/include/c++/12/decimal/decimal:251:5: error: ‘std::decimal::decimal32::decimal32(__decfloat32)’ cannot be overloaded with ‘std::decimal::decimal32::decimal32(float)’ 251 | decimal32(__decfloat32 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:238:14: note: previous declaration ‘std::decimal::decimal32::decimal32(float)’ 238 | explicit decimal32(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:316:56: error: unable to emulate ‘DD’ 316 | typedef float __decfloat64 __attribute__((mode(DD))); | ^ /usr/include/c++/12/decimal/decimal:337:5: error: ‘std::decimal::decimal64::decimal64(__decfloat64)’ cannot be overloaded with ‘std::decimal::decimal64::decimal64(float)’ 337 | decimal64(__decfloat64 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:324:14: note: previous declaration ‘std::decimal::decimal64::decimal64(float)’ 324 | explicit decimal64(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:316:56: error: unable to emulate ‘DD’ 316 | typedef float __decfloat64 __attribute__((mode(DD))); | ^ /usr/include/c++/12/decimal/decimal:337:5: error: ‘std::decimal::decimal64::decimal64(__decfloat64)’ cannot be overloaded with ‘std::decimal::decimal64::decimal64(float)’ 337 | decimal64(__decfloat64 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:324:14: note: previous declaration ‘std::decimal::decimal64::decimal64(float)’ 324 | explicit decimal64(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:402:57: error: unable to emulate ‘TD’ 402 | typedef float __decfloat128 __attribute__((mode(TD))); | ^ /usr/include/c++/12/decimal/decimal:424:5: error: ‘std::decimal::decimal128::decimal128(__decfloat128)’ cannot be overloaded with ‘std::decimal::decimal128::decimal128(float)’ 424 | decimal128(__decfloat128 __z) : __val(__z) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:410:14: note: previous declaration ‘std::decimal::decimal128::decimal128(float)’ 410 | explicit decimal128(float __r) : __val(__r) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:402:57: error: unable to emulate ‘TD’ 402 | typedef float __decfloat128 __attribute__((mode(TD))); | ^ /usr/include/c++/12/decimal/decimal:424:5: error: ‘std::decimal::decimal128::decimal128(__decfloat128)’ cannot be overloaded with ‘std::decimal::decimal128::decimal128(float)’ 424 | decimal128(__decfloat128 __z) : __val(__z) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:410:14: note: previous declaration ‘std::decimal::decimal128::decimal128(float)’ 410 | explicit decimal128(float __r) : __val(__r) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:230:56: error: unable to emulate ‘SD’ 230 | typedef float __decfloat32 __attribute__((mode(SD))); | ^ /usr/include/c++/12/decimal/decimal:251:5: error: ‘std::decimal::decimal32::decimal32(__decfloat32)’ cannot be overloaded with ‘std::decimal::decimal32::decimal32(float)’ 251 | decimal32(__decfloat32 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:238:14: note: previous declaration ‘std::decimal::decimal32::decimal32(float)’ 238 | explicit decimal32(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:316:56: error: unable to emulate ‘DD’ 316 | typedef float __decfloat64 __attribute__((mode(DD))); | ^ /usr/include/c++/12/decimal/decimal:337:5: error: ‘std::decimal::decimal64::decimal64(__decfloat64)’ cannot be overloaded with ‘std::decimal::decimal64::decimal64(float)’ 337 | decimal64(__decfloat64 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:324:14: note: previous declaration ‘std::decimal::decimal64::decimal64(float)’ 324 | explicit decimal64(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:402:57: error: unable to emulate ‘TD’ 402 | typedef float __decfloat128 __attribute__((mode(TD))); | ^ /usr/include/c++/12/decimal/decimal:424:5: error: ‘std::decimal::decimal128::decimal128(__decfloat128)’ cannot be overloaded with ‘std::decimal::decimal128::decimal128(float)’ 424 | decimal128(__decfloat128 __z) : __val(__z) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:410:14: note: previous declaration ‘std::decimal::decimal128::decimal128(float)’ 410 | explicit decimal128(float __r) : __val(__r) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:230:56: error: unable to emulate ‘SD’ 230 | typedef float __decfloat32 __attribute__((mode(SD))); | ^ /usr/include/c++/12/decimal/decimal:251:5: error: ‘std::decimal::decimal32::decimal32(__decfloat32)’ cannot be overloaded with ‘std::decimal::decimal32::decimal32(float)’ 251 | decimal32(__decfloat32 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:238:14: note: previous declaration ‘std::decimal::decimal32::decimal32(float)’ 238 | explicit decimal32(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:316:56: error: unable to emulate ‘DD’ 316 | typedef float __decfloat64 __attribute__((mode(DD))); | ^ /usr/include/c++/12/decimal/decimal:337:5: error: ‘std::decimal::decimal64::decimal64(__decfloat64)’ cannot be overloaded with ‘std::decimal::decimal64::decimal64(float)’ 337 | decimal64(__decfloat64 __z) : __val(__z) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:324:14: note: previous declaration ‘std::decimal::decimal64::decimal64(float)’ 324 | explicit decimal64(float __r) : __val(__r) {} | ^~~~~~~~~ /usr/include/c++/12/decimal/decimal:402:57: error: unable to emulate ‘TD’ 402 | typedef float __decfloat128 __attribute__((mode(TD))); | ^ /usr/include/c++/12/decimal/decimal:424:5: error: ‘std::decimal::decimal128::decimal128(__decfloat128)’ cannot be overloaded with ‘std::decimal::decimal128::decimal128(float)’ 424 | decimal128(__decfloat128 __z) : __val(__z) {} | ^~~~~~~~~~ /usr/include/c++/12/decimal/decimal:410:14: note: previous declaration ‘std::decimal::decimal128::decimal128(float)’ 410 | explicit decimal128(float __r) : __val(__r) {} | ^~~~~~~~~~ make[3]: *** [CMakeFiles/IBPP.dir/build.make:93: CMakeFiles/IBPP.dir/src/ibpp/_ibpp.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [CMakeFiles/IBPP.dir/build.make:79: CMakeFiles/IBPP.dir/src/ibpp/_dpb.cpp.o] Error 1 make[3]: *** [CMakeFiles/IBPP.dir/build.make:107: CMakeFiles/IBPP.dir/src/ibpp/_ibs.cpp.o] Error 1 make[3]: *** [CMakeFiles/IBPP.dir/build.make:121: CMakeFiles/IBPP.dir/src/ibpp/_rb.cpp.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:88: CMakeFiles/IBPP.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' make[1]: *** [Makefile:139: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' dh_auto_build: error: cd obj-aarch64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:6: binary-arch] Error 25 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2