Your message dated Thu, 14 Sep 2017 13:00:13 +0000
with message-id <e1dstkb-0009r0...@fasolo.debian.org>
and subject line Bug#853645: fixed in rocksdb 5.7.3-1
has caused the Debian Bug report #853645,
regarding rocksdb: 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.)
--
853645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853645
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rocksdb
Version: 4.5.1-2
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/rocksdb_4.5.1-2_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
[...]
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ARCH=x86_64
PORTABLE=1 make all
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:104: Warning: Compiling in debug mode. Don't use the resulting binary
in production
/bin/sh: 1: ./db_test: not found
GEN util/build_version.cc
Makefile:104: Warning: Compiling in debug mode. Don't use the resulting binary
in production
/bin/sh: 1: ./db_test: not found
GEN util/build_version.cc
CC db/auto_roll_logger.o
In file included from ./util/posix_logger.h:28:0,
from ./port/util_logger.h:18,
from ./db/auto_roll_logger.h:15,
from db/auto_roll_logger.cc:6:
./util/sync_point.h:75:25: error: 'std::function' has not been declared
std::function<void(void*)> callback);
^~~~~~~~
./util/sync_point.h:75:33: error: expected ',' or '...' before '<' token
std::function<void(void*)> callback);
^
./util/sync_point.h:102:40: error: 'function' is not a member of 'std'
std::unordered_map<std::string, std::function<void(void*)> > callbacks_;
^~~~~~~~
./util/sync_point.h:102:40: note: suggested alternative: 'is_function'
std::unordered_map<std::string, std::function<void(void*)> > callbacks_;
^~~~~~~~
is_function
./util/sync_point.h:102:40: error: 'function' is not a member of 'std'
./util/sync_point.h:102:40: note: suggested alternative: 'is_function'
std::unordered_map<std::string, std::function<void(void*)> > callbacks_;
^~~~~~~~
is_function
./util/sync_point.h:102:60: error: template argument 2 is invalid
std::unordered_map<std::string, std::function<void(void*)> > callbacks_;
^
./util/sync_point.h:102:60: error: template argument 5 is invalid
./util/sync_point.h:102:62: error: expected unqualified-id before '>' token
std::unordered_map<std::string, std::function<void(void*)> > callbacks_;
^
Makefile:1258: recipe for target 'db/auto_roll_logger.o' failed
make[2]: *** [db/auto_roll_logger.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:16: 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: rocksdb
Source-Version: 5.7.3-1
We believe that the bug you reported is fixed in the latest version of
rocksdb, 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.
Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated rocksdb 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: Wed, 06 Sep 2017 20:00:44 +0000
Source: rocksdb
Binary: librocksdb-dev librocksdb5.7 librocksdb5.7-dbg
Architecture: source amd64
Version: 5.7.3-1
Distribution: experimental
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org>
Description:
librocksdb-dev - persistent Key-Value Store for Flash and RAM Storage
(development
librocksdb5.7 - persistent Key-Value Store for Flash and RAM Storage
librocksdb5.7-dbg - persistent Key-Value Store for Flash and RAM Storage
(debug-symbo
Closes: 853645
Changes:
rocksdb (5.7.3-1) experimental; urgency=low
.
* New upstream release:
- builds with GCC 7 (closes: #853645).
* Remove unneeded build dependencies.
* Drop outdated patches.
* Update remaining patches.
* Library transition from librocksdb4.5 to librocksdb5.7 .
* Update Standards-Version to 4.0.0 and debhelper level to 10 .
Checksums-Sha1:
f8f980f9c23dd4feccce8d089b5bde41e67cd8ec 2049 rocksdb_5.7.3-1.dsc
2562ec94cdf9778e3d182741ac8bfabaa7f1a77f 3865990 rocksdb_5.7.3.orig.tar.gz
10eee206b32f1d7487517e35180315da857060a3 46612 rocksdb_5.7.3-1.debian.tar.xz
44d67fcc2d9e8e2513f8a403de6992306cbd995b 2233640
librocksdb-dev_5.7.3-1_amd64.deb
584bed161c4b18485eb504f81d4c763fe69e5fd9 34442544
librocksdb5.7-dbg_5.7.3-1_amd64.deb
832412d4e46a68a717826fd8868f11ab6680e7a3 1432916
librocksdb5.7_5.7.3-1_amd64.deb
47665f9912baa22b77195647cfd598e32dc32f22 6932 rocksdb_5.7.3-1_amd64.buildinfo
Checksums-Sha256:
f833803f6e0204ceec7907f038c8d2986b3ecbb62d2d0d92c325f626a3f305e6 2049
rocksdb_5.7.3-1.dsc
4868cc95ab9b5dafd7c25f7ffb9fc1c70090fad688e339bfd9180ebb0734ea48 3865990
rocksdb_5.7.3.orig.tar.gz
879de2888d5cffbb52ecca7e8e31a06e41caaf9f0dd25a9ba92a248a02efc2c0 46612
rocksdb_5.7.3-1.debian.tar.xz
cbf2ca0945e30f2f7c8d6b84febbd9e098994db565fca33f7098cf15c4d14762 2233640
librocksdb-dev_5.7.3-1_amd64.deb
2fc14b2f809f1116020162c5ce005f8166376ac9d4e08fa2165399b7eeefe750 34442544
librocksdb5.7-dbg_5.7.3-1_amd64.deb
73bc34b0e96711ea4d5a82cc3eb9f4d554d881236140e4b651020058e80b177b 1432916
librocksdb5.7_5.7.3-1_amd64.deb
d5f95e05361803b1ab4cdb63fd57c3f568b92803d1dbeefd31c723e105ae6265 6932
rocksdb_5.7.3-1_amd64.buildinfo
Files:
9116dd5448fed2a0204298b454484898 2049 database optional rocksdb_5.7.3-1.dsc
539d606dc532ebc2e823a62a064e6be8 3865990 database optional
rocksdb_5.7.3.orig.tar.gz
43c59ade4d5dcd2601e968a234f5bfe7 46612 database optional
rocksdb_5.7.3-1.debian.tar.xz
1deba2e58a05e6fe944863fba232f484 2233640 libdevel optional
librocksdb-dev_5.7.3-1_amd64.deb
b84079852bf47df5e92fe4a324d0ca55 34442544 debug extra
librocksdb5.7-dbg_5.7.3-1_amd64.deb
e0cee52e3f014ccb5f84bef3e10620d5 1432916 database optional
librocksdb5.7_5.7.3-1_amd64.deb
fc9c714963607e166f8de77cbf2b3a2a 6932 database optional
rocksdb_5.7.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAlmxpPwACgkQ3OMQ54ZM
yL88/BAAj+YoDk0E9Veq2e61pXLoQoSqNJqFNa5sg8rbo6QpWhNkyFBVETH0GxPo
2dDijWfYM7xTug/M0EY/XPW/LYJ2EV3xImiXd4b9Vnlh3rzOb9bVM5mWyz0audny
YVWyYq7vzOc90rY2q52xuD0rKkCm8NVC4mGxM9fO/ttF09eo4lW0GU4ERWfev3C2
dyjyhgGJ07Uy5ld9YWZJwIxRtLLoyhOhrWVgFbxUygUZYkf7j6oNHCslDrkla507
uvBEWLOT01s0SBxKArzeka3f496yB+HGTVSwsgb1W3kaBFnnzmQ83OlnbpZLZFaO
jPQPPHJ7IYfkGJ7I9FsS8c7m6yTcC+Ji2I6oK28IN6vLFOcA5ktYcIItP3+ocdh0
xzM6EBjbVEljbnrMLHR0ucLbcyzAXXGLa13pusKr7amURGIvuAc32ha5WrzFzwHR
e7bOvYm7oBBB50TTFiNFYeKZioL7rgAugDXN/85jMR5A3meTw0aUIRt1VndKpCSP
wAeSfTYmg2dCQUbwMUCmy//M+H4ofacMXiOaL4QkQMXq5g9mov1ppyGeE5AK2IUs
NGu+JolvPw9RuFiz8a//gZik7pOIf7/ysnOtHXzfwadZz0MEzRRWngMjQLB5VwWg
hueRv0NJ2An0migVkxAkac+h2sPtrm/CfOogJj2dHg2K69IkBLU=
=cNAe
-----END PGP SIGNATURE-----
--- End Message ---