Your message dated Sun, 10 Sep 2017 15:04:27 +0000
with message-id <e1dr3md-0004xs...@fasolo.debian.org>
and subject line Bug#853362: fixed in cupt 2.9.10
has caused the Debian Bug report #853362,
regarding cupt: 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.)
--
853362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853362
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cupt
Version: 2.9.9
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/cupt_2.9.9_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
[...]
In file included from /<<PKGBUILDDIR>>/cpp/lib/src/internal/filesystem.cpp:28:0:
/usr/include/dirent.h:183:12: note: declared here
extern int readdir_r (DIR *__restrict __dirp,
^~~~~~~~~
In file included from /<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp:28:0:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:44: error: 'function'
in namespace 'std' does not name a template type
ssize_t getPin(const Version*, const std::function< const BinaryPackage* ()
>&) const;
^~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:52: error: expected ','
or '...' before '<' token
ssize_t getPin(const Version*, const std::function< const BinaryPackage* ()
>&) const;
^
/<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp: In member function 'ssize_t
cupt::Cache::getPin(const cupt::cache::Version*) const':
/<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp:181:60: error: no matching function for
call to 'cupt::internal::CacheImpl::getPin(const cupt::cache::Version*&,
cupt::Cache::getPin(const cupt::cache::Version*) const::<lambda()>&)'
return __impl->getPin(version, getBinaryPackageFromVersion);
^
In file included from /<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp:28:0:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:10: note: candidate:
ssize_t cupt::internal::CacheImpl::getPin(const cupt::cache::Version*, int)
const
ssize_t getPin(const Version*, const std::function< const BinaryPackage* ()
>&) const;
^~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:10: note: no known
conversion for argument 2 from 'cupt::Cache::getPin(const
cupt::cache::Version*) const::<lambda()>' to 'int'
/<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp: In member function
'std::vector<cupt::Cache::VersionWithPriority>
cupt::Cache::getSortedVersionsWithPriorities(const cupt::cache::Package*)
const':
/<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp:194:91: error: no matching function for
call to 'cupt::internal::CacheImpl::getPin(const cupt::cache::Version* const&,
cupt::Cache::getSortedVersionsWithPriorities(const cupt::cache::Package*)
const::<lambda()>&)'
result.push_back(VersionWithPriority { version, __impl->getPin(version,
getBinaryPackage) });
^
In file included from /<<PKGBUILDDIR>>/cpp/lib/src/cache.cpp:28:0:
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:10: note: candidate:
ssize_t cupt::internal::CacheImpl::getPin(const cupt::cache::Version*, int)
const
ssize_t getPin(const Version*, const std::function< const BinaryPackage* ()
>&) const;
^~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/cacheimpl.hpp:114:10: note: no known
conversion for argument 2 from
'cupt::Cache::getSortedVersionsWithPriorities(const cupt::cache::Package*)
const::<lambda()>' to 'int'
cpp/lib/CMakeFiles/libcupt.dir/build.make:761: recipe for target
'cpp/lib/CMakeFiles/libcupt.dir/src/cache.cpp.o' failed
make[3]: *** [cpp/lib/CMakeFiles/libcupt.dir/src/cache.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp: In member
function 'bool
cupt::internal::NativeResolverImpl::__clean_automatically_installed(cupt::internal::PreparedSolution&)':
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp:287:32: warning:
this statement may fall through [-Wimplicit-fallthrough=]
dependencyGraph.addEdge(&element, &*it);
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/lib/src/internal/nativeresolver/impl.cpp:288:8: note: here
case Allow::Yes:
^~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:169: recipe for target
'cpp/lib/CMakeFiles/libcupt.dir/all' failed
make[2]: *** [cpp/lib/CMakeFiles/libcupt.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:130: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:26: 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: cupt
Source-Version: 2.9.10
We believe that the bug you reported is fixed in the latest version of
cupt, 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.
Eugene V. Lyubimkin <jac...@debian.org> (supplier of updated cupt 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: SHA256
Format: 1.8
Date: Sun, 10 Sep 2017 16:35:01 +0200
Source: cupt
Binary: cupt-dbg libcupt4-1 libcupt-common libcupt4-dev libcupt4-doc cupt
libcupt4-1-downloadmethod-curl libcupt4-1-downloadmethod-wget
Architecture: source amd64 all
Version: 2.9.10
Distribution: unstable
Urgency: medium
Maintainer: Cupt developers <cupt-de...@lists.alioth.debian.org>
Changed-By: Eugene V. Lyubimkin <jac...@debian.org>
Description:
cupt - flexible package manager -- console interface
cupt-dbg - flexible package manager -- debugging symbols
libcupt-common - flexible package manager -- runtime library (support files)
libcupt4-1 - flexible package manager -- runtime library
libcupt4-1-downloadmethod-curl - flexible package manager -- libcurl download
method
libcupt4-1-downloadmethod-wget - flexible package manager -- wget download
method
libcupt4-dev - flexible package manager -- development files
libcupt4-doc - flexible package manager -- library documentation
Closes: 853362 864099
Changes:
cupt (2.9.10) unstable; urgency=medium
.
* lib:
- Added missing includes for GCC7. (Closes: #853362)
* debian/control:
- Depend on libgcrypt20-dev instead of libgcrypt11-dev (which became
a transitional package (Closes: #864099)
Checksums-Sha1:
e2e42cca7024082972d844361408aed97733e03e 2255 cupt_2.9.10.dsc
f49a0db6b296bb72c64025fe817936f9622b7374 428893 cupt_2.9.10.tar.gz
03d64d2235aedb94b8b57abd13182ca9f7a782a2 11193272 cupt-dbg_2.9.10_amd64.deb
dfe7d7d251541acba708702f694c5badcf5c8b70 8399 cupt_2.9.10_amd64.buildinfo
617e3851d0207aa86f7c1f773519d3a23e4a3fec 374452 cupt_2.9.10_amd64.deb
7dc809266194deabc397ef14a45c00a7bd9fe505 82038 libcupt-common_2.9.10_all.deb
e2d443b43f568c050c1a668dc33538bebdb3c712 50888
libcupt4-1-downloadmethod-curl_2.9.10_amd64.deb
4460d11868ac9341feef19c75e6bcee1c48186c7 51662
libcupt4-1-downloadmethod-wget_2.9.10_amd64.deb
9ecb23075dfbc588b25764e7f92ff22545d3cb88 546362 libcupt4-1_2.9.10_amd64.deb
b01c4f4ceb416a14be7a431c5c96b8c01d153872 58528 libcupt4-dev_2.9.10_amd64.deb
887c89ad2001f12f049b1acffe481e3846548246 169662 libcupt4-doc_2.9.10_all.deb
Checksums-Sha256:
c9360577fb6154190b0e420bbe5077abad32f6c78c9b477e55d5ec7e1ac9e60a 2255
cupt_2.9.10.dsc
93dd3938855ff8f32be12a887369342d096821ea0c5af936bdaa3c794a07071e 428893
cupt_2.9.10.tar.gz
a9a4a70572486c1cb64ff918b1153127b3639927f60794a32a0ec658f790e603 11193272
cupt-dbg_2.9.10_amd64.deb
118e5596df30d68837403341ecb39d04dc3c328be61bff1b0adf6d4784a5e865 8399
cupt_2.9.10_amd64.buildinfo
09883ab48bb0436fd1b55550ed58a0407e467cf7b036ba7e1485c75ce667e2c7 374452
cupt_2.9.10_amd64.deb
8955b045b07d80813ed6c8504313ee3ecef160663d2964533e3e5f3016010809 82038
libcupt-common_2.9.10_all.deb
15e727513a6531eaff4d38605718e411eece385759af62689014fae94ef930ac 50888
libcupt4-1-downloadmethod-curl_2.9.10_amd64.deb
6026467fb4d348ef392cd496911c1413c5ddc4d53bb1b23edfa72f2774dfb739 51662
libcupt4-1-downloadmethod-wget_2.9.10_amd64.deb
5f494fcbd0b17bf031f5ffe9d1cb513cdb406ed7fd6e7d2002262d5baba0e7ce 546362
libcupt4-1_2.9.10_amd64.deb
c27ea0515e3579e8a026896dbfce8a08555608e5c8125a32a4c21ac7ab04a843 58528
libcupt4-dev_2.9.10_amd64.deb
85592e4ab427bd7cf6ec6521171904f5d185026e244f323248d1ad4978175d7e 169662
libcupt4-doc_2.9.10_all.deb
Files:
c9623f77c29180947acd4f36571514a6 2255 admin optional cupt_2.9.10.dsc
4ecf981f9693bc0a2c1da94971ab2e34 428893 admin optional cupt_2.9.10.tar.gz
b46311ef1f6e6094d7d46899f862629e 11193272 debug extra cupt-dbg_2.9.10_amd64.deb
51c81bcf72a9056d94c55232af26ae57 8399 admin optional
cupt_2.9.10_amd64.buildinfo
a9eaaf17b65b0e21943ec3f911733863 374452 admin optional cupt_2.9.10_amd64.deb
0fb04718fb713ee3443e7985adffb8a3 82038 admin optional
libcupt-common_2.9.10_all.deb
00615e0413c58143a8b6163f459313b9 50888 admin optional
libcupt4-1-downloadmethod-curl_2.9.10_amd64.deb
caadddf4c18e1c8994ef5e1dc6ae123e 51662 admin optional
libcupt4-1-downloadmethod-wget_2.9.10_amd64.deb
6d312efb9eaf42d7e3e58b6fe7d8867c 546362 admin optional
libcupt4-1_2.9.10_amd64.deb
a4d6eccb8f1b64fee90d93e73cdfe378 58528 libdevel optional
libcupt4-dev_2.9.10_amd64.deb
584acb57010dd5026ac558ac69e4440c 169662 doc optional
libcupt4-doc_2.9.10_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEUF0Kp4+Q9rI8wpaop+2DH1mzoOgFAlm1UfkACgkQp+2DH1mz
oOi2JQ/+IyRRAtQBh+XUfNECYWZL6ntP82JlTPOjbY+/zL+oJXXr9DM/hId7yKEh
lZEtYzP2IocPCSbfYN1yyURwDuQfYcUAxPv8vRn8zBjcleWK/9YOxLN3rXSRPzJx
Uco6yLZixfIpmF0nD13tcptvNhzICfRE/rJrze+EzBQdYoaXl45axOfJxAy67Uaf
/UzjZJS9rLHu3fXdQfuvrrlApvFgIgm73L7g5IbrhMxb3ErwIiKrf++DMZJAvxqD
wwri0ydhJ1FNbmDKgHaNtq4mre677JZz7f6mQ7RS8K2lq+XUKbGnHCl1FYWzwMBz
wUCFoF63T5Y/9/NJx+QES8IcHItUMIy3L4sMNj9/PfsAqxUo9XSujZG2ZqvDqR4a
N1rp+f6GuF+RY8TZxqLMVW5ad1wRQaQgC+7QR8/m0Jpj5Lha8yboUKBb7B1xtBpE
fOsWrX6szzIsqtXWdQsCa6CsVk/dm9SSeWlBI33rnUQBSJiGlZOwxwLgpJi2fm+L
eWRK3yBBDYGKx84yMWkQQ4SCRwdcPB6Ms/RSgC74SZGVLdWBKO8p6rafosY0Jb1H
Jm77783DKu8N368rtS25Cvv5nVlMeDa6mH0lx51hf3K1goKlRCiAkGJwEg35HFc3
XGW4/+IfHukyDy9XdGFmnZvlQfjgeyBWNeB/IrBA9uaYQenKyWk=
=+YDr
-----END PGP SIGNATURE-----
--- End Message ---