Source: structure-synth Version: 1.5.0-6 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201119 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > g++ -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -DDATADIR=\"/usr/share/structure-synth\" -I. -I. > -I/usr/include/x86_64-linux-gnu/qt5 > -I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL > -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets > -I/usr/include/x86_64-linux-gnu/qt5/QtGui > -I/usr/include/x86_64-linux-gnu/qt5/QtXml > -I/usr/include/x86_64-linux-gnu/qt5/QtScript > -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o AtomicCounter.o > SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp > In file included from SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp:1: > SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:28:35: error: ‘ULONG_MAX’ was > not declared in this scope > 28 | bool wait(unsigned long time = ULONG_MAX) { wcm.lock(); bool w = > wc.wait(&wcm,time); wcm.unlock(); return w; } > | ^~~~~~~~~ > SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:5:1: note: ‘ULONG_MAX’ is > defined in header ‘<climits>’; did you forget to ‘#include <climits>’? > 4 | #include <QWaitCondition> > +++ |+#include <climits> > 5 | > make[1]: *** [Makefile:1317: AtomicCounter.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/structure-synth_1.5.0-6_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.