Your message dated Sat, 20 Mar 2021 04:33:29 +0000
with message-id <[email protected]>
and subject line Bug#983995: fixed in bobcat 5.07.03-1
has caused the Debian Bug report #983995,
regarding bobcat: 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 [email protected]
immediately.)
--
983995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bobcat
Version: 5.07.00-1
Severity: normal
Tags: sid bookworm
User: [email protected]
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/bobcat_5.07.00-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.
[...]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&&,
const Type&) [with Type = char*]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: recursively required by substitution
of ‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char*]’
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char [13]]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:30: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&,
const Type&) [with Type = char*]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: recursively required by substitution
of ‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char*]’
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char [13]]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:30: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char*]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabDef& FBB::operator<<(FBB::CSVTabDef&&,
const Type&) [with Type = std::__cxx11::basic_string<char>]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type =
std::__cxx11::basic_string<char>]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:48: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabDef& FBB::operator<<(FBB::CSVTabDef&,
const Type&) [with Type = std::__cxx11::basic_string<char>]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type =
std::__cxx11::basic_string<char>]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:48: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&&,
const Type&) [with Type = std::__cxx11::basic_string<char>]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type =
std::__cxx11::basic_string<char>]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:48: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&,
const Type&) [with Type = std::__cxx11::basic_string<char>]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type =
std::__cxx11::basic_string<char>]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:48: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabDef& FBB::operator<<(FBB::CSVTabDef&&,
const Type&) [with Type = char]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:56: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabDef& FBB::operator<<(FBB::CSVTabDef&,
const Type&) [with Type = char]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:56: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&&,
const Type&) [with Type = char]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:56: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
/<<PKGBUILDDIR>>/tmp/bobcat/fmt: In substitution of ‘template<class Type>
requires Insertable<Type> FBB::CSVTabIns& FBB::operator<<(FBB::CSVTabIns&,
const Type&) [with Type = char]’:
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:14:13: required by substitution of
‘template<class Type> requires Insertable<Type> FBB::CSVTabDef&
FBB::operator<<(FBB::CSVTabDef&&, const Type&) [with Type = char]’
/<<PKGBUILDDIR>>/tmp/bobcat/exception:111:56: required from here
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:11:9: required for the satisfaction of
‘Insertable<Type>’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: in requirements with ‘std::ostream
out’, ‘Type value’ [with Type = char]
/<<PKGBUILDDIR>>/tmp/bobcat/fmt:12:5: error: satisfaction of atomic constraint
‘requires(std::ostream out, Type value) {out << value;} [with Type = Type]’
depends on itself
Fatal: system - failure of system call (status 256)
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: bobcat
Source-Version: 5.07.03-1
Done: tony mancill <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bobcat, 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.
tony mancill <[email protected]> (supplier of updated bobcat 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: Thu, 18 Mar 2021 20:57:56 -0700
Source: bobcat
Architecture: source
Version: 5.07.03-1
Distribution: experimental
Urgency: medium
Maintainer: Frank B. Brokken <[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 983995
Changes:
bobcat (5.07.03-1) experimental; urgency=medium
.
[ Frank B. Brokken ]
* New upstream version 5.07.03
Fixes compilation errors and warnings reported by g++-11
(Closes: #983995).
.
[ tony mancill ]
* Add debian/gbp.conf for experimental branch
* Freshen debian/copyright
Checksums-Sha1:
47dbe109dd0c522e046351efb141b2f8111fb759 2127 bobcat_5.07.03-1.dsc
dd709d642176ddccc1e5af3c041c0116eb6bb8fb 1221131 bobcat_5.07.03.orig.tar.gz
e451102230eee18fca8d55144f559712a76130c1 14820 bobcat_5.07.03-1.debian.tar.xz
bb315532048aee676cd9b80c40548fe47ad5d345 7037 bobcat_5.07.03-1_amd64.buildinfo
Checksums-Sha256:
2a4ec3a167e0cf41969a7161f95a0cb42080c882c80d80f35664e3abe0bea691 2127
bobcat_5.07.03-1.dsc
a43978977590ac55ae1a5f806319c07fb00e92d584e92e99dba0ac02aadf13f6 1221131
bobcat_5.07.03.orig.tar.gz
99b4c6cc88c42e589c7a8161567eb60aa9e5d8b8f0e5e9ef267daf7e1533eb57 14820
bobcat_5.07.03-1.debian.tar.xz
d4f8c9b3c9b038c1d10e9167f61e16e1496727c2eb79a5ee8ed6cd620ddd7db9 7037
bobcat_5.07.03-1_amd64.buildinfo
Files:
27dbd6533975678c17291752d08f7e7d 2127 libs optional bobcat_5.07.03-1.dsc
a8013cb2e728859f0b2e23bda2569456 1221131 libs optional
bobcat_5.07.03.orig.tar.gz
8b2933bd95446037d2b56c06d6d94ab1 14820 libs optional
bobcat_5.07.03-1.debian.tar.xz
839e2ab85703f4b405ff9f3ce5be1e8c 7037 libs optional
bobcat_5.07.03-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmBVdlEUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpY17g//ceqzQMK8hRGDnRxLWCL6U8kEe5gt
AlHZLiPMiX1ZYoHYHKV3Am3DBAn+1fOXyfsKLFTf8Mt1unTVkuwgbVioMhp74T8k
QSLJJ0XHM2GJAXdsAL10mRTuiVgSAMKWS4BfARtq1ue6xtcHmPkYxnYOylacTq06
NYytTXMc0RpPTO9h31XKVsSYC34DNAXBooSp+me3k8iR17aX3M72qaXf+MJcekum
jhrU1lQA9u038zvoHw8zRMryPMWpmlFhXirqbYwfh/+C3z1NuP40TDQaKoejLswl
TJ3HQN+XjPNX9y4d5kTLxgw0/JvbtggwXco/2aLJCV16SBj1rxiIQ/2Idtdp9IWH
RPbvidRuJNb4dggl/3oF7K2AtTwjq96oj+qcMyVtPn9WUB9MOJ/hGUiDcelIvXC4
GZv/Jp41voQDlXPX2ys0kY0nHbhINJkWykY6s2QAg04J+xbXjyvG/e8xckhY1ayb
Gm01VCURcuYUQqGNpjD7BFmwW/oXQy0QvganjMSjdL8xkf0BiryJ2z1HiF4puaiB
oRwrGhmgdNCLvEpb6EaCL/cpuZCCCz4zKQy7GOgZIdtd94mSIDAOMOEwDSQVEmqg
BR0LlBIPSQzcimFrcKd3OE+rkTDVT6s9ARc05iiwEYyYbMSAOl4KQOqFezfSaPDW
zQYh47vp6+ynqlU=
=j9CE
-----END PGP SIGNATURE-----
--- End Message ---