https://bugs.kde.org/show_bug.cgi?id=498990
Bug ID: 498990 Summary: calligra 24.12.1 fails to build on armhf with error: ‘Calligra::Sheets::Value::Value(int)’ cannot be overloaded with ‘Calligra::Sheets::Value::Value(qsizetype)’ Classification: Applications Product: calligracommon Version: 24.12.0 Platform: Ubuntu OS: Linux Status: REPORTED Severity: grave Priority: NOR Component: general Assignee: calligra-bugs-n...@kde.org Reporter: rikmi...@kde.org Target Milestone: --- In preparing calligra 24.12.1 for upload to the Ubuntu main archive, on armhf (32bit) ONLY the build fails with the error below. The build succeeds on all other supported architectures (note we do not build on i386). This is critical, as calligra needs to be updated in Ubuntu or be removed from the archive due to ongoing transitions. This build failure blocks doing the update. It is also anticipated that the same situation will occur in Debian. https://launchpadlibrarian.net/771912348/buildlog_ubuntu-plucky-armhf.calligra_1%3A24.12.1-0ubuntu1~ubuntu25.04~ppa5_BUILDING.txt.gz In file included from /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/EWIEGA46WW/../../../../../sheets/engine/Validity.h:25, from /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/EWIEGA46WW/../../../../../sheets/engine/ValidityStorage.h:11, from /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/EWIEGA46WW/moc_ValidityStorage.cpp:9, from /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/mocs_compilation.cpp:8: /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/EWIEGA46WW/../../../../../sheets/engine/Value.h:112:14: error: ‘Calligra::Sheets::Value::Value(int)’ cannot be overloaded with ‘Calligra::Sheets::Value::Value(qsizetype)’ 112 | explicit Value(int i); | ^~~~~ /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/sheets/engine/calligrasheetsengine_autogen/EWIEGA46WW/../../../../../sheets/engine/Value.h:106:14: note: previous declaration ‘Calligra::Sheets::Value::Value(qsizetype)’ 106 | explicit Value(qsizetype i); | ^~~~~ SOFTWARE/OS VERSIONS Linux: Ubuntu 25.04 GCC: 14.2.0 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 -- You are receiving this mail because: You are watching all bug changes.