Your message dated Mon, 11 Oct 2021 01:03:52 +0000
with message-id <[email protected]>
and subject line Bug#984054: fixed in evolvotron 0.7.1-5
has caused the Debian Bug report #984054,
regarding evolvotron: 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 [email protected]
immediately.)
--
984054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:evolvotron
Version: 0.7.1-4
Severity: normal
Tags: sid bookworm
User: [email protected]
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/evolvotron_0.7.1-4_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.
[...]
from mutatable_image_display.cpp:24:
../libfunction/xyz.h:83:3: note: because ‘XYZ’ has user-provided
‘XYZ::XYZ(const XYZ&)’
83 | XYZ(const XYZ& v)
| ^~~
In file included from transform_factory.h:31,
from evolvotron_main.h:30,
from mutatable_image_display.cpp:27:
../libfunction/transform.h: In member function ‘void Transform::basis_z(const
XYZ&)’:
../libfunction/transform.h:85:17: warning: implicitly-declared ‘constexpr XYZ&
XYZ::operator=(const XYZ&)’ is deprecated [-Wdeprecated-copy]
85 | _basis_z=z;
| ^
In file included from mutatable_image.h:29,
from mutatable_image_display.h:29,
from mutatable_image_display.cpp:24:
../libfunction/xyz.h:83:3: note: because ‘XYZ’ has user-provided
‘XYZ::XYZ(const XYZ&)’
83 | XYZ(const XYZ& v)
| ^~~
mutatable_image_display.cpp: In member function ‘virtual void
MutatableImageDisplay::mousePressEvent(QMouseEvent*)’:
mutatable_image_display.cpp:505:33: warning: ‘Qt::MidButton’ is deprecated:
MidButton is deprecated. Use MiddleButton instead [-Wdeprecated-declarations]
505 | else if (event->button()==Qt::MidButton)
| ^~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
from
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:6,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXmlDepends:3,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXml:3,
from common.h:34,
from mutatable_image_display.h:27,
from mutatable_image_display.cpp:24:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:132:9: note: declared here
132 | MidButton Q_DECL_ENUMERATOR_DEPRECATED_X("MidButton is
deprecated. Use MiddleButton instead") = MiddleButton,
| ^~~~~~~~~
mutatable_image_display.cpp: In member function ‘virtual void
MutatableImageDisplay::mouseMoveEvent(QMouseEvent*)’:
mutatable_image_display.cpp:525:28: warning: ‘Qt::MidButton’ is deprecated:
MidButton is deprecated. Use MiddleButton instead [-Wdeprecated-declarations]
525 | if (event->buttons()&Qt::MidButton)
| ^~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
from
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:6,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXmlDepends:3,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXml:3,
from common.h:34,
from mutatable_image_display.h:27,
from mutatable_image_display.cpp:24:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:132:9: note: declared here
132 | MidButton Q_DECL_ENUMERATOR_DEPRECATED_X("MidButton is
deprecated. Use MiddleButton instead") = MiddleButton,
| ^~~~~~~~~
mutatable_image_display.cpp: In member function ‘void
MutatableImageDisplay::menupick_save_image()’:
mutatable_image_display.cpp:801:53: warning: ‘QString& QString::sprintf(const
char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead
[-Wdeprecated-declarations]
801 | frame_component.sprintf(".f%06d",f);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
from
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:6,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXmlDepends:3,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QtXml:3,
from common.h:34,
from mutatable_image_display.h:27,
from mutatable_image_display.cpp:24:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:393:14: note: declared here
393 | QString &sprintf(const char *format, ...)
Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
| ^~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libevolvotron'
make[1]: *** [Makefile:94: sub-libevolvotron-make_first-ordered] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: evolvotron
Source-Version: 0.7.1-5
Done: Axel Beckert <[email protected]>
We believe that the bug you reported is fixed in the latest version of
evolvotron, 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.
Axel Beckert <[email protected]> (supplier of updated evolvotron 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: Mon, 11 Oct 2021 02:43:28 +0200
Source: evolvotron
Architecture: source
Version: 0.7.1-5
Distribution: unstable
Urgency: medium
Maintainer: Axel Beckert <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Closes: 984054
Changes:
evolvotron (0.7.1-5) unstable; urgency=medium
.
* Also update URLs in debian/upstream/metadata.
* Add patch to fix FTBFS with GCC 11. (Closes: #984054)
* Declare compliance with Debian Policy 4.6.0. (No changes needed.)
Checksums-Sha1:
c45590b26ff2527a888935dea731155fc9e811a5 1961 evolvotron_0.7.1-5.dsc
71a6e9b7f47da2de0383a3c2c3e626f1c0fb4864 5804 evolvotron_0.7.1-5.debian.tar.xz
d875b49ce7ec13d24aa2fe2e98156c0e6f141378 10989
evolvotron_0.7.1-5_source.buildinfo
Checksums-Sha256:
69f0963ac6b0216f1b46b174856c3ae624e90209fddf731968f24c096ac3f361 1961
evolvotron_0.7.1-5.dsc
c2cad479769de43e9dfb577c18d7e4adac552d1a9b6dedd653eb673b0a592798 5804
evolvotron_0.7.1-5.debian.tar.xz
4e4501d4fc337c8fca5f88dbed9c2583acf686d71a4cd48b918533de6150dde1 10989
evolvotron_0.7.1-5_source.buildinfo
Files:
9d32db5d4b94281d300783591222c831 1961 graphics optional evolvotron_0.7.1-5.dsc
1222c034554aeb4bee3b5f835fe1bef0 5804 graphics optional
evolvotron_0.7.1-5.debian.tar.xz
a35abe49923fce3823bdbabf292b720a 10989 graphics optional
evolvotron_0.7.1-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAmFjidIACgkQa+Zjx1o1
yXV9LA/9HM4IvczpuCs+wDnwS9Bn4TQR8O7+oig49CsdJ+ufhjxEJe4BtfCqPTyT
BYsNNVZof4rmoDRDQu9J6FKBSFMBdpdWYBzwx7h4pA5RY9VfgWYFY8RGUaTxh0Gy
8hHvd6gqySene/2XWcwf4mBy6+71cdVgXqAYPco8ijwOL1+p42e3MOHBOAU3owZg
8X/Ep29zG4bawpEm7HiktbiQq+QzERWfWQ4G5TvKu0/aOXscaeQ0PPzbFDqARWGj
bxMTDq3W6sJkxHeXYAvJuQ9e7g38ICG+iMVFV2YrzIB5ONhgLmxSimfslE0RqO5a
y7Cc5dpG1Y8w1TQ/z2w+q0x0+ou4tDXRXu+t+MAxJSGx7ZQ7VxzHmusiFj+p9vuN
m7Dfa/VxDqaGIiM4h+LNhvHjQgXwl1Nf2EtBwbfviFCjLOwanBGcWIwylAmhbjOn
HjzrkOpipWLU7a4I+ugj8KzjzaFHAvW2h9Fsik4BCqrUfZFRrTunnrKVzdVaJ9H/
xCfnWzuLttpz1tMMVD2Jrv70+GXSgW0SuLnmgUMq4SnYJ4DUx8Tfljq28f2VvNOs
p7PBTaDhx7nyinnIwmVOd6CxAgeskUELC88XBL3h6upLlqFbAz6ZvQFXgwwSy/ys
OI7WFNfB/MN1N0wdLiKYTF6lsgoItAHHZfmaN1qTZOR1DQcW924=
=yxdk
-----END PGP SIGNATURE-----
--- End Message ---