Your message dated Wed, 08 Jul 2015 15:44:49 +0000
with message-id <e1zcrwj-0005fi...@franck.debian.org>
and subject line Bug#778191: fixed in yap 6.2.2-3.1
has caused the Debian Bug report #778191,
regarding yap: ftbfs with GCC-5
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.)


-- 
778191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yap
Version: 6.2.2-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/yap_6.2.2-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
x86_64-linux-gnu-gcc -shared -fPIC -O3 -fomit-frame-pointer -Wall 
-Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H 
-D_YAP_NOT_INSTALLED_=1 -I../../../packages/sgml -I../.. 
-I../../../packages/sgml/../../include   -o quote.o -c 
../../../packages/sgml/quote.c
../../../packages/sgml/quote.c:468:1: warning: function declaration isn't a 
prototype [-Wstrict-prototypes]
 install_xml_quote()
 ^
../../../packages/sgml/quote.c: In function 'xml_name':
../../../packages/sgml/quote.c:402:10: warning: 'maxchr' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
       if ( c > maxchr ||
          ^
../../../packages/sgml/quote.c: In function 'xml_quote_cdata':
../../../packages/sgml/quote.c:324:10: warning: 'maxchr' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
   return do_quote(in, out, map, maxchr);
          ^
../../../packages/sgml/quote.c: In function 'xml_quote_attribute':
../../../packages/sgml/quote.c:298:10: warning: 'maxchr' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
   return do_quote(in, out, map, maxchr);
          ^
x86_64-linux-gnu-gcc -shared -export-dynamic -rdynamic -Wl,-z,relro 
-L/«PKGBUILDDIR»/arch -Wl,-R/usr/lib -Wl,-R,/usr/lib/Yap -o sgml2pl.so 
parser.o util.o charmap.o catalog.o model.o xmlns.o utf8.o xml_unicode.o 
error.o sgml2pl.o quote.o  -Wl,-R,/usr/lib/Yap -Wl,-R,/usr/lib 
-L/«PKGBUILDDIR»/arch/packages/PLStream -lplstream
make[2]: Leaving directory '/«PKGBUILDDIR»/arch/packages/sgml'
(cd packages/swi-minisat2/C; make)
make[2]: Entering directory '/«PKGBUILDDIR»/arch/packages/swi-minisat2/C'
x86_64-linux-gnu-g++ -c -shared -fPIC -O3 -fomit-frame-pointer -Wall   
-DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I../../../../packages/swi-minisat2/C 
-I../../.. -I../../../../packages/swi-minisat2/C/../../../include   
../../../../packages/swi-minisat2/C/Solver.C -o Solver.o
../../../../packages/swi-minisat2/C/Solver.C: In member function 'bool 
Solver::addClause(vec<Lit>&)':
../../../../packages/swi-minisat2/C/Solver.C:123:41: error: 'Clause_new' was 
not declared in this scope
         Clause* c = Clause_new(ps, false);
                                         ^
../../../../packages/swi-minisat2/C/Solver.C:123:41: note: suggested 
alternative:
In file included from ../../../../packages/swi-minisat2/C/Solver.h:29:0,
                 from ../../../../packages/swi-minisat2/C/Solver.C:20:
../../../../packages/swi-minisat2/C/SolverTypes.h:122:20: note:   'Clause_new'
     friend Clause* Clause_new(const V& ps, bool learnt = false) {
                    ^
../../../../packages/swi-minisat2/C/Solver.C: In member function 'lbool 
Solver::search(int, int)':
../../../../packages/swi-minisat2/C/Solver.C:602:59: error: 'Clause_new' was 
not declared in this scope
                 Clause* c = Clause_new(learnt_clause, true);
                                                           ^
../../../../packages/swi-minisat2/C/Solver.C:602:59: note: suggested 
alternative:
In file included from ../../../../packages/swi-minisat2/C/Solver.h:29:0,
                 from ../../../../packages/swi-minisat2/C/Solver.C:20:
../../../../packages/swi-minisat2/C/SolverTypes.h:122:20: note:   'Clause_new'
     friend Clause* Clause_new(const V& ps, bool learnt = false) {
                    ^
make[2]: *** [Solver.o] Error 1
Makefile:68: recipe for target 'Solver.o' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/arch/packages/swi-minisat2/C'
make[1]: *** [all] Error 2
Makefile:507: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/arch'
make: *** [build-stamp] Error 2
debian/rules:38: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: yap
Source-Version: 6.2.2-3.1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated yap 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, 08 Jul 2015 16:54:39 +0200
Source: yap
Binary: yap
Architecture: source amd64
Version: 6.2.2-3.1
Distribution: unstable
Urgency: medium
Maintainer: Ralf Treinen <trei...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 yap        - High-performance Prolog System
Closes: 778191
Changes:
 yap (6.2.2-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build with GCC 5 (Petr Pisar, Betty Dall). Closes: #778191.
Checksums-Sha1:
 b48175885b3735f283f79db47e787175598f1133 1921 yap_6.2.2-3.1.dsc
 096d3dad76e486a73cbaacaf45fdd7924169e81d 9472 yap_6.2.2-3.1.debian.tar.xz
 7754b2e2a77b969ed395abe9ff6d6cb399ac26fe 3030550 yap_6.2.2-3.1_amd64.deb
Checksums-Sha256:
 2a4c1e5cd20419078d5700b2e741c3be23541c87d2a7d4f830a6bc50a3cc440e 1921 
yap_6.2.2-3.1.dsc
 ff02c2d0f094ba0d4135c60a8242d2d3b33989edadb3a26cb8d634d4547d149a 9472 
yap_6.2.2-3.1.debian.tar.xz
 9a3a5974df0e87ead6c3924dbde1f13b8ee4c23705563f782d37cf310a9ee778 3030550 
yap_6.2.2-3.1_amd64.deb
Files:
 45a089ded0f7c1a279399a1eb2ef7dc8 1921 devel extra yap_6.2.2-3.1.dsc
 95dcddbe8bb17d6471af23365dba4e7d 9472 devel extra yap_6.2.2-3.1.debian.tar.xz
 0c082bd3eda30fc9a422f18e9c20981c 3030550 devel extra yap_6.2.2-3.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVnT2GAAoJEL1+qmB3j6b1vCkQAND23CQEgssGJxNs5d2u5eai
S2fFyIxLcR26cxyYPi+XsdHjrSbMimyoMmUXs5v6M7Wf3cu7uzF5eGwBZ7T4Pi5+
ASenOmaB1EQYu1Cr0vmt/op9/X5fouQaDg5smCQJOBUrGlfWtGencZ2jgpwMNFSK
FbVU1y/gWDddMitmOtAjPwqD1+XKFsCIK5VZVCNeCSke+gGO3KJBkIzq8R/FRTke
crt6QpdaZnw45TjZ1cgS8tlrpMdnxuVCxn3tKqVEgNd7e6os+e88Zgt0TdjrQ0Kt
p0ApaJp0PjpoWtrLWRFp26i+79uWe7KDzSyPLJjmC1Y38O424Qfz6a2T6DvkCNCQ
OgzxR75H5Mjuni3bmYK2i1fpDCyueZpzqfEGx8XaTNFQKAXaIdy8Pjtyi7bZbA8H
VYJRg0xgQaOh0eQ80diLrc/kNSQKRVoj6hBmgU5TsbwuksgsTsL/OVA2kFeJduuB
LMUQugvsXy0HQNV8vQje2SI6TT03NJnVCrFjtDwWVBahd15tqs+mj03AwZKYOejW
TjwfjctJIyqHLS0BELwbZnh5OxxWc47s9WaJQ3UJOUKhm0XkBvEHzjCgKudVnBN4
C1Yn5WTnNXJ1qjOT2D/ujAYKYboYNCaQA1aoaDhKesKgKJtRxSE6H9lzXC4WWb00
DILvOZ+jK3rYeDrVglmr
=Tjqf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to