[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984002: marked as done (boxbackup: ftbfs with GCC-11)



Your message dated Thu, 06 Jan 2022 22:18:35 +0000
with message-id <E1n5b5f-0006rT-2G@fasolo.debian.org>
and subject line Bug#984002: fixed in boxbackup 0.13~~git20200326.g8e8b63c-2
has caused the Debian Bug report #984002,
regarding boxbackup: 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 owner@bugs.debian.org
immediately.)


-- 
984002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984002
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:boxbackup
Version: 0.13~~git20200326.g8e8b63c-1
Severity: normal
Tags: sid bookworm
User: debian-gcc@lists.debian.org
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/boxbackup_0.13~~git20200326.g8e8b63c-1_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.

[...]
lib/win32
lib/common
lib/raidfile
lib/crypto
lib/server
lib/compress
lib/intercept
test/common
test/crypto
test/compress
test/raidfile
test/basicserver
lib/backupstore
lib/backupclient
lib/bbackupd
lib/bbackupquery
lib/bbstored
bin/bbackupobjdump
bin/bbstored
bin/bbstoreaccounts
bin/bbackupd
bin/bbackupquery
bin/bbackupctl
test/backupstore
test/backupstorefix
test/backupstorepatch
test/backupdiff
test/bbackupd
bin/s3simulator
test/s3store
lib/httpserver
test/httpserver

Type 'cd <module_dir>; make' to build a module

A summary of the build configuration is below. Box Backup will function
without these features, but will work better where they are present. Refer
to the documentation for more information on each feature.

Regular expressions: yes
Large files:         yes
Berkeley DB:         yes
Readline:            yes
Extended attributes: yes
Debugger:            neither GDB nor LLDB detected!
touch configure-stamp
dh_testdir
/usr/bin/make V=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/bbackupd -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"bin/bbackupd\"" -c bin/bbackupd/bbackupd.cpp -o release/bin/bbackupd/bbackupd.o
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"lib/bbackupd\"" -c lib/bbackupd/BackupClientContext.cpp -o release/lib/bbackupd/BackupClientContext.o
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"lib/bbackupd\"" -c lib/bbackupd/BackupClientDeleteList.cpp -o release/lib/bbackupd/BackupClientDeleteList.o
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"lib/bbackupd\"" -c lib/bbackupd/BackupClientDirectoryRecord.cpp -o release/lib/bbackupd/BackupClientDirectoryRecord.o
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"lib/bbackupd\"" -c lib/bbackupd/BackupClientInodeToIDMap.cpp -o release/lib/bbackupd/BackupClientInodeToIDMap.o
g++ -g  -Wall -Werror=return-type -Werror=delete-non-virtual-dtor -Werror=delete-incomplete -Wno-deprecated-declarations -DBOX_VERSION="\"0.13~~git20200326.g8e8b63c-1\"" -DBOX_RELEASE_BUILD -O2 -Ilib/backupclient -Ilib/backupstore -Ilib/raidfile -Ilib/compress -Ilib/httpserver -Ilib/server -Iqdbm -Ilib/crypto -Ilib/common -Ilib/win32 -DBOX_MODULE="\"lib/bbackupd\"" -c lib/bbackupd/BackupDaemon.cpp -o release/lib/bbackupd/BackupDaemon.o
In file included from /usr/include/c++/11/set:60,
                 from lib/bbackupd/BackupDaemon.cpp:43:
/usr/include/c++/11/bits/stl_tree.h: In instantiation of ‘static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type) [with _Key = std::__cxx11::basic_string<char>; _Val = std::__cxx11::basic_string<char>; _KeyOfValue = std::_Identity<std::__cxx11::basic_string<char> >; _Compare = mntLenCompare; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type = const std::_Rb_tree_node<std::__cxx11::basic_string<char> >*]’:
/usr/include/c++/11/bits/stl_tree.h:2069:47:   required from ‘std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = std::__cxx11::basic_string<char>; _Val = std::__cxx11::basic_string<char>; _KeyOfValue = std::_Identity<std::__cxx11::basic_string<char> >; _Compare = mntLenCompare; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::key_type = std::__cxx11::basic_string<char>]’
/usr/include/c++/11/bits/stl_tree.h:2122:4:   required from ‘std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = std::__cxx11::basic_string<char>; _Key = std::__cxx11::basic_string<char>; _Val = std::__cxx11::basic_string<char>; _KeyOfValue = std::_Identity<std::__cxx11::basic_string<char> >; _Compare = mntLenCompare; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]’
/usr/include/c++/11/bits/stl_set.h:521:25:   required from ‘std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(std::set<_Key, _Compare, _Alloc>::value_type&&) [with _Key = std::__cxx11::basic_string<char>; _Compare = mntLenCompare; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>, std::_Identity<std::__cxx11::basic_string<char> >, mntLenCompare, std::allocator<std::__cxx11::basic_string<char> > >::const_iterator; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other = std::allocator<std::__cxx11::basic_string<char> >; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<
 _Key> = __gnu_cxx::__alloc_traits<std::allocator<std::__cxx11::basic_string<char> >, std::__cxx11::basic_string<char> >::rebind<std::__cxx11::basic_string<char> >; typename _Allocator::value_type = std::__cxx11::basic_string<char>; std::set<_Key, _Compare, _Alloc>::value_type = std::__cxx11::basic_string<char>]’
lib/bbackupd/BackupDaemon.cpp:2421:50:   required from here
/usr/include/c++/11/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const
  770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v<const mntLenCompare&, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>’ evaluates to false
make[1]: *** [Makefile:1270: release/lib/bbackupd/BackupDaemon.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:33: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: boxbackup
Source-Version: 0.13~~git20200326.g8e8b63c-2
Done: Ileana Dumitrescu <ileanadumi95@protonmail.com>

We believe that the bug you reported is fixed in the latest version of
boxbackup, 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 984002@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ileana Dumitrescu <ileanadumi95@protonmail.com> (supplier of updated boxbackup 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Jan 2022 14:24:10 +0100
Source: boxbackup
Architecture: source
Version: 0.13~~git20200326.g8e8b63c-2
Distribution: unstable
Urgency: medium
Maintainer: Ileana Dumitrescu <ileanadumi95@protonmail.com>
Changed-By: Ileana Dumitrescu <ileanadumi95@protonmail.com>
Closes: 817078 984002
Changes:
 boxbackup (0.13~~git20200326.g8e8b63c-2) unstable; urgency=medium
 .
   [ Ileana Dumitrescu ]
   * debian/control: debhelper-compat version 13
                     removed some lintian warnings
                     updated maintainer (Closes: #817078)
   * debian/rules: converted to new dh format
   * debian/copyright: updated to dep5 version 1.0 format
   * debian/boxbackup-client.config: added set -e
   * debian/boxbackup-server.config: added set -e
   * debian/compat: removed for new dh format
 .
   [ Simon Chopin ]
   * debian/patches: added patch c++17.diff (Closes: #984002)
Checksums-Sha1:
 6dc81a1463abf7e537d3429efd3ed1602ccd6154 2070 boxbackup_0.13~~git20200326.g8e8b63c-2.dsc
 d9ac4783b028db69d385a68298a9112fe502fe31 65360 boxbackup_0.13~~git20200326.g8e8b63c-2.debian.tar.xz
 55dd7164f8633c462cd2892d9d7862923e015dc6 6024 boxbackup_0.13~~git20200326.g8e8b63c-2_source.buildinfo
Checksums-Sha256:
 7cb5596dfb05ea57f26c4048d6d1d12f6d0e89a12341864abaa86263a10b9abd 2070 boxbackup_0.13~~git20200326.g8e8b63c-2.dsc
 760497bcb00139c6b46ebd2a3415cca589354cdc685ecd338472196cc7afd2da 65360 boxbackup_0.13~~git20200326.g8e8b63c-2.debian.tar.xz
 2a830865545670ea9cead6a178b559f87de2942fda7a5d7c6e855aaab88086e1 6024 boxbackup_0.13~~git20200326.g8e8b63c-2_source.buildinfo
Files:
 af47a79a64c1241a987323562f64901a 2070 utils optional boxbackup_0.13~~git20200326.g8e8b63c-2.dsc
 a02a9992bdaa806d787c69b2de8f95f2 65360 utils optional boxbackup_0.13~~git20200326.g8e8b63c-2.debian.tar.xz
 292b9c60b20b4424f80d640d7991d9ae 6024 utils optional boxbackup_0.13~~git20200326.g8e8b63c-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmHXZ+oQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFPeMDADwyLFdufJEtw0lOphLHjTH0TsSYuI4wbD+
9I9cBrfpQhPnMY9+VKP/kWdRwdVojcAZKAvDsa7Bky2SInjADAisksK8D5wCGmO8
/zwZsZeN3OdzQ9oVtC+K0p3N/KPlbSRPe75BblAygHyciEskj7h1Aep/aMSquS9p
lXN1SQb/yPioAnOYUmcwF4ELFRtlAFNhdcBhP4rUYAuFLRtn6k39CSBZzQrNSFto
emUKXX5SZSFaW2h7x14VdVgCCl3YtNIR8Hprbz+JigiAp4HUYCj5xzZ91RGio0eD
JqXA6nwQDZ1PkIA+3oR583+YlbiFUGMBDxwp/2ON/wme2UtAlqJQfn4CgjF0Lvn8
vBHa5fKw9IQc+Kb9UPOYdJQeto+zcNVQnbcVMLQhVirxTErZxCUZNtbSf/yF3jas
YqUYlbXil07U9Jq4gtAtd8TaoNxT5Ew6VELF0UfwO+tzWRZfoEecgeHkF5TSkGFq
J/wDnebVY/bBZ/r+YylZKLxq/iMOcFU=
=4Y70
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: