Your message dated Tue, 09 Jan 2024 09:04:03 +0000
with message-id <e1rn81j-0064z5...@fasolo.debian.org>
and subject line Bug#1042347: fixed in cool-retro-term 1.2.0+ds2-2
has caused the Debian Bug report #1042347,
regarding cool-retro-term: FTBFS: make[2]: *** No rule to make target 
'qml/fonts/1979-atari-400-800/AtariClassic-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.)


-- 
1042347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: cool-retro-term
Source-Version: 1.2.0+ds2-2
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 1042...@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: Tue, 09 Jan 2024 09:44:03 +0100
Source: cool-retro-term
Architecture: source
Version: 1.2.0+ds2-2
Distribution: unstable
Urgency: medium
Maintainer: Gürkan Myczko <t...@debian.org>
Changed-By: Gürkan Myczko <t...@debian.org>
Closes: 1042347
Changes:
 cool-retro-term (1.2.0+ds2-2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use otf file (instead of ttf) from newer versions of fonts-atarismall.
     (Closes: #1042347). Thanks Reiner Herrmann.
Checksums-Sha1:
 05daaa7ddd77a4daf58413dada8cf6ec6670259f 2481 cool-retro-term_1.2.0+ds2-2.dsc
 e5e6b98dbad2a91512fc6409e26831b3297e1517 8216 
cool-retro-term_1.2.0+ds2-2.debian.tar.xz
 44435f8a04a6ed0f7641fd11e37077cde8cc836b 12900 
cool-retro-term_1.2.0+ds2-2_source.buildinfo
Checksums-Sha256:
 fae72801c4e37029cbf22a40fcade36502b9e8151029f0d21f546e64137f1105 2481 
cool-retro-term_1.2.0+ds2-2.dsc
 8253a76af404c183b9c4ab4b06c72f35175478ca43f0142899f61480d21c3fd0 8216 
cool-retro-term_1.2.0+ds2-2.debian.tar.xz
 122830c1475844428e439ffc3a3b0860a53ce611b5308905bb9c464710d043c5 12900 
cool-retro-term_1.2.0+ds2-2_source.buildinfo
Files:
 5796dc88183886f71df077d751da1565 2481 x11 optional 
cool-retro-term_1.2.0+ds2-2.dsc
 9065ef5a1cda7506862a361d248e9ec7 8216 x11 optional 
cool-retro-term_1.2.0+ds2-2.debian.tar.xz
 a284618ab220ebd06c593a56148dc8cb 12900 x11 optional 
cool-retro-term_1.2.0+ds2-2_source.buildinfo

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

iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmWdB/oACgkQEWhSvN91
FcC8TRAAhiHIOvYAQOx1JbMYNdDO7vXApIo4sd8RN0xjU6yytJd9+iC5b3owvVoq
zO29IekyNmnsY5oAlsBW+hntKzmcJ9fZQ1S8cUUDsHKuc+RMuMeJEpqBatUrimH1
OCERuHDdCry6jHT08eqVwXk9NvESOIGicLBcBcVii8FIH0g31nvE51NQvAdxw7jZ
LgKii6yUJGCm4WKeFq/pHS/5j558On7kZvwvpLfKHRmROqih4UM6fepZ1yVLVhNv
wjEPb6TC3Khn0LUhGRCKBe39VqAGgb1uwlktEg6ouV0dhN5OjBOer6uj7aholVu3
hw/mhOIMoWbTf5iS9zpNW2pQdVZFr+GMswwQWKfNakeNaIMjUkqPTry94b5MxM4o
JD5fDKaD2+p288X8yHfZCXkNzH+8xQ+3YJvKON484ZidPxicd+hI0WG0GaC+yiUZ
v9u7M6s5BJ1d+aRgjXpta32NqMd3coNtL/esnrixARGKkQEESCYcS9OYhJVlAPWq
3xI9Rxq1KtmNBVtUyZXoltCeyZGZY6WZmBsVCCwMxQsVG9hTexTQWwkvp5jq3cyc
4dFMVMOggcOlbmmcVR8j8H0lC5qY72tw2cTGbO3bMhbTwtxHV1DYdaXHO/E3TgzL
F7lKjXqaFGdlraY9C9e6Y7bQHvKwYYMILnekr8IbRA0baXp1QrQ=
=QkVP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to