Your message dated Wed, 23 Aug 2017 15:06:29 +0000
with message-id <e1dkxej-0001gi...@fasolo.debian.org>
and subject line Bug#853452: fixed in injeqt 1.1.0-1.1
has caused the Debian Bug report #853452,
regarding injeqt: ftbfs with GCC-7
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.)
--
853452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:injeqt
Version: 1.1.0-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/injeqt_1.1.0-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
/usr/include/c++/7/bits/stl_algo.h:4318:5: note: template argument
deduction/substitution failed:
/<<PKGBUILDDIR>>/src/injector.cpp:51:92: note: deduced conflicting types for
parameter '_IIter1' ('std::vector<injeqt::v1::injector*>' and
'std::function<injeqt::internal::injector_impl*(injeqt::v1::injector*)>')
_pimpl.reset(new ::injeqt::internal::injector_impl{transform(super_injectors,
extract_impl), std::move(modules)});
^
In file included from /usr/include/c++/7/algorithm:62:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:94,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtGlobal:1,
from /<<PKGBUILDDIR>>/include/injeqt/injeqt.h:23,
from /<<PKGBUILDDIR>>/include/injeqt/injector.h:23,
from /<<PKGBUILDDIR>>/src/injector.cpp:21:
/usr/include/c++/7/bits/stl_algo.h:4281:5: note: candidate: template<class
_IIter, class _OIter, class _UnaryOperation> _OIter std::transform(_IIter,
_IIter, _OIter, _UnaryOperation)
transform(_InputIterator __first, _InputIterator __last,
^~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:4281:5: note: template argument
deduction/substitution failed:
/<<PKGBUILDDIR>>/src/injector.cpp:51:92: note: deduced conflicting types for
parameter '_IIter' ('std::vector<injeqt::v1::injector*>' and
'std::function<injeqt::internal::injector_impl*(injeqt::v1::injector*)>')
_pimpl.reset(new ::injeqt::internal::injector_impl{transform(super_injectors,
extract_impl), std::move(modules)});
^
/<<PKGBUILDDIR>>/src/injector.cpp:51:113: error: no matching function for call
to 'injeqt::internal::injector_impl::injector_impl(<brace-enclosed initializer
list>)'
_pimpl.reset(new ::injeqt::internal::injector_impl{transform(super_injectors,
extract_impl), std::move(modules)});
^
In file included from /<<PKGBUILDDIR>>/src/injector.cpp:28:0:
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:102:11: note: candidate:
injeqt::internal::injector_impl::injector_impl(std::vector<injeqt::internal::injector_impl*>,
std::vector<std::unique_ptr<injeqt::v1::module> >)
explicit injector_impl(std::vector<injector_impl *> super_injectors,
std::vector<std::unique_ptr<::injeqt::v1::module>> modules);
^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:102:11: note: conversion of
argument 1 would be ill-formed:
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:82:11: note: candidate:
injeqt::internal::injector_impl::injector_impl(std::vector<std::unique_ptr<injeqt::v1::module>
>)
explicit injector_impl(std::vector<std::unique_ptr<::injeqt::v1::module>>
modules);
^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:82:11: note: candidate expects
1 argument, 2 provided
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:63:2: note: candidate:
injeqt::internal::injector_impl::injector_impl()
injector_impl();
^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:63:2: note: candidate expects 0
arguments, 2 provided
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:53:18: note: candidate:
injeqt::internal::injector_impl::injector_impl(injeqt::internal::injector_impl&&)
class INJEQT_API injector_impl final
^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/internal/injector-impl.h:53:18: note: candidate expects
1 argument, 2 provided
src/CMakeFiles/injeqt.dir/build.make:65: recipe for target
'src/CMakeFiles/injeqt.dir/injector.cpp.o' failed
make[3]: *** [src/CMakeFiles/injeqt.dir/injector.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:89: recipe for target 'src/CMakeFiles/injeqt.dir/all'
failed
make[2]: *** [src/CMakeFiles/injeqt.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:141: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:22: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: injeqt
Source-Version: 1.1.0-1.1
We believe that the bug you reported is fixed in the latest version of
injeqt, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mateusz Łukasik <mat...@linuxmint.pl> (supplier of updated injeqt 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: Fri, 18 Aug 2017 14:16:12 +0200
Source: injeqt
Binary: libinjeqt-dev libinjeqt1
Architecture: source
Version: 1.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Patryk Cisek <pat...@debian.org>
Changed-By: Mateusz Łukasik <mat...@linuxmint.pl>
Description:
libinjeqt-dev - Dependency injection framework for Qt
libinjeqt1 - Dependency injection framework for Qt
Closes: 853452
Changes:
injeqt (1.1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch to fix ftbfs with GCC-7. (Closes: #853452)
Checksums-Sha1:
81e651e173c27861a411f96a93db55d9ceb9a116 1433 injeqt_1.1.0-1.1.dsc
056914ee234e83f075f568c21c3c97c478d869d6 3132 injeqt_1.1.0-1.1.debian.tar.xz
f3b9aa465619b0fc42f38590d2af79caf8a4e58b 5931 injeqt_1.1.0-1.1_source.buildinfo
Checksums-Sha256:
02264e8594a01c041a51035e0b406f332d0043f025dce402e395cb0948506af8 1433
injeqt_1.1.0-1.1.dsc
90f8f6155779131799f9d341688cc16ef5d63bd0e8ff3ff41f955cc50f852437 3132
injeqt_1.1.0-1.1.debian.tar.xz
f354da6e9c8cb36030251eb961dbebe88a9ca3de087f83f2db5ceb2f58392160 5931
injeqt_1.1.0-1.1_source.buildinfo
Files:
fb7c061e7128cbf18449e360e9e169d8 1433 libs optional injeqt_1.1.0-1.1.dsc
0c5d5cf80ae32eb163983fcd28e7a9ba 3132 libs optional
injeqt_1.1.0-1.1.debian.tar.xz
0ee892882c91a935a57c3434a61837a7 5931 libs optional
injeqt_1.1.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmdh78ACgkQLDtDb+rG
gQHz0gf/TqUWOeVyg8zaHVFlUPXTYAI+22B4LcUNimFhpFNTTKuKo9xIlCHPWfrm
1qTL1veoNC1r64JyBCcLCaQDSFIiPxIeihWqnDBdggNzGYEDvl0EhX6HgbonUrRj
eXUG6VTEwXglbmdyjDG2xrHWq48sovfM1O3883xOGGpx4gEFLOSjCPVAq15CKrcb
hATLMY2BEwIgiZ8lw5p9+6ty31x7y33PCIqPyI+QosMT0kQBH9oJHErTN93xALh+
XxNIzzloTAdJsa22HkXM57N10/Zolsn9ODFi2KgvRMEU1pbU139v/ZKNf4XkEF34
ENMYxbGq7A66rpayKP9U3skT1EZ3Vw==
=nJJA
-----END PGP SIGNATURE-----
--- End Message ---