Your message dated Thu, 23 Aug 2018 22:05:15 +0000
with message-id <[email protected]>
and subject line Bug#896457: fixed in mixxx 2.1.3~dfsg-1
has caused the Debian Bug report #896457,
regarding mixxx FTBFS with Qt 5.10
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.)
--
896457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896457
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mixxx
Version: 2.0.0~dfsg-9
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mixxx.html
...
In file included from lib/fidlib-0.9.10/fidlib.c:2297:0:
lib/fidlib-0.9.10/fidrf_cmdlist.h: In function 'fid_run_new':
lib/fidlib-0.9.10/fidrf_cmdlist.h:298:27: warning: 'adj' may be used
uninitialized in this function [-Wmaybe-uninitialized]
*dp++= iir[--cnt] * adj; a++;
~~~~~~~~~~~^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QChar QStringView::operator[](qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:222:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n < size()), QChar(m_data[n]); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QStringView QStringView::mid(qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:236:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(pos >= 0), Q_ASSERT(pos <= size()), QStringView(m_data +
pos, m_size - pos); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QStringView QStringView::mid(qsizetype, qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:238:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(pos >= 0), Q_ASSERT(n >= 0), Q_ASSERT(pos + n <=
size()), QStringView(m_data + pos, n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QStringView QStringView::left(qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:240:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QStringView(m_data, n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QStringView QStringView::right(qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:242:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QStringView(m_data +
m_size - n, n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QStringView QStringView::chopped(qsizetype) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:244:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QStringView(m_data,
m_size - n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr void QStringView::truncate(qsizetype)':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:247:7: note: in
expansion of macro 'Q_ASSERT'
{ Q_ASSERT(n >= 0); Q_ASSERT(n <= size()); m_size = n; }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr void QStringView::chop(qsizetype)':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:249:7: note: in
expansion of macro 'Q_ASSERT'
{ Q_ASSERT(n >= 0); Q_ASSERT(n <= size()); m_size -= n; }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QChar QStringView::front() const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:282:69: note: in
expansion of macro 'Q_ASSERT'
Q_REQUIRED_RESULT Q_DECL_CONSTEXPR QChar front() const { return
Q_ASSERT(!empty()), QChar(m_data[0]); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr QChar QStringView::back() const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:283:69: note: in
expansion of macro 'Q_ASSERT'
Q_REQUIRED_RESULT Q_DECL_CONSTEXPR QChar back() const { return
Q_ASSERT(!empty()), QChar(m_data[m_size - 1]); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h: In member function
'constexpr int QStringView::length() const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h:291:14: note: in
expansion of macro 'Q_ASSERT'
{ return Q_ASSERT(int(size()) == size()), int(size()); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1Char QLatin1String::at(int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:109:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(i >= 0), Q_ASSERT(i < size()), QLatin1Char(m_data[i]); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1String QLatin1String::mid(int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:155:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(pos >= 0), Q_ASSERT(pos <= size()), QLatin1String(m_data
+ pos, m_size - pos); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1String QLatin1String::mid(int, int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:157:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(pos >= 0), Q_ASSERT(n >= 0), Q_ASSERT(pos + n <=
size()), QLatin1String(m_data + pos, n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1String QLatin1String::left(int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:159:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QLatin1String(m_data,
n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1String QLatin1String::right(int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:161:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QLatin1String(m_data +
m_size - n, n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr QLatin1String QLatin1String::chopped(int) const':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:163:14: note: in expansion
of macro 'Q_ASSERT'
{ return Q_ASSERT(n >= 0), Q_ASSERT(n <= size()), QLatin1String(m_data,
m_size - n); }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr void QLatin1String::chop(int)':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:166:7: note: in expansion of
macro 'Q_ASSERT'
{ Q_ASSERT(n >= 0); Q_ASSERT(n <= size()); m_size -= n; }
^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h: In member function
'constexpr void QLatin1String::truncate(int)':
<command-line>:0:20: error: call to non-constexpr function 'void qt_noop()'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:168:7: note: in expansion of
macro 'Q_ASSERT'
{ Q_ASSERT(n >= 0); Q_ASSERT(n <= size()); m_size = n; }
^~~~~~~~
...
--- End Message ---
--- Begin Message ---
Source: mixxx
Source-Version: 2.1.3~dfsg-1
We believe that the bug you reported is fixed in the latest version of
mixxx, 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.
Matteo F. Vescovi <[email protected]> (supplier of updated mixxx 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: Thu, 23 Aug 2018 23:41:01 +0200
Source: mixxx
Binary: mixxx mixxx-data
Architecture: source
Version: 2.1.3~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Matteo F. Vescovi <[email protected]>
Description:
mixxx - Digital Disc Jockey Interface
mixxx-data - Digital Disc Jockey Interface -- data files
Closes: 896457 897150
Changes:
mixxx (2.1.3~dfsg-1) unstable; urgency=medium
.
[ Felipe Sateler ]
* Change maintainer address to [email protected]
.
[ Matteo F. Vescovi ]
* New upstream release (Closes: #896457, #897150)
* debian/patches/: patchset reworked
All patches have been merged upstream, except for
those Debian-specific.
* debian/control: S-V bump 4.1.3 -> 4.2.0 (no changes needed)
* debian/control: newly needed build-dependencies added
* debian/control: bump soundtouch version to 2.0.0
* debian/control: gir1.2-rsvg-2.0 b-dep added
* debian/rules: obsolete '--parallel' parameter dropped
* debian/copyright: entries fixed and updated
* debian/copyright: CC BY-SA license updated
* debian/copyright: add build/debian to Files-Excluded
Checksums-Sha1:
f7422b1c1ffd3ce640da273cf46de54ea3c42972 2935 mixxx_2.1.3~dfsg-1.dsc
f9edb18745011ba34de8e8a117234df3ecb21122 30902103 mixxx_2.1.3~dfsg.orig.tar.gz
8ebc82d879cbb8935c31245566996be31d5e8218 20084 mixxx_2.1.3~dfsg-1.debian.tar.xz
5cc7b9ba4c514af85b6508b0d6f973e4208b3fe7 7697
mixxx_2.1.3~dfsg-1_source.buildinfo
Checksums-Sha256:
321a54fc0544f43b141c3eda64fc21cfe7ea0270d56c7a4545a5e1dba00eec76 2935
mixxx_2.1.3~dfsg-1.dsc
e6f189929d12a9cb3132dff1dc114efffe1538ee5390ce43f5ae2be2fd515a67 30902103
mixxx_2.1.3~dfsg.orig.tar.gz
802a4a6ab07f871b1b3372149e3ff41a939114061ee63eb06422834f8835875b 20084
mixxx_2.1.3~dfsg-1.debian.tar.xz
e035fb696b8af9105cce37a6f7e660044c4414c9b4cd3d35d9e414a1c066ed56 7697
mixxx_2.1.3~dfsg-1_source.buildinfo
Files:
a3b2d6d12ec93393a4371d9aea9ceaea 2935 sound optional mixxx_2.1.3~dfsg-1.dsc
73466bb0372269381aedffde193428ae 30902103 sound optional
mixxx_2.1.3~dfsg.orig.tar.gz
1c6eede83c45c26bbc2bf0ba60482a84 20084 sound optional
mixxx_2.1.3~dfsg-1.debian.tar.xz
304d2a5674ea33ae9dd47f9b72061503 7697 sound optional
mixxx_2.1.3~dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
Comment: Debian powered!
iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAlt/KhBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz
REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N
zVqC4RAAo+KhPRgG+dMcRrryW4PfPAi/XfAZQYIWsEAAj1OiNc7FrNuW3oJmZdiM
xri5pRQnbk7vpdZ+yQce5EbJ7VRxmwSkW9QOM9K/jVeb8f+QWZxnigadni5Z6VpN
G1/ROsxnuXXLjHckpsI/toafLV0Gww4MsAYiowQOprOLxtxltYdovdUW+whGDLtK
DQnykJq6kFR0o8pwFDNS8/NMPrdK6RlEsSRVigyoIaJoJiUSywPRFyFjIlbOZ63s
EVAJTt/a3btH32/jGvHwpP7kqtEKJlkOtZXUkKlNi9qBirLl7XgqNtqGMzCZY1pL
7wVCHowJwky9+xVKgepSHd5f/kPujBvkzOUeKUKuiQ7nG4P5U9uVKluDrLx4vJGw
YnYvl7/hV+Yao11nOx88+X9NrxuH/D6kW9uwCc9xj+QxxnMQ1xzx17v+FHNyoHRY
46Y1RXGkld4JftpfphgiLxenVW7feJnzjdd1IurkFJ37sH+nOgiqJ1UJmTZSXdPD
jbkfZhIZKLuGlUtcinOEi0aaLTmv/gexbaXoVdcKhvzL+VlmNOlZGhc1TfBsV3/T
aRD9twVeMSkB96wsv7LDBT8ejoNbwYh1kbJG95OYhpnapaLH+nzs/msts5E9Gym1
dAAhC/glTxMAd/3MXMR9gGj/HqOoRuoXIo6+aE4nNSYEVNibO+s=
=eUsJ
-----END PGP SIGNATURE-----
--- End Message ---