Source: cool-retro-term
Version: 1.2.0+ds2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/app'
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG 
> -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB 
> -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuickControls2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuick 
> -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/QtQmlModels 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
> main.cpp: In function ‘int main(int, char**)’:
> main.cpp:52:154: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    52 |         cout << "Usage: " << argv[0] << " [--default-settings] 
> [--workdir <dir>] [--program <prog>] [-p|--profile <prof>] [--fullscreen] 
> [-h|--help]" << endl;
>       |                                                                       
>                                                                               
>      ^~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlprivate.h:68,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtQml/qqml.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlengine.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlapplicationengine.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/QQmlApplicationEngine:1,
>                  from main.cpp:1:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:53:90: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    53 |         cout << "  --default-settings  Run cool-retro-term with the 
> default settings" << endl;
>       |                                                                       
>                    ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:54:78: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    54 |         cout << "  --workdir <dir>     Change working directory to 
> 'dir'" << endl;
>       |                                                                       
>        ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:55:142: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    55 |         cout << "  -e <cmd>            Command to execute. This 
> option will catch all following arguments, so use it as the last option." << 
> endl;
>       |                                                                       
>                                                                        ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:56:73: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    56 |         cout << "  -T <title>          Set window title to 'title'." 
> << endl;
>       |                                                                       
>   ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:57:79: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    57 |         cout << "  --fullscreen        Run cool-retro-term in 
> fullscreen." << endl;
>       |                                                                       
>         ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:58:88: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    58 |         cout << "  -p|--profile <prof> Run cool-retro-term with the 
> given profile." << endl;
>       |                                                                       
>                  ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:59:61: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    59 |         cout << "  -h|--help           Print this help." << endl;
>       |                                                             ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:60:104: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    60 |         cout << "  --verbose           Print additional information 
> such as profiles and settings." << endl;
>       |                                                                       
>                                  ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> main.cpp:68:53: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    68 |         cout << "cool-retro-term " << appVersion << endl;
>       |                                                     ^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream &endl(QTextStream &s);
>       |                                                                       
>     ^~~~
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG 
> -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB 
> -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuickControls2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuick 
> -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/QtQmlModels 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o fileio.o fileio.cpp
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG 
> -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB 
> -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuickControls2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuick 
> -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/QtQmlModels 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o monospacefontmanager.o 
> monospacefontmanager.cpp
> make[2]: *** No rule to make target 
> 'qml/fonts/1979-atari-400-800/AtariClassic-Regular.ttf', needed by 
> 'qrc_resources.cpp'.  Stop.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/app'
> make[1]: *** [Makefile:47: sub-app-make_first-ordered] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/cool-retro-term_1.2.0+ds2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to