Your message dated Mon, 31 Mar 2025 18:38:50 +0000
with message-id <e1tzk26-000ma2...@fasolo.debian.org>
and subject line Bug#1099826: fixed in obs-ashmanix-countdown 2.0.10-1
has caused the Debian Bug report #1099826,
regarding FTBFS: error: ‘void QCheckBox::stateChanged(int)’ is deprecated
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.)
--
1099826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: obs-ashmanix-countdown
Version: 1.2.0-2
Severity: serious
Tags: ftbfs upstream
Justification: FTBFS
X-Debbugs-Cc: theashma...@gmail.com, em...@ashmanix.com
The package FTBFS (fails to build from source). See below.
[ 90%] Building CXX object
CMakeFiles/ashmanix-countdown.dir/src/utils/obs-utils.cpp.o
/usr/bin/c++ -DHAVE_OBSCONFIG_H -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG
-DQT_WIDGETS_LIB -DSIMDE_ENABLE_OPENMP -Dashmanix_countdown_EXPORTS
-I/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu
-I/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown
-I/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu/ashmanix-countdown_autogen/include
-I/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/lib
-I/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src -isystem
/usr/include/obs -isystem /usr/include/x86_64-linux-gnu/qt6/QtCore -isystem
/usr/include/x86_64-linux-gnu/qt6 -isystem
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem
/usr/include/x86_64-linux-gnu/qt6/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt6/QtGui -g -O2
-ffile-prefix-map=/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
-fdiagnostics-color=always -fopenmp-simd -fno-strict-aliasing
-Wdeprecated-declarations -Wempty-body -Wenum-conversion -Werror=return-type
-Wextra -Wformat -Wformat-security -Wno-conversion -Wno-float-conversion
-Wno-implicit-fallthrough -Wno-missing-braces -Wno-missing-field-initializers
-Wno-shadow -Wno-sign-conversion -Wno-trigraphs -Wno-unknown-pragmas
-Wno-unused-function -Wno-unused-label -Wparentheses -Wshadow -Wuninitialized
-Wunreachable-code -Wunused-parameter -Wunused-value -Wunused-variable -Wvla
-Wconversion -Wfloat-conversion -Winvalid-offsetof -Wno-overloaded-virtual
-Wno-error=maybe-uninitialized -Winfinite-recursion -mmmx -msse -msse2 -Werror
-MD -MT CMakeFiles/ashmanix-countdown.dir/src/utils/obs-utils.cpp.o -MF
CMakeFiles/ashmanix-countdown.dir/src/utils/obs-utils.cpp.o.d -o
CMakeFiles/ashmanix-countdown.dir/src/utils/obs-utils.cpp.o -c
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/utils/obs-utils.cpp
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:
In member function ‘void SettingsDialog::ConnectUISignalHandlers()’:
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:135:70:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
135 | QObject::connect(ui->startOnStreamStartCheckBox,
&QCheckBox::stateChanged, this,
|
^~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt6/QtWidgets/QCheckBox:1,
from
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu/ashmanix-countdown_autogen/include/../ui/ui_SettingsDialog.h:15,
from
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.hpp:14,
from
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:1:
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:138:63:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
138 | QObject::connect(ui->switchSceneCheckBox,
&QCheckBox::stateChanged, this,
|
^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:144:62:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
144 | QObject::connect(ui->endMessageCheckBox,
&QCheckBox::stateChanged, this,
|
^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:147:64:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
147 | QObject::connect(ui->formatOutputCheckBox,
&QCheckBox::stateChanged, this,
|
^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:154:56:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
154 | QObject::connect(ui->daysCheckBox, &QCheckBox::stateChanged,
this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:156:57:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
156 | QObject::connect(ui->hoursCheckBox, &QCheckBox::stateChanged,
this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:158:59:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
158 | QObject::connect(ui->minutesCheckBox, &QCheckBox::stateChanged,
this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:160:59:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
160 | QObject::connect(ui->secondsCheckBox, &QCheckBox::stateChanged,
this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:162:60:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
162 | QObject::connect(ui->leadZeroCheckBox,
&QCheckBox::stateChanged, this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:164:59:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
164 | QObject::connect(ui->countUpCheckBox, &QCheckBox::stateChanged,
this, &SettingsDialog::FormChangeDetected);
| ^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/src/widgets/settings-dialog.cpp:166:69:
error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use
checkStateChanged() instead [-Werror=deprecated-declarations]
166 | QObject::connect(ui->smoothPeriodTimerCheckBox,
&QCheckBox::stateChanged, this,
|
^~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qcheckbox.h:41:10: note: declared
here
41 | void stateChanged(int);
| ^~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/ashmanix-countdown.dir/build.make:138:
CMakeFiles/ashmanix-countdown.dir/src/widgets/settings-dialog.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:129: CMakeFiles/ashmanix-countdown.dir/all]
Error 2
make[2]: Leaving directory
'/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory
'/PKGS/obs-ashmanix-countdown/obs-ashmanix-countdown/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j16 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1184:
dpkg-buildpackage -us -uc -ui failed
Eriberto
--- End Message ---
--- Begin Message ---
Source: obs-ashmanix-countdown
Source-Version: 2.0.10-1
Done: Joao Eriberto Mota Filho <eribe...@debian.org>
We believe that the bug you reported is fixed in the latest version of
obs-ashmanix-countdown, 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 1099...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated
obs-ashmanix-countdown 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: SHA512
Format: 1.8
Date: Mon, 31 Mar 2025 14:54:08 -0300
Source: obs-ashmanix-countdown
Architecture: source
Version: 2.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Joao Eriberto Mota Filho <eribe...@debian.org>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Closes: 1099826
Changes:
obs-ashmanix-countdown (2.0.10-1) unstable; urgency=medium
.
* New upstream version 2.0.10. (Closes: #1099826)
* debian/patches/010_change-project-name.patch: updated to make it compliant
with the new upstream release.
* debian/rules: removed no longer needed --compile-no-warning-as-error
because the upstream fixed the source code. Thanks!
Checksums-Sha1:
8283deff362b71e9b85b7c075fbe2428b2851d6d 2119
obs-ashmanix-countdown_2.0.10-1.dsc
b0b3b917793a9ba5559798c233576b34a1272fdf 708239
obs-ashmanix-countdown_2.0.10.orig.tar.gz
c06a2ccf205fe80e6a8b85c940ce9fd3193d7d34 4384
obs-ashmanix-countdown_2.0.10-1.debian.tar.xz
d514bb0f2bec7269ace77a73bcd2d9320c4953a4 13755
obs-ashmanix-countdown_2.0.10-1_source.buildinfo
Checksums-Sha256:
bf110395c4fb1dc2b1807664cb344ef135e02ca7ee815d47fe5523ea7bd33ced 2119
obs-ashmanix-countdown_2.0.10-1.dsc
2147422fc57ba12995ddfb426101e7b035c69c67c885eaffc207d6570cc2aa10 708239
obs-ashmanix-countdown_2.0.10.orig.tar.gz
36a5bacbe2d3649a3aa38d7663e0fb90aff9f147428e5765c8b2fceb52adf95e 4384
obs-ashmanix-countdown_2.0.10-1.debian.tar.xz
9e44fa0998ad2fea021d7d47d1143d5d23cf3454d9d73d043f80885fd762b6e5 13755
obs-ashmanix-countdown_2.0.10-1_source.buildinfo
Files:
ebb2fa96ae34dc20d29d5334d103d362 2119 video optional
obs-ashmanix-countdown_2.0.10-1.dsc
c425c5bdd4deaca21044eca512c4dcbb 708239 video optional
obs-ashmanix-countdown_2.0.10.orig.tar.gz
3af408714851b16edd79dbd48b99c984 4384 video optional
obs-ashmanix-countdown_2.0.10-1.debian.tar.xz
75eb843c1592d5c255823fdb819e17b9 13755 video optional
obs-ashmanix-countdown_2.0.10-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmfq3IIACgkQ3mO5xwTr
6e8yyBAAqEsl6MNYRv9EY0wKScd6OZJoYU6iDcIQAAZhPNYbQaA+gFbIaI3Vd2+P
5zWF36WJwnjv4GnSFEv7cz3CtZRrWfpvCZEjK1gF7oQHorkzLKIrBd9l/NSPtT9B
qxO1V0q19EwStukAOITRj4zQ3ILrq1k0Ra8mMprH0BFdaCwyBYy/6G5z/Q6/eBhE
tfDJHx77Cx7Y7nCxqsh7iUYBcm9Uhk6mUdjsSAdV8MEHZIDksfofxNvaZgGkBBEr
Um9BQIUX8Gocm8DZypXPtg2qWp/PpkkJVrH/gHmY8rxVrrZS3IRaA2EUZOhTLOb2
ftnAf+EPHanxzxuZESo38xD1REfmYJKJlAdLp8cJ4uZWIgOt6hzD11DkX9zRcWy/
MWsVP63Me8nQm2zX5cEVjNUFEsiXoHXRoxXFx/blj4MlfLPXg8geohH3ZZip8vdZ
Ymj5mm7SfRCdP2iX7lNX96FH/bZteMcHuqBETP1JI6Fup4zp3S0DgoJdD9dVue03
WenbL/3Y7iKov0NgpV5H+clIWIWs5S80ttzgS5BhFEM7hzGKOmm7yzJNwl6Frzz+
gUAYgFkBRE7cPyly0ZrLymIPd7c51yPLsrVj/yqWvjVwqtpcpIwqpCtLRI4QNkbF
hJTnuPJqm/1wCsnw0qc6/cNrppPAiIWCnv7HhhCHU5KiYjKhFdQ=
=4o/e
-----END PGP SIGNATURE-----
pgpH6Y3BDz5xY.pgp
Description: PGP signature
--- End Message ---