Your message dated Sat, 20 Aug 2022 15:48:59 +0000
with message-id <e1opqiz-007ujt...@fasolo.debian.org>
and subject line Bug#1015126: fixed in cool-retro-term 1.2.0+ds-6
has caused the Debian Bug report #1015126,
regarding cool-retro-term: FTBFS: make[2]: *** No rule to make target 
'qml/fonts/1971-ibm-3278/3270-Regular.ttf', needed by 'qrc_resources.cpp'. Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cool-retro-term
Version: 1.2.0+ds-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

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: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;
>       |                                                                       
>                    ^~~~
> 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;
>       |                                                                       
>                    ^~~~
> 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:54:78: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    54 |         cout << "  --workdir <dir>     Change working directory to 
> 'dir'" << 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:54:78: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    54 |         cout << "  --workdir <dir>     Change working directory to 
> 'dir'" << 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: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;
>       |                                                                       
>                                                                        ^~~~
> 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: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;
>       |                                                                       
>                                                                        ^~~~
> 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:56:73: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    56 |         cout << "  -T <title>          Set window title to 'title'." 
> << 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:56:73: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    56 |         cout << "  -T <title>          Set window title to 'title'." 
> << 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:57:79: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    57 |         cout << "  --fullscreen        Run cool-retro-term in 
> fullscreen." << 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:57:79: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    57 |         cout << "  --fullscreen        Run cool-retro-term in 
> fullscreen." << 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: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;
>       |                                                                       
>                  ^~~~
> 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: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;
>       |                                                                       
>                  ^~~~
> 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:59:61: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    59 |         cout << "  -h|--help           Print this 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:59:61: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    59 |         cout << "  -h|--help           Print this 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: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;
>       |                                                                       
>                                  ^~~~
> 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: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;
>       |                                                                       
>                                  ^~~~
> 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:68:53: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    68 |         cout << "cool-retro-term " << appVersion << 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:68:53: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>    68 |         cout << "cool-retro-term " << appVersion << 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);
>       |                                                                       
>     ^~~~
> 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/1971-ibm-3278/3270-Regular.ttf', needed by 'qrc_resources.cpp'.  
> Stop.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/app'
> make[1]: *** [Makefile:91: sub-app-make_first-ordered] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/cool-retro-term_1.2.0+ds-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&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 marking 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.

--- End Message ---
--- Begin Message ---
Source: cool-retro-term
Source-Version: 1.2.0+ds-6
Done: Gürkan Myczko <t...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cool-retro-term, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1015...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gürkan Myczko <t...@debian.org> (supplier of updated cool-retro-term package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 20 Aug 2022 16:21:47 +0200
Source: cool-retro-term
Architecture: source
Version: 1.2.0+ds-6
Distribution: unstable
Urgency: medium
Maintainer: Gürkan Myczko <t...@debian.org>
Changed-By: Gürkan Myczko <t...@debian.org>
Closes: 1015126
Changes:
 cool-retro-term (1.2.0+ds-6) unstable; urgency=medium
 .
   * Apply patch to fix FTBFS. Thanks Reiner Herrmann. (Closes: #1015126)
Checksums-Sha1:
 0747bfcab86beb18fa8d3852a0268b8ed5905f47 2544 cool-retro-term_1.2.0+ds-6.dsc
 8fa5e9a63b2530f6fb9eab905b42511db676d5bf 7656 
cool-retro-term_1.2.0+ds-6.debian.tar.xz
 d6b8c45c58e4dab08ed690e5f9dceaddc4e32470 13462 
cool-retro-term_1.2.0+ds-6_source.buildinfo
Checksums-Sha256:
 6bd91137e0e02adc7a82e00f4cf7a0008f6b20fa51c899f6b7836d0f26e2633a 2544 
cool-retro-term_1.2.0+ds-6.dsc
 8692791147acda5e65edb2ec61ad55b4de07ea2fbfa18966f4408f3515fc68aa 7656 
cool-retro-term_1.2.0+ds-6.debian.tar.xz
 60faf9c700c9220506c8397a14c0792426e6102561d25f091cbd70137c63101f 13462 
cool-retro-term_1.2.0+ds-6_source.buildinfo
Files:
 f8f70cc1bb1440eaf2e73e586e2e2c4c 2544 x11 optional 
cool-retro-term_1.2.0+ds-6.dsc
 6b7371d6838dc0d3a0b9a2ac8cbdb715 7656 x11 optional 
cool-retro-term_1.2.0+ds-6.debian.tar.xz
 288007768b36b5e823d2f582ec1b95ea 13462 x11 optional 
cool-retro-term_1.2.0+ds-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmMA/8QACgkQEWhSvN91
FcBvKxAAhWjpXeSZjE8OgpbleVrTWRkD1e2uO1oILxc04SfJ3p5/3jlS8UT9/IAk
S5V+omQYB5rcExJ7ZAjJ//jzSLV4j+Mj/INVeBetc1qOlPHvMwGmY6CS/IoXz/8G
mLdnp39VOPPHTexpYgFQO1gXa1To8aw+EX/MWGUuMGkjMOndGigP8X+l31VrKbPw
6mRCHZla98fNgKS5sLyfITgLk1DHT/lzmPUCbhIHyW/8+D99HKiMk0YHE882HSt+
V3+STrXLy7n1xs1PMVSbLeUdZNnVsdLF7ZbXXVcdwI9bYo+u0sktC6hxrg10Ati+
DihkEQ9p+y5+Nr8r3bChRWVbV6IAc52L5r85hDZJ0kcQx8WoVASH19DUdpGEBZaY
CPJOmFDx/k0B4ovV1ZTJuFvxQvudTiSUNy5RuR3orc2Sdi8nOHNR/EiiC7tji2a9
7ktkq0oqq4Tl/Moqk7YsGlN2JhittGJC6ZwaYvOQtyCWZRMEOSwO04I4CNlVwGF+
xUzvWDcucnpp84QJD9SJl2KH+veIvCQHEMPPj4ZJiG4ITLnEw5MbpdSe9NyNo+Lm
Us0WbYd9LdGdKu+H2IiaXjf2QUOYjukkwtFQ80sFTXfXKvkR3C3v9ittizuX7vAm
w+VZ1nTiPEO7BGtu8IJcgIkfpYNBXHymvuxN3pfd5MrhWl6soak=
=dIgU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to