Bug#1117377: 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]'
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
--------------------------------------------------------------------------------
Reply to: