Your message dated Wed, 03 Nov 2021 21:49:41 +0000
with message-id <e1mio8b-000709...@fasolo.debian.org>
and subject line Bug#984280: fixed in oscar 1.3.0-1
has caused the Debian Bug report #984280,
regarding oscar: ftbfs with GCC-11
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.)
--
984280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984280
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:oscar
Version: 1.2.0-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/oscar_1.2.0-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:8996:91: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
8996 | qWarning() << chunk->m_path << "@" << chunk->m_filepos <<
"block CRC calc" << hex << chunk->calcCrc << "!= stored" << hex <<
chunk->storedCrc;
|
^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:8996:131: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
8996 | qWarning() << chunk->m_path << "@" << chunk->m_filepos <<
"block CRC calc" << hex << chunk->calcCrc << "!= stored" << hex <<
chunk->storedCrc;
|
^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:8996:131: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
8996 | qWarning() << chunk->m_path << "@" << chunk->m_filepos <<
"block CRC calc" << hex << chunk->calcCrc << "!= stored" << hex <<
chunk->storedCrc;
|
^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp: In member function ‘bool
PRS1DataChunk::ReadHeader(QFile&)’:
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:9044:50: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
9044 | qWarning() << this->m_path << "@" << hex << this->m_filepos
<< "blocksize 0, skipping remainder of file";
| ^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:9044:50: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
9044 | qWarning() << this->m_path << "@" << hex << this->m_filepos
<< "blocksize 0, skipping remainder of file";
| ^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:9049:54: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
9049 | qWarning() << this->m_path << "@" << hex <<
this->m_filepos << "corrupt PRS1 header, skipping remainder of file";
| ^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:9049:54: warning:
‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use
Qt::hex [-Wdeprecated-declarations]
9049 | qWarning() << this->m_path << "@" << hex <<
this->m_filepos << "corrupt PRS1 header, skipping remainder of file";
| ^~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
from ../../oscar/SleepLib/loader_plugins/prs1_loader.cpp:17:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:277:74: note: declared
here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream
&hex(QTextStream &s);
|
^~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/_build/oscar'
make[1]: *** [Makefile:47: sub-oscar-make_first-ordered] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/_build'
dh_auto_build: error: cd _build && make -j4 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: oscar
Source-Version: 1.3.0-1
Done: Étienne Mollier <emoll...@debian.org>
We believe that the bug you reported is fixed in the latest version of
oscar, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated oscar 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: Wed, 03 Nov 2021 21:48:22 +0100
Source: oscar
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 984280
Changes:
oscar (1.3.0-1) unstable; urgency=medium
.
* Team upload.
* New upstream version (Closes: #984280)
* Standards-Version: 4.6.0 (routine-update)
* Add salsa-ci file (routine-update)
* No tab in license text (routine-update)
* d/copyright: bump year
Checksums-Sha1:
8aa067e318c73361143f08acdb656d374af7a9eb 2044 oscar_1.3.0-1.dsc
7d1b5f29e665083048b22afc3c63f695c79108b5 6413602 oscar_1.3.0.orig.tar.bz2
ee0852e7f0e93c77285c6c155735559652bb7b45 4720 oscar_1.3.0-1.debian.tar.xz
1026a4dbddd3429196de7979d264faa855c47082 10965 oscar_1.3.0-1_amd64.buildinfo
Checksums-Sha256:
f43399cafabc2f6fdf2c7ea54eb10d7f54d9c64b24997428822c543f46f42f1b 2044
oscar_1.3.0-1.dsc
57adc7e178cb6ca58f8ffeb17d75b78a84e594122ad91c321b8b3644a68ab5b6 6413602
oscar_1.3.0.orig.tar.bz2
d80ec3d9087f249b6b1ad6ef34068cb6583a097331d98cd0b6a17d6ec0cc4582 4720
oscar_1.3.0-1.debian.tar.xz
2c69cb9deebcfcc6675ae21c9bf6a10144903995691975542618a31f31ac0609 10965
oscar_1.3.0-1_amd64.buildinfo
Files:
98c8d9368cc6cfd748c345887cc41597 2044 science optional oscar_1.3.0-1.dsc
4e82e538f8a4a51fd06ac8b53919b17b 6413602 science optional
oscar_1.3.0.orig.tar.bz2
ea93840ba3c37f583a7a6cada293f87e 4720 science optional
oscar_1.3.0-1.debian.tar.xz
aaf593f11213244079098643edf12043 10965 science optional
oscar_1.3.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmGC+VAUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqItg/7B29CAlh3nR/E7juo1I/lamTHqnFh
gNfEChkJ6xCbH8XlKApwxDjg60S5TmHEeAs/UpdNU7fccfUm5mx7vi0QjDQRGo0K
895l+IUkjw/dPDfRwQoyNfAq0uZVj+0z1zdlhX1a7H8mnJdepHCAgrJz7VMEoCAt
9XVRZee39zCy6A6YokK2ywVHCuC9ISAaiOisWMLw/lF5pEZxcvzdb06p6KsI7T2O
leiTKqoPQ+I5f4XrysHebOYo5ODABsTbWmtSlZQpkTTuTbRlVJztBDDjaVa/9Fi0
hQXY//EV03aWvtXg7aXR/8+KDRZMDNpcEfrG8GGEitGJPm+YAZENXwMY6Z0DtQNT
ei+K/0VFpM7YwJt5ft9aFpUWHAt94PtzqtY4TJIPLBopCGvs5FezarS6mXR7FSIA
V5IbWeN2N9dNHOE0CCbG1v4XAv9JFaMHB1L+2pr7rf/vXE6OxiJpytu+I8PkRlzp
FLPZFMismtJf3v5ed2gzkM0xzlYTcjTSq5eJicnen6RvxmMruR+TUJJ+Txh+Bmuc
e9uFv38RDjYmB//Bro08jDxeBRx6Eaq9oQKg0pZsg/lzaMEBqSJHANaUgbTNwJR2
jpCOe09933GXtfm3AbFoKgF9hpEcud/tRjXuZXQdLmyCMPqLo+yXd2vQBRkFrTU6
7VB50MSrwApzfDI=
=AL8M
-----END PGP SIGNATURE-----
--- End Message ---