Source: zint Version: 2.9.0-1 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): > /usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic > CMakeFiles/zint_frontend.dir/main.c.o -o zint > -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/backend: > ../backend/libzint.so.2.9.0 -lpng -lz -lm > make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > [ 69%] Built target zint_frontend > /<<PKGBUILDDIR>>/backend_qt/qzint.cpp: In member function ‘void > Zint::QZint::render(QPainter&, const QRectF&, Zint::QZint::AspectRatioMode)’: > /<<PKGBUILDDIR>>/backend_qt/qzint.cpp:374:26: error: aggregate ‘QPainterPath > pt’ has incomplete type and cannot be defined > 374 | QPainterPath pt; > | ^~ > /<<PKGBUILDDIR>>/backend_qt/qzint.cpp:413:45: warning: ‘int > QFontMetrics::width(const QString&, int) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 413 | int width = fm.width(content, -1); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:59, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPainter:1, > from /<<PKGBUILDDIR>>/backend_qt/qzint.h:21, > from /<<PKGBUILDDIR>>/backend_qt/qzint.cpp:19: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared > here > 106 | int width(const QString &, int len = -1) const; > | ^~~~~ > make[3]: *** [backend_qt/CMakeFiles/QZint.dir/build.make:85: > backend_qt/CMakeFiles/QZint.dir/qzint.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/zint_2.9.0-1_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.