Your message dated Wed, 05 Nov 2025 07:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1117377: fixed in sonic-visualiser 5.2.1-2
has caused the Debian Bug report #1117377,
regarding sonic-visualiser: FTBFS:
libsvcore.a.p/../../svcore/data/model/NoteModel.h:406:18: error: use of deleted
function 'std::atomic<_Tp>::atomic(const std::atomic<_Tp>&) [with _Tp = float]'
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 [email protected]
immediately.)
--
1117377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sonic-visualiser
Version: 5.2.1-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202510/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:sonic-visualiser, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
[95/622] c++ -Ilibsvcore.a.p -I. -I.. -I../bqvec -I../bqvec/
[too-long-redacted] a.p/moc_ModelDataTableModel.cpp
[96/622] c++ -Ilibsvcore.a.p -I. -I.. -I../bqvec -I../bqvec/
[too-long-redacted] libsvcore.a.p/moc_NoteModel.cpp
FAILED: libsvcore.a.p/meson-generated_moc_NoteModel.cpp.o
c++ -Ilibsvcore.a.p -I. -I.. -I../bqvec -I../bqvec/bqvec -I.
[too-long-redacted] libsvcore.a.p/moc_NoteModel.cpp
In file included from libsvcore.a.p/moc_NoteModel.cpp:9:
libsvcore.a.p/../../svcore/data/model/NoteModel.h: In member function
âvirtual void sv::NoteModel::toXml(QTextStream&, QString, QString) constâ:
libsvcore.a.p/../../svcore/data/model/NoteModel.h:406:18: error: use of deleted
function âstd::atomic<_Tp>::atomic(const std::atomic<_Tp>&) [with _Tp =
float]â
396 | QString("type=\"sparse\" dimensions=\"3\"
resolution=\"%1\" "
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
397 | "notifyOnAdd=\"%2\" dataset=\"%3\" subtype=\"%4\" "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
398 | "valueQuantization=\"%5\" minimum=\"%6\"
maximum=\"%7\" "
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
399 | "units=\"%8\" %9")
| ~~~~~~~~~~~~~~~~~~
400 | .arg(m_resolution)
| ~~~~~~~~~~~~~~~~~~
401 | .arg("true") // always true after model reaches 100% -
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402 | // subsequent events are always notified
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
403 | .arg(m_events.getExportId())
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
404 | .arg(m_subtype == FLEXI_NOTE ? "flexinote" : "note")
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
405 | .arg(m_valueQuantization)
| ~~~~~~~~~~~~~~~~~~~~~~~~~
406 | .arg(m_valueMinimum)
| ~~~~^~~~~~~~~~~~~~~~
In file included from libsvcore.a.p/../../svcore/data/model/Model.h:20,
from libsvcore.a.p/../../svcore/data/model/NoteModel.h:18:
/usr/include/c++/15/atomic:240:7: note: declared here
240 | atomic(const atomic&) = delete;
| ^~~~~~
libsvcore.a.p/../../svcore/data/model/NoteModel.h:406:18: note: use
â-fdiagnostics-all-candidatesâ to display considered candidates
396 | QString("type=\"sparse\" dimensions=\"3\"
resolution=\"%1\" "
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
397 | "notifyOnAdd=\"%2\" dataset=\"%3\" subtype=\"%4\" "
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
398 | "valueQuantization=\"%5\" minimum=\"%6\"
maximum=\"%7\" "
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
399 | "units=\"%8\" %9")
| ~~~~~~~~~~~~~~~~~~
400 | .arg(m_resolution)
| ~~~~~~~~~~~~~~~~~~
401 | .arg("true") // always true after model reaches 100% -
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402 | // subsequent events are always notified
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
403 | .arg(m_events.getExportId())
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
404 | .arg(m_subtype == FLEXI_NOTE ? "flexinote" : "note")
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
405 | .arg(m_valueQuantization)
| ~~~~~~~~~~~~~~~~~~~~~~~~~
406 | .arg(m_valueMinimum)
| ~~~~^~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/qobject.h:11,
from /usr/include/x86_64-linux-gnu/qt6/QtCore/QObject:1,
from libsvcore.a.p/../../svcore/data/model/Model.h:22:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:317:33: note: initializing
argument 1 of âQString QString::arg(T, int, int, QChar) const [with T =
std::atomic<float>; typename
std::enable_if<conjunction_v<std::disjunction<std::is_convertible<T, long long
unsigned int>, std::is_convertible<T, long long int> >,
std::negation<std::disjunction<std::is_same<typename std::remove_cv<typename
std::remove_reference<_Tp>::type>::type, _Float16>, std::is_same<typename
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>,
std::is_floating_point<_Tp> > >,
std::negation<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T,
QAnyStringView> > > >, bool>::type <anonymous> = true]â
317 | [[nodiscard]] QString arg(T a, int fieldWidth = 0, int base = 10,
| ~~^
[97/622] c++ -Ilibsvcore.a.p -I. -I.. -I../bqvec -I../bqvec/
[too-long-redacted] eSummarisableTimeValueModel.cpp
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
returned exit code 1
make: *** [debian/rules:35: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: sonic-visualiser
Source-Version: 5.2.1-2
Done: IOhannes m zmölnig (Debian/GNU) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sonic-visualiser, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated
sonic-visualiser 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 05 Nov 2025 08:22:31 +0100
Source: sonic-visualiser
Architecture: source
Version: 5.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]>
Closes: 1084921 1117377
Changes:
sonic-visualiser (5.2.1-2) unstable; urgency=medium
.
* Add patch to fix FTBFS with gcc-15 (Closes: #1117377)
* Use packaged libdataquay (Closes: #1084921)
+ Re-enable patch to use system libdataquay
+ B-D on versioned libdataquay-dev
* Drop obsolete Rules-Requires-Root stanza.
Checksums-Sha1:
61710ac5c6d775c347b0aacc1d6f7d6612317b2b 2825 sonic-visualiser_5.2.1-2.dsc
f76c60d32a9564ce37796623dbdc408fcd60ceed 26416
sonic-visualiser_5.2.1-2.debian.tar.xz
ebcde8ed1e2e540e45033d2fe4844b7b75a94299 7118752
sonic-visualiser_5.2.1-2.git.tar.xz
bc81eab06a2707faea19b7d8a8bd9687efd9a2fd 18254
sonic-visualiser_5.2.1-2_source.buildinfo
Checksums-Sha256:
bd27611645fbfc41eb5bd5a8df2bce3dc72f16b1c8fccdc5c39c6775dbb402a4 2825
sonic-visualiser_5.2.1-2.dsc
53b94d71ce616ede4fce187b595bdd89ab13e94748a01b69f2717bace4d35a99 26416
sonic-visualiser_5.2.1-2.debian.tar.xz
39104c869fe0c03a12b4c2c16ef2c40894f79ea3a211a6913bb5991e6537f6b3 7118752
sonic-visualiser_5.2.1-2.git.tar.xz
afe63c7e94d7b95e2526743e3577447fc4684a58de73a8fedf96f652e63d36ae 18254
sonic-visualiser_5.2.1-2_source.buildinfo
Files:
44377a95dcb26e99de3c0356363e2232 2825 sound optional
sonic-visualiser_5.2.1-2.dsc
ddd7e1615b3332ee48826b738042551e 26416 sound optional
sonic-visualiser_5.2.1-2.debian.tar.xz
78ebcf486f5aa551e3f642ce377819c5 7118752 sound optional
sonic-visualiser_5.2.1-2.git.tar.xz
28a77218a1aa2042214e51defb90aa78 18254 sound optional
sonic-visualiser_5.2.1-2_source.buildinfo
Git-Tag-Info: tag=cdd781924a62f2bc0d778fb32164b6051d2ebbc3
fp=7405e745574809734800156db65019c47f7a36f8
Git-Tag-Tagger: IOhannes m zmölnig (Debian/GNU) <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmkK/PQACgkQYG0ITkaD
wHlUTg//a79qIqXM0+MW51xj/KuCyJK0Ak35ZcdUK3dPkvyBHOMIs4susglOC2X3
nx2hkrbp90xi5p6Q6DIhQO3gsB0l9UZ6mTFz5zucnmV12qRGEgr64x5wlTyB+NYn
kAjIwF3xYjtCxyK9yUBgT4NORjhnfOi+/FB/1wt0yHZwm/zvoVBRkGIBixw6zlem
4cOUBi4P3Rkmsoj0x9L+iRM08fH0Q5BQEJ7yFXhGju21W70ENHNsXjPAR0I3ng8c
pHmzLDMn0ueJgpgNrGtcVMT0a4ZZXA2RC9iCbT9MdmbKlsLnm8r2e+ogX/URqYBa
vNo5DdaaK1J1tnJh6Ycarp+84qg0cKF3O3/dvIB5vkcx8KD+h06tgiLpUcVlkLYf
t4/Zb+RYyQuYL+n/re2Dl5FfbmcSGXsnPrM8NkC/2xqqFvcbJ3uGMGPogvnJICuH
e0wEu48boA/Q2CrRMuVikD1PrZXdyxewWKrcq46WwPOuEMVUCz/VeNckQxUV+ns2
IzBGLOgAMf9m6EOXhv8CgaYNAAK1k8UO7NqtaB3YdDZvWXPEYolt+Yn2SQJ6bEp7
6LHJDIQbSWulmJbU8i2nMWxI1UnTVqncbP1Bz5CO/+fZGN3d1V2snLBhnftSZr6K
b+0LW1x4HZMI7WSVstKAo3dAsRX9314gz/pVTL9ALpsYpKXTzpE=
=oUuC
-----END PGP SIGNATURE-----
pgp9GAJA72ahW.pgp
Description: PGP signature
--- End Message ---