Your message dated Sun, 29 Oct 2017 21:09:24 +0000
with message-id <e1e8upg-000g5p...@fasolo.debian.org>
and subject line Bug#853420: fixed in gle-graphics 4.2.5-7
has caused the Debian Bug report #853420,
regarding gle-graphics: ftbfs with GCC-7
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.)


-- 
853420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gle-graphics
Version: 4.2.5-6
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/gle-graphics_4.2.5-6_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
 void g_arrowline(double x2, double y2, int flag, int can_fillpath) 
throw(ParserError);
                                                                    ^~~~~
../core.h:276:54: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 void g_arrow(double dx, double dy, int can_fillpath) throw(ParserError);
                                                      ^~~~~
../core.h:298:47: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 int g_set_compatibility(const string& compat) throw (ParserError);
                                               ^~~~~
../core.h:299:49: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 int g_parse_compatibility(const string& compat) throw (ParserError);
                                                 ^~~~~
../core.h:326:43: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 void g_set_arrow_style(const char* shape) throw (ParserError);
                                           ^~~~~
../core.h:327:39: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 void g_set_arrow_tip(const char* tip) throw (ParserError);
                                       ^~~~~
../core.h:329:59: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 void g_bitmap(GLEBitmap*, double wx, double wy, int type) throw(ParserError);
                                                           ^~~~~
../core.h:421:47: warning: dynamic exception specifications are deprecated in 
C++11; use 'noexcept' instead [-Wdeprecated]
 void g_postscript(char *ss,double w,double h) throw (ParserError);
                                               ^~~~~
g++ -fPIC -DHAVE_CONFIG_H -DGLEVN="\"4.2.5\"" -Wno-write-strings -pthread 
-I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libpng16 
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_EPOCH=1467909911 -c fcontour.cpp -o 
fcontour.o
g++ -fPIC -DHAVE_CONFIG_H -DGLEVN="\"4.2.5\"" -Wno-write-strings -pthread 
-I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libpng16 
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_EPOCH=1467909911 -c ffitcontour.cpp -o 
ffitcontour.o
In file included from ffitcontour.cpp:51:0:
/usr/include/stdlib.h:735:12: error: expected unqualified-id before 'int'
 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
            ^
/usr/include/stdlib.h:735:12: error: expected ')' before 'int'
/usr/include/stdlib.h:735:12: error: expected ')' before 'int'
In file included from /usr/include/c++/7/cmath:47:0,
                 from /usr/include/c++/7/math.h:36,
                 from ffitcontour.cpp:53:
/usr/include/c++/7/bits/std_abs.h:52:11: error: '::abs' has not been declared
   using ::abs;
           ^~~
Makefile:60: recipe for target 'ffitcontour.o' failed
make[3]: *** [ffitcontour.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/gle/surface'
Makefile:153: recipe for target 'make_all' failed
make[2]: *** [make_all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:25: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:22: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gle-graphics
Source-Version: 4.2.5-7

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

Debian distribution maintenance software
pp.
Christian T. Steigies <c...@debian.org> (supplier of updated gle-graphics 
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: Sun, 29 Oct 2017 20:57:49 +0100
Source: gle-graphics
Binary: gle-graphics
Architecture: source amd64
Version: 4.2.5-7
Distribution: unstable
Urgency: medium
Maintainer: Christian T. Steigies <c...@debian.org>
Changed-By: Christian T. Steigies <c...@debian.org>
Description:
 gle-graphics - Graphics Layout Engine
Closes: 853420
Changes:
 gle-graphics (4.2.5-7) UNRELEASED; urgency=medium
 .
   * fix FTBS using patch from Slávek Banko (closes: #853420)
   * update Standards-Version to 4.1.1 (no changes)
Checksums-Sha1:
 adbdbd99214b7fbf9f4cd29d3d36f51b711614cb 2253 gle-graphics_4.2.5-7.dsc
 976d3e8635f62c27af94b45c16e7a9323e3501d0 21320 
gle-graphics_4.2.5-7.debian.tar.xz
 5605223feeabf1528cefbd8d500dff656a7497ff 219424 
gle-graphics-dbgsym_4.2.5-7_amd64.deb
 ecf687b983f479bd4411139304c8bf69ecd3d7d0 13215 
gle-graphics_4.2.5-7_amd64.buildinfo
 dc8e74c89b691f2e795eb98c10c10a970470d6ad 4065760 gle-graphics_4.2.5-7_amd64.deb
Checksums-Sha256:
 a038f21347138bb44130a6b18699daa90e311b52500f21016c4ad4c0609de44b 2253 
gle-graphics_4.2.5-7.dsc
 a32c8f4ad529b80b3de904c6d4dfee43ddf4a227c750758d38a8b0f40a2b4813 21320 
gle-graphics_4.2.5-7.debian.tar.xz
 0ba1b7c1562ad70df02683161f66fc586cb9a2270942e9b118979d096293ea25 219424 
gle-graphics-dbgsym_4.2.5-7_amd64.deb
 c081ade8fe7b3e1fa08650bc7b8b5dd1d2a905447894beb5d937a1b928c0f857 13215 
gle-graphics_4.2.5-7_amd64.buildinfo
 8bde8cfdd040f579e3d37bc14bb0a953a60f13a8de70c93cc62bc4dd8cbbb931 4065760 
gle-graphics_4.2.5-7_amd64.deb
Files:
 2fa13ba68b008e34f45b62adb208999a 2253 graphics optional 
gle-graphics_4.2.5-7.dsc
 ae402c76c987b80ae8934e5a313ecb90 21320 graphics optional 
gle-graphics_4.2.5-7.debian.tar.xz
 f83f44a61fe988f4342aa3087045f17f 219424 debug optional 
gle-graphics-dbgsym_4.2.5-7_amd64.deb
 220da705d6869c2ac366ba159e9dd9fd 13215 graphics optional 
gle-graphics_4.2.5-7_amd64.buildinfo
 1bb2c6123ab811872a9dfe48e426b1ec 4065760 graphics optional 
gle-graphics_4.2.5-7_amd64.deb

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

iQJDBAEBCAAtFiEEMuHemUY/GC4Wej4EcA1WeHGyg0IFAln2NwEPHGN0c0BkZWJp
YW4ub3JnAAoJEHANVnhxsoNCxBAP/3DNict8UPAJ2JhaN7jOBb4IBkOgNOCMMmoy
pCFnSVJTkgUdDJ+RoPc33jUSuolXZu+3puAQGNF2Tx9XuNAtCkpXG9c9t/ss4AdT
HgQx8FL0+DO1MO1e/E8QdmR+xarOC4vIcPHQeIYcbGDKYjA0fmEG0sxAnMbWYYVT
Okxbe71opxKnO5j+ng2pPIqhuqe+KJ4z5Q/JrB9Fefs5zykKbPsqVt5ajisiAdLI
zE6etbV09HJsmHyPFSJfq2wwSxsytG5kHu/q314OH7NIZ/5s/ZJRWSwoEKuL+bgN
jrdF4YXjqI98rgyfixqabr+l0F8zRTiSc20AluDa5TzQoaxDCZ+jtUdOJ7KMuMvX
NO5UKPTTm9PexyGvIsd9BhWS5VmL81c/e/ct8AsD2v7CHHBqeguoPraabvdVzSLg
/vt84J0ElBnt6zyt/ZFjz01IouwJREbpwDrMQLggoiJeHkA0Nk8ev9zX6NOAMg6L
WiquojqnFbmjkwepWVvDmhK9h0iyt51SIs9fHhihgL1FL3XOMSLf4mNciFRPIHkJ
vZOYtRIckNVmReAuxDQRLNds9bn26nmNuCK76BpDEm4iabYuUcIgCJO7bvdNSFw/
MujQ3Ekg9rwM3PGdq0omRHwxT5O10WbQmQkUb+8cm7Nv0CwR+ymaESKDarDZbhqP
JE8T2lgn
=kHoF
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to