Your message dated Mon, 16 Apr 2018 10:21:15 +0000
with message-id <e1f81g7-0009zy...@fasolo.debian.org>
and subject line Bug#853436: fixed in gtkmathview 0.8.0-15
has caused the Debian Bug report #853436,
regarding gtkmathview: 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.)


-- 
853436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gtkmathview
Version: 0.8.0-14
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/gtkmathview_0.8.0-14_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

[...]
  SVG                 yes
  PostScript          yes

Performance

  Builder cache       no

touch debian/stamp-autotools
/usr/bin/make -C . 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in scripts
make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
Making all in config
make[3]: Entering directory '/<<PKGBUILDDIR>>/config'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/config'
Making all in auto
make[3]: Entering directory '/<<PKGBUILDDIR>>/auto'
g++ -DHAVE_CONFIG_H -I. -I.. -I../src/common -I../src/frontend/gmetadom -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -I/usr/include/gmetadom/gdome_cpp_smart 
-I/usr/include/libgdome   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -W -Wall -c -o dumpEntitiesTable.o dumpEntitiesTable.cc
In file included from 
/usr/include/gmetadom/gdome_cpp_smart/GdomeSmartDOMChar.hh:78:0,
                 from 
/usr/include/gmetadom/gdome_cpp_smart/GdomeSmartDOMBasic.hh:27,
                 from /usr/include/gmetadom/gdome_cpp_smart/GdomeSmartDOM.hh:27,
                 from ../src/frontend/gmetadom/gmetadom.hh:22,
                 from dumpEntitiesTable.cc:25:
/usr/include/gmetadom/gdome_cpp_smart/GdomeSmartDOMTraits.hh: In static member 
function 'static std::char_traits<short unsigned int>::char_type 
std::char_traits<short unsigned int>::to_char_type(const int_type&)':
/usr/include/gmetadom/gdome_cpp_smart/GdomeSmartDOMTraits.hh:102:25: warning: 
narrowing conversion of '(std::char_traits<short unsigned int>::int_type)__c' 
from 'std::char_traits<short unsigned int>::int_type {aka long unsigned int}' 
to 'std::char_traits<short unsigned int>::char_type {aka short unsigned int}' 
inside { } [-Wnarrowing]
       char_type __r = { __c };
                         ^~~
/bin/bash ../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -W -Wall  -Wl,-z,relro -o dumpEntitiesTable 
dumpEntitiesTable.o -lgmetadom_gdome_cpp_smart -lgdome -lglib-2.0 -lxml2 
libtool: link: g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wl,-z 
-Wl,relro -o dumpEntitiesTable dumpEntitiesTable.o  
/usr/lib/libgmetadom_gdome_cpp_smart.so /usr/lib/libgdome.so -lglib-2.0 -lxml2
dumpEntitiesTable.o: In function `dump(char const*)':
./auto/dumpEntitiesTable.cc:43: undefined reference to 
`GdomeSmartDOM::GdomeString::operator std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> >() const'
./auto/dumpEntitiesTable.cc:47: undefined reference to 
`GdomeSmartDOM::GdomeString::operator std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> >() const'
collect2: error: ld returned 1 exit status
Makefile:448: recipe for target 'dumpEntitiesTable' failed
make[3]: *** [dumpEntitiesTable] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/auto'
Makefile:559: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:444: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target 
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gtkmathview
Source-Version: 0.8.0-15

We believe that the bug you reported is fixed in the latest version of
gtkmathview, 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.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated gtkmathview 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: Mon, 16 Apr 2018 10:29:00 +0200
Source: gtkmathview
Binary: libgtkmathview0c2a libgtkmathview-dev libgtkmathview-bin
Architecture: source
Version: 0.8.0-15
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
 libgtkmathview-bin - rendering engine for MathML documents
 libgtkmathview-dev - rendering engine for MathML documents
 libgtkmathview0c2a - rendering engine for MathML documents
Closes: 853436
Changes:
 gtkmathview (0.8.0-15) unstable; urgency=medium
 .
   * VCS moved to salsa
   * Fix the FTBFS with gcc 7. Thanks to Juhani Numminen
     for the patch (Closes: #853436)
   * Standards-Version: 4.1.3
Checksums-Sha1:
 a7adbb30a8e82650448065515df8f3c4a1821648 2322 gtkmathview_0.8.0-15.dsc
 d8228d093158241b253b5bcc0aac5ebb6512f636 16780 
gtkmathview_0.8.0-15.debian.tar.xz
 32f67fc580af0f10ecfefcf2e62fc5907fb28ed5 11626 
gtkmathview_0.8.0-15_amd64.buildinfo
Checksums-Sha256:
 015e288a2ff730919e24c62f8f1fade8b5edf41543686dbe3cd56b4e36d48b30 2322 
gtkmathview_0.8.0-15.dsc
 051b911320f087865fd8d62219315c984348065e30016863c59798de27b6ca0c 16780 
gtkmathview_0.8.0-15.debian.tar.xz
 8353cf77d1a656d35a535cc4c70d704bbde5b68a9624798985313238df6f8031 11626 
gtkmathview_0.8.0-15_amd64.buildinfo
Files:
 61b55b1a7bf7658e8135e27723644e72 2322 devel optional gtkmathview_0.8.0-15.dsc
 20f7bb14f026918f3cd35f744d4e646a 16780 devel optional 
gtkmathview_0.8.0-15.debian.tar.xz
 bfb464afcd58c5360d707947c5c62986 11626 devel optional 
gtkmathview_0.8.0-15_amd64.buildinfo

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

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlrUdmwACgkQfmUo2nUv
G+H/XA//Q2lFTX1nGtB3Hex/R0MQmbXnnztZPfXTRYhVc7L2+luUgad8Ht2eJCEz
Ts2EHWWm+HVqmUgIR4MA8CpijbV6Dx2hWNaUjdXwZddBIeRE9J9lLg3RBCwG9FB1
apRhegWQz38y3vRNjAxCfPqxzKR1IGapYEUvoLugfI15eXBOcGGVj/o51h1MNcce
9CdD4ObdnW9p+qYe1cIwqYLM6CpX3XNTaVxXx1vpCmVWgLBRiJhpo3Y+WEXh3c4R
Sn23J1zomh1R68RcwTCq+wSdwWQP9w8+Lxyaf0Y9qJCUumyeK9vWjm8EwSbfFAfF
nzj1l2yZSoSsQieWR5O8SlyNpfofP2qCJ1IYx+ogoJzOsUobixbn9e77Xni1/j61
EuG6XcyW8i3cf6jui8SL9F39wjwrG6qiMnZsapiNRhY6PZo3s0YNWLyih3pDLyZS
u2nm9Cecfp3Bd6RJwbEc+aITCdEjCghXPm05+jI4An+7IEoyVTSpGc4dM4O8yGF0
iAc8VOa4xW3rJXprecjxPPVY//rMEhNLMJ0q1kJXF+EXlgBwX0B+CU489rhP4+xD
P3b7hTaRV3sm4vYXuxMVmLopKuq4dXGNGoSS+Z6YLvezhxLxdpbnMGSn253FxTEa
Ea4k8y0R31FjkR4lbuMf84yarBcuGbtqaJJ295zcRe3+xQegdPY=
=W0Oy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to