Your message dated Sat, 26 Sep 2020 13:33:24 +0000
with message-id <e1kmakk-000bbh...@fasolo.debian.org>
and subject line Bug#957191: fixed in fact++ 1.6.5~dfsg-3
has caused the Debian Bug report #957191,
regarding fact++: 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 ow...@bugs.debian.org
immediately.)


-- 
957191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fact++
Version: 1.6.5~dfsg-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/fact++_1.6.5~dfsg-2_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

[...]
ConceptWithDep.h:43:2: note: because ‘ConceptWDep’ has user-provided 
‘ConceptWDep::ConceptWDep(const ConceptWDep&)’
   43 |  ConceptWDep ( const ConceptWDep& c ) : Concept(c.Concept), 
depSet(c.depSet) {}
      |  ^~~~~~~~~~~
g++  -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-W -Wall -Wextra -O3 -fomit-frame-pointer -fPIC  -o obj/Actor.o Actor.cpp
g++  -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-W -Wall -Wextra -O3 -fomit-frame-pointer -fPIC  -o obj/tDag2Interface.o 
tDag2Interface.cpp
g++  -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-W -Wall -Wextra -O3 -fomit-frame-pointer -fPIC  -o obj/tDLAxiom.o tDLAxiom.cpp
g++  -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-W -Wall -Wextra -O3 -fomit-frame-pointer -fPIC  -o obj/AtomicDecomposer.o 
AtomicDecomposer.cpp
AtomicDecomposer.cpp: In member function ‘AOStructure* 
AtomicDecomposer::getAOS(TOntology*, ModuleType)’:
AtomicDecomposer.cpp:143:6: error: no match for ‘operator<<’ (operand types are 
‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [13]’)
  143 |   LL << "\nThere were " << pModularizer->getNNonLocal() << " non-local 
axioms out of " << pModularizer->getNChecks() << " totally checked\n";
      |   ~~ ^~ ~~~~~~~~~~~~~~~
      |   |     |
      |   |     const char [13]
      |   std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/10/string:55,
                 from tDLExpression.h:24,
                 from tDLAxiom.h:23,
                 from tOntologyAtom.h:26,
                 from AtomicDecomposer.h:23,
                 from AtomicDecomposer.cpp:20:
/usr/include/c++/10/bits/basic_string.h:6428:5: note: candidate: 
‘template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, 
_Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const 
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
 6428 |     operator<<(basic_ostream<_CharT, _Traits>& __os,
      |     ^~~~~~~~
/usr/include/c++/10/bits/basic_string.h:6428:5: note:   template argument 
deduction/substitution failed:
AtomicDecomposer.cpp:143:9: note:   mismatched types ‘const 
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘const char [13]’
  143 |   LL << "\nThere were " << pModularizer->getNNonLocal() << " non-local 
axioms out of " << pModularizer->getNChecks() << " totally checked\n";
      |         ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/10/bits/ios_base.h:46,
                 from /usr/include/c++/10/streambuf:41,
                 from /usr/include/c++/10/bits/streambuf_iterator.h:35,
                 from /usr/include/c++/10/iterator:66,
                 from tSignature.h:25,
                 from AtomicDecomposer.h:24,
                 from AtomicDecomposer.cpp:20:
/usr/include/c++/10/system_error:262:5: note: candidate: ‘template<class 
_CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)’
  262 |     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& 
__e)
      |     ^~~~~~~~
/usr/include/c++/10/system_error:262:5: note:   template argument 
deduction/substitution failed:
AtomicDecomposer.cpp:143:9: note:   cannot convert ‘"\012There were "’ (type 
‘const char [13]’) to type ‘const std::error_code&’
  143 |   LL << "\nThere were " << pModularizer->getNNonLocal() << " non-local 
axioms out of " << pModularizer->getNChecks() << " totally checked\n";
      |         ^~~~~~~~~~~~~~~
g++  -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math 
-W -Wall -Wextra -O3 -fomit-frame-pointer -fPIC  -o obj/KnowledgeExplorer.o 
KnowledgeExplorer.cpp
make[2]: *** [../Makefile.include:159: obj/AtomicDecomposer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from tFastSet.h:23,
                 from RAutomaton.h:27,
                 from tRole.h:31,
                 from dlVHash.h:26,
                 from dlDag.h:29,
                 from tDag2Interface.h:25,
                 from KnowledgeExplorer.h:24,
                 from KnowledgeExplorer.cpp:20:
growingArray.h: In instantiation of ‘void growingArray<C>::add(const C&) [with 
C = ConceptWDep]’:
CWDArray.h:101:48:   required from here
growingArray.h:74:16: warning: implicitly-declared ‘ConceptWDep& 
ConceptWDep::operator=(const ConceptWDep&)’ is deprecated [-Wdeprecated-copy]
   74 |   Body[last++] = entry;
      |   ~~~~~~~~~~~~~^~~~~~~
In file included from dlDag.h:32,
                 from tDag2Interface.h:25,
                 from KnowledgeExplorer.h:24,
                 from KnowledgeExplorer.cpp:20:
ConceptWithDep.h:43:2: note: because ‘ConceptWDep’ has user-provided 
‘ConceptWDep::ConceptWDep(const ConceptWDep&)’
   43 |  ConceptWDep ( const ConceptWDep& c ) : Concept(c.Concept), 
depSet(c.depSet) {}
      |  ^~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/Kernel'
dh_auto_build: error: make -j4 -C Kernel OS=LINUX "DEFINES=-Wdate-time 
-D_FORTIFY_SOURCE=2" returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:26: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fact++
Source-Version: 1.6.5~dfsg-3
Done: Jonas Smedegaard <d...@jones.dk>

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated fact++ 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: SHA512

Format: 1.8
Date: Sat, 26 Sep 2020 15:12:02 +0200
Source: fact++
Architecture: source
Version: 1.6.5~dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 957191
Changes:
 fact++ (1.6.5~dfsg-3) unstable; urgency=medium
 .
   * use debhelper compatibility level 13 (not 9);
     build-depend on debhelper-compat (not debhelper)
   * declare compliance with Debian Policy 4.5.0
   * watch: use dversionmangle=auto
   * add TODOs
   * simplify source script copyright-check
   * copyright: extend coverage
   * annotate superficial autopkgtest
   * add patch 1001 to fix build with GCC-10;
     closes: bug#957191, thanks to Matthias Klose
Checksums-Sha1:
 2e818a49fde50bac3bf69bdd5d91ac25f01d9d4c 1926 fact++_1.6.5~dfsg-3.dsc
 5d537295cab16ea494cf355ab6701efb1ad0515e 7284 fact++_1.6.5~dfsg-3.debian.tar.xz
 99747d44f8213bad40029379c2ef6e0d64154207 5367 
fact++_1.6.5~dfsg-3_amd64.buildinfo
Checksums-Sha256:
 51bc9e6de7894f9f98f110372ec20d60e31553af0b4c56b44c5dfe3f560960d6 1926 
fact++_1.6.5~dfsg-3.dsc
 d617dbb0dd76fc48665fd5c7a500e3d20d3450eda32ecaac3a62512ed7be782b 7284 
fact++_1.6.5~dfsg-3.debian.tar.xz
 632f04d7ac8c865d624343b0b1453f0b9c9c30dd5e056e70997eaf10e3e576e4 5367 
fact++_1.6.5~dfsg-3_amd64.buildinfo
Files:
 e7fd4f8c957445aa4fd2b8f37ca56ee7 1926 science optional fact++_1.6.5~dfsg-3.dsc
 4ae9a1a07740d35c0569456b84354318 7284 science optional 
fact++_1.6.5~dfsg-3.debian.tar.xz
 3386d4fcc455f7ff86e25a755d05716f 5367 science optional 
fact++_1.6.5~dfsg-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl9vP1oACgkQLHwxRsGg
ASE7wg/+KxVf0Rr1RTHWWoE6A577xYxq4SK5K89H7+Ir/UBMDe6k++8dP7xBvkAJ
VSSXzdIEP6DT1b72EMQMJg9T4YIN9vHk3LxdGEcd0soV6LJscvXcwCpFFnqFGM0U
LxqoxcevX0yJ6VK3Y//GwlxZZYfTTSReqgma4uXk18hdwHpFVLxlfIvc9YhDCWQf
KUDqeymfH1vyLSHCKy/6aWrboStbVfaPqRbF/d1ZokWdP77T1Vma7/YdkQUjmgPI
PqiGIgei8ArXN1D1sCiFaiA2w9RCJUSwk8qRISq0jwo0uqB86ESyA9Adt3l/U1Au
vsI0ASiZQmne/36XWTAIuHWcg/Aqq6tiR0KSDpp5ImXXq+FtnuP6Q/s1m/bVYQpb
Y9E6r39GhDLJgh0w9oXQftCdORjfAcuapxAbqxbgllyySmxEojd6vjGRv5lCvDS2
f/OdnA/NA4lUvokFvpwOZIoSfbRfhReuQdcHHhYuH28OdCFqMlhJpywH89sF0gmF
UHDWOKzgyZWXU5RqvcNrBgzqaf/aX2bahUGvdWMXC04Q74gG/0jUPHYET8LjMkIl
GRgNwNQSHgDUE2yT2V0lkx7wnOUFq6XGAIC+TtBOo+NlbociPuHrfR75+2abYMGE
wQRfqdSRaQJZOzjLmqKDBVBVLL4aO1CuthWWaEKZGvsIwnv8t90=
=6RWN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to