Your message dated Sun, 19 Apr 2020 09:04:40 +0000
with message-id <[email protected]>
and subject line Bug#957690: fixed in pmemkv 1.1-2
has caused the Debian Bug report #957690,
regarding pmemkv: ftbfs with GCC-10
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.)
--
957690: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957690
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pmemkv
Version: 1.1-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/pmemkv_1.1-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
/<<PKGBUILDDIR>>/src/engines/vcmap.cc: In member function ‘virtual
pmem::kv::status pmem::kv::vcmap::exists(pmem::kv::string_view)’:
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:107:24: error: qualified-id in
declaration before ‘result’
107 | map_t::const_accessor result;
| ^~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:109:46: error: request for member ‘find’
in ‘((pmem::kv::vcmap*)this)->pmem::kv::vcmap::pmem_kv_container’, which is of
non-class type ‘pmem::kv::vcmap::map_t’ {aka ‘int’}
109 | const bool result_found = pmem_kv_container.find(
| ^~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:110:3: error: ‘result’ was not declared
in this scope
110 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:110:47: error: ‘ch_allocator’ was not
declared in this scope
110 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:110:59: error: expression list treated as
compound expression in functional cast [-fpermissive]
110 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^
/<<PKGBUILDDIR>>/src/engines/vcmap.cc: In member function ‘virtual
pmem::kv::status pmem::kv::vcmap::get(pmem::kv::string_view, void (*)(const
char*, size_t, void*), void*)’:
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:117:24: error: qualified-id in
declaration before ‘result’
117 | map_t::const_accessor result;
| ^~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:119:46: error: request for member ‘find’
in ‘((pmem::kv::vcmap*)this)->pmem::kv::vcmap::pmem_kv_container’, which is of
non-class type ‘pmem::kv::vcmap::map_t’ {aka ‘int’}
119 | const bool result_found = pmem_kv_container.find(
| ^~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:120:3: error: ‘result’ was not declared
in this scope
120 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:120:47: error: ‘ch_allocator’ was not
declared in this scope
120 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:120:59: error: expression list treated as
compound expression in functional cast [-fpermissive]
120 | result, pmem_string(key.data(), key.size(), ch_allocator));
| ^
/<<PKGBUILDDIR>>/src/engines/vcmap.cc: In member function ‘virtual
pmem::kv::status pmem::kv::vcmap::put(pmem::kv::string_view,
pmem::kv::string_view)’:
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:135:20: error: qualified-id in
declaration before ‘kv_pair’
135 | map_t::value_type kv_pair{// XXX - do not create temporary string
| ^~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:138:34: error: request for member
‘insert’ in ‘((pmem::kv::vcmap*)this)->pmem::kv::vcmap::pmem_kv_container’,
which is of non-class type ‘pmem::kv::vcmap::map_t’ {aka ‘int’}
138 | bool result = pmem_kv_container.insert(kv_pair);
| ^~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:138:41: error: ‘kv_pair’ was not declared
in this scope
138 | bool result = pmem_kv_container.insert(kv_pair);
| ^~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:140:19: error: qualified-id in
declaration before ‘result_found’
140 | map_t::accessor result_found;
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:141:21: error: request for member ‘find’
in ‘((pmem::kv::vcmap*)this)->pmem::kv::vcmap::pmem_kv_container’, which is of
non-class type ‘pmem::kv::vcmap::map_t’ {aka ‘int’}
141 | pmem_kv_container.find(result_found, kv_pair.first);
| ^~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:141:26: error: ‘result_found’ was not
declared in this scope
141 | pmem_kv_container.find(result_found, kv_pair.first);
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc: In member function ‘virtual
pmem::kv::status pmem::kv::vcmap::remove(pmem::kv::string_view)’:
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:152:36: error: request for member ‘erase’
in ‘((pmem::kv::vcmap*)this)->pmem::kv::vcmap::pmem_kv_container’, which is of
non-class type ‘pmem::kv::vcmap::map_t’ {aka ‘int’}
152 | size_t erased = pmem_kv_container.erase(
| ^~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:153:39: error: ‘ch_allocator’ was not
declared in this scope
153 | pmem_string(key.data(), key.size(), ch_allocator));
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/engines/vcmap.cc:153:51: error: expression list treated as
compound expression in functional cast [-fpermissive]
153 | pmem_string(key.data(), key.size(), ch_allocator));
| ^
make[3]: *** [CMakeFiles/pmemkv.dir/build.make:131:
CMakeFiles/pmemkv.dir/src/engines/vcmap.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:391: CMakeFiles/pmemkv.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" 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: pmemkv
Source-Version: 1.1-2
Done: Adam Borowski <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pmemkv, 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.
Adam Borowski <[email protected]> (supplier of updated pmemkv 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: Sun, 19 Apr 2020 10:01:54 +0200
Source: pmemkv
Architecture: source
Version: 1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Closes: 957690
Changes:
pmemkv (1.1-2) unstable; urgency=medium
.
* Workaround a missing include in memkind headers, fixes FTBFS with
gcc-10. Closes: #957690.
Checksums-Sha1:
155012992eae4730074a904c4b97e4828a9a489f 2121 pmemkv_1.1-2.dsc
4cfd729bba798b188daf88400b750f1b1bf66faf 3736 pmemkv_1.1-2.debian.tar.xz
349cb2efd117b8b8a88e7c790174ceae1c97543c 7376 pmemkv_1.1-2_source.buildinfo
Checksums-Sha256:
f83e9ae82e8b3d65e859e0aedd7ec3b5bee9b5eaf644085b9dfb16fb8d3b1126 2121
pmemkv_1.1-2.dsc
12a67eddbb41e571fd34810b40b3060628250fb5e597cb5e8e71fe67114f255d 3736
pmemkv_1.1-2.debian.tar.xz
77455cb0356350dcfbb46a2afc9ca0659edbc17e52d943af1a79fa24ac87c791 7376
pmemkv_1.1-2_source.buildinfo
Files:
baaa729146cc581c83309b90d96730d6 2121 libs optional pmemkv_1.1-2.dsc
86f28b9c153372afcfca0a1d8602fbee 3736 libs optional pmemkv_1.1-2.debian.tar.xz
c61325750a34cc8f2c698f6d3aadeb7e 7376 libs optional
pmemkv_1.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl6cBdkUHGtpbG9ieXRl
QGFuZ2JhbmQucGwACgkQweDZLphvfH5mMxAAhUh8+XC5j0mgwcWPkvNlGYv22JMr
d8wLH+BqHMPHbNWZVjN1bL8B9cQw5sjfHymBIjs7SC9rNEJc/NnXJpt9Fs1vpKbl
YMC09MOB1HE3hAmB6eIWNwJ0PXU6AOm1OJAmMDeSuDw73eEqcy7224gSs5JN2Hnk
rDtSmHFE9CmjHn8NYjl7FUyXy4iyT3uQwncQv/K5HICVXVKu9FRWEQ8r5TMoaSnz
yBukKHu4bEMIQ5S3euR9bA9kWOtnuQo9KxbQWwCNva9VLJh6ZtaN1eztWRGIS3Ne
fXO7SnmC5abdfb3dJgHbDo1zu/MTlZwD520MXpK/iVAfa8/Wq6ZvMKLBDQixrmWF
UIhZ+qs7FA4f3zoByZbnFByBaGk3X3az5D8IyBeIV0ScctBYZeRD2VeiD3UbRe/V
uCxEae1Oy/uTQvH+oXTurbjTSOvH0WdvbJ+BkKtKsoQMgTRcpgYxt3ga6yTMz1ug
5pMzLgNAo6P146WrAZtwVIqgxtMvbClMy/Bix5NR6Vh49eKf+0NY0F5UATkdPiSg
A1wbME77tQUo0KfQXJn/pnPlA19OKQ93wNM/r3Kp3OA100xBwHzgDEMQB5kYGqAA
C1jrSpIQhCPWrVCXyhzWAFI590CrBGfcmSEfBKt6/6/oPWvPZnzhAt81ZURfQvfI
D4fd6s9PunZR/5g=
=3qY+
-----END PGP SIGNATURE-----
--- End Message ---