Your message dated Tue, 03 May 2016 16:01:38 +0000
with message-id <[email protected]>
and subject line Bug#811901: fixed in poppler 0.43.0-1
has caused the Debian Bug report #811901,
regarding poppler: FTBFS with GCC 6: declared in this scope
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.)


-- 
811901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: poppler
Version: 0.38.0-2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-not-declared

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
>       -I/usr/include/libpng12  -I/usr/include/freetype2 
> -I/usr/include/freetype2 -I.. -I../goo -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC 
> -Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions 
> -fno-check-new -fno-common -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security  -c -o libpoppler_la-OutputDev.lo `test -f 
> 'OutputDev.cc' || echo './'`OutputDev.cc
> SplashOutputDev.cc: In member function 'virtual void 
> SplashOutputDev::drawImageMask(GfxState*, Object*, Stream*, int, int, GBool, 
> GBool, GBool)':
> SplashOutputDev.cc:2794:25: error: 'isfinite' was not declared in this scope
>      if (!isfinite(ctm[i])) return;
>                          ^
> 
> SplashOutputDev.cc:2794:25: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>                  from /usr/include/c++/6/bits/stl_algo.h:66,
>                  from /usr/include/c++/6/algorithm:62,
>                  from SplashOutputDev.cc:77:
> /usr/include/c++/6/cmath:601:5: note:   'std::isfinite'
>      isfinite(_Tp __x)
>      ^~~~~~~~
> 
> SplashOutputDev.cc: In member function 'virtual void 
> SplashOutputDev::setSoftMaskFromImageMask(GfxState*, Object*, Stream*, int, 
> int, GBool, GBool, double*)':
> SplashOutputDev.cc:2840:25: error: 'isfinite' was not declared in this scope
>      if (!isfinite(ctm[i])) return;
>                          ^
> 
> SplashOutputDev.cc:2840:25: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>                  from /usr/include/c++/6/bits/stl_algo.h:66,
>                  from /usr/include/c++/6/algorithm:62,
>                  from SplashOutputDev.cc:77:
> /usr/include/c++/6/cmath:601:5: note:   'std::isfinite'
>      isfinite(_Tp __x)
>      ^~~~~~~~
> 
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
>       -I/usr/include/libpng12  -I/usr/include/freetype2 
> -I/usr/include/freetype2 -I.. -I../goo -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC 
> -Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions 
> -fno-check-new -fno-common -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security  -c -o libpoppler_la-Page.lo `test -f 'Page.cc' || 
> echo './'`Page.cc
> SplashOutputDev.cc: In member function 'virtual void 
> SplashOutputDev::drawImage(GfxState*, Object*, Stream*, int, int, 
> GfxImageColorMap*, GBool, int*, GBool)':
> SplashOutputDev.cc:3399:25: error: 'isfinite' was not declared in this scope
>      if (!isfinite(ctm[i])) return;
>                          ^
> 
> SplashOutputDev.cc:3399:25: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>                  from /usr/include/c++/6/bits/stl_algo.h:66,
>                  from /usr/include/c++/6/algorithm:62,
>                  from SplashOutputDev.cc:77:
> /usr/include/c++/6/cmath:601:5: note:   'std::isfinite'
>      isfinite(_Tp __x)
>      ^~~~~~~~
> 
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libpng12 
> -I/usr/include/freetype2 -I/usr/include/freetype2 -I.. -I../goo -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -Wall -Woverloaded-virtual -Wnon-virtual-dtor 
> -Wcast-align -fno-exceptions -fno-check-new -fno-common -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c OutputDev.cc  
> -fPIC -DPIC -o .libs/libpoppler_la-OutputDev.o
> SplashOutputDev.cc: In member function 'virtual void 
> SplashOutputDev::drawMaskedImage(GfxState*, Object*, Stream*, int, int, 
> GfxImageColorMap*, GBool, Stream*, int, int, GBool, GBool)':
> SplashOutputDev.cc:3728:27: error: 'isfinite' was not declared in this scope
>        if (!isfinite(ctm[i])) {
>                            ^
> 
> SplashOutputDev.cc:3728:27: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>                  from /usr/include/c++/6/bits/stl_algo.h:66,
>                  from /usr/include/c++/6/algorithm:62,
>                  from SplashOutputDev.cc:77:
> /usr/include/c++/6/cmath:601:5: note:   'std::isfinite'
>      isfinite(_Tp __x)
>      ^~~~~~~~
> 
> SplashOutputDev.cc: In member function 'virtual void 
> SplashOutputDev::drawSoftMaskedImage(GfxState*, Object*, Stream*, int, int, 
> GfxImageColorMap*, GBool, Stream*, int, int, GfxImageColorMap*, GBool)':
> SplashOutputDev.cc:3860:25: error: 'isfinite' was not declared in this scope
>      if (!isfinite(ctm[i])) return;
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: poppler
Source-Version: 0.43.0-1

We believe that the bug you reported is fixed in the latest version of
poppler, 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.
Pino Toscano <[email protected]> (supplier of updated poppler 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: SHA1

Format: 1.8
Date: Sun, 01 May 2016 09:31:22 +0200
Source: poppler
Binary: libpoppler60 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0v5 
libpoppler-cpp-dev poppler-utils poppler-dbg
Architecture: source amd64 all
Version: 0.43.0-1
Distribution: experimental
Urgency: medium
Maintainer: Loic Minier <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler60 - PDF rendering library
 poppler-dbg - PDF rendering library -- debugging symbols
 poppler-utils - PDF utilities (based on Poppler)
Closes: 811901 813500 822644
Changes:
 poppler (0.43.0-1) experimental; urgency=medium
 .
   * New upstream release: (Closes: #822644)
     - fixes pdfinfo man page (Closes: #813500)
     - fixes build with GCC 6 (Closes: #811901)
   * Rename packages according to the new SONAMEs:
     - libpoppler57 -> libpoppler60
   * Update copyright.
   * Update symbols files:
     - adapt to the different internal symbols with GCC 6
   * Update build dependencies:
     - add zlib1g-dev for Flate compression
     - add libnss3-dev for signature handling
   * Mention pdfsig in the description of poppler-utils.
Checksums-Sha1:
 aa60866b757bc0dd3c1d773a028543b69b81d8f5 3293 poppler_0.43.0-1.dsc
 29d87240febbcf5e681291eac66f5379790e93a1 1671368 poppler_0.43.0.orig.tar.xz
 0ad8f1d41a283fbf1dcdeae263fd8fc7f7297b26 30060 poppler_0.43.0-1.debian.tar.xz
 b95807395f84fc772759179a9508cba7172f9127 33756 
gir1.2-poppler-0.18_0.43.0-1_amd64.deb
 4c5d371b2c927559b9dc5aa59310948c36474448 47758 
libpoppler-cpp-dev_0.43.0-1_amd64.deb
 b961e9436078db29da9f712482b591b066dcef81 43382 
libpoppler-cpp0v5_0.43.0-1_amd64.deb
 b1d54e18b9715f7387004e9c444f1cd490d7e051 773094 
libpoppler-dev_0.43.0-1_amd64.deb
 adc0475f15d2106834060aa6d41475a760d104e2 164124 
libpoppler-glib-dev_0.43.0-1_amd64.deb
 733fcedad20f4f6f66072035f71982f136926b43 85578 
libpoppler-glib-doc_0.43.0-1_all.deb
 1a645699feb74bdaed0f712b20690c23ecbfca08 120154 
libpoppler-glib8_0.43.0-1_amd64.deb
 38cfc78391a726ff868fa38ec27f8b088cc8f34c 182684 
libpoppler-private-dev_0.43.0-1_amd64.deb
 5ef3ea461433ed0426db26c1ebae717532c39764 133220 
libpoppler-qt4-4_0.43.0-1_amd64.deb
 17bac9fc87f77e6930cf4f525b52e9ef4dad8268 167168 
libpoppler-qt4-dev_0.43.0-1_amd64.deb
 7979d31477e76c94eb57b45d17b56153a9fa7957 135150 
libpoppler-qt5-1_0.43.0-1_amd64.deb
 ed1ded4c53392e120f6bca3a78a55a32c851051f 171400 
libpoppler-qt5-dev_0.43.0-1_amd64.deb
 1744f6ab5ec0d1b02ed799e04fd4fb56dfbb26d2 1266940 
libpoppler60_0.43.0-1_amd64.deb
 dbac8a36914c877c6451562560d35eb9eae4a369 8309728 poppler-dbg_0.43.0-1_amd64.deb
 31c77830b6f04a0d0a4480858a26163957a3664b 150690 
poppler-utils_0.43.0-1_amd64.deb
Checksums-Sha256:
 163d1aff067afaeb84c483707676e93dd17ff1a627e917b90ad83fa33609a523 3293 
poppler_0.43.0-1.dsc
 c720e26a26ee10b7ebc9e256d2ee7adcdb536cf85f9f1c4777a38f7f81fb2456 1671368 
poppler_0.43.0.orig.tar.xz
 2e9ff80285268cbe7933ebba48c1b9b3055721dcafa18896f509aa46ee7da3e9 30060 
poppler_0.43.0-1.debian.tar.xz
 a11acc3f7ac3a2673988491aaf48ebdd79097c07cba318927b313ec7415aa766 33756 
gir1.2-poppler-0.18_0.43.0-1_amd64.deb
 f867a3cefa3bf8409b284d26c41e42e0b2605b1e92a422841a2a47c4312b5e6d 47758 
libpoppler-cpp-dev_0.43.0-1_amd64.deb
 84b7ca66fc153ed6cc482dcc59b1b66d0f38a33dc8994114d823cbd23152f3ec 43382 
libpoppler-cpp0v5_0.43.0-1_amd64.deb
 e3904bf1af7f827e5a2485e6779d99f830a4528c37464f943fb7f87329f1a181 773094 
libpoppler-dev_0.43.0-1_amd64.deb
 e25305f310caaa0634553738fca02ab8389b3fb9a36e07293913c22b2d46b12e 164124 
libpoppler-glib-dev_0.43.0-1_amd64.deb
 5edb80452376847cb231ee3acb2910f4d80b1a6eef89b73b54ceeaa0f41673de 85578 
libpoppler-glib-doc_0.43.0-1_all.deb
 bc83b2d44a6cfb1225143c86054cdd0fa568130c97fb79080c265304202aad26 120154 
libpoppler-glib8_0.43.0-1_amd64.deb
 ceeaf6be593f1e514f69245658c416dbd94ea45b4ad201c3403ef29917d77822 182684 
libpoppler-private-dev_0.43.0-1_amd64.deb
 efc4188ec3ec53109d10bd487c1bb23a3670f4df72febcaac27d27708edb7477 133220 
libpoppler-qt4-4_0.43.0-1_amd64.deb
 b6926d9e3e88af8b8f0807814744ee2c5fd48c19cfc809f9915a44581ccb734c 167168 
libpoppler-qt4-dev_0.43.0-1_amd64.deb
 40c74df6e6e0e2e9a33c7b12f2a955a1435c8469bb6b7ba89e909ec901ba095d 135150 
libpoppler-qt5-1_0.43.0-1_amd64.deb
 3ba9c353cc533f906c9715b7ecdccbb1fa72c5ed1cf931e51e2c8ae91b35435f 171400 
libpoppler-qt5-dev_0.43.0-1_amd64.deb
 0d31d2b762bf29bea88d4600a7c20d5bc9c957cd1dc83b4403189479cd1dff7f 1266940 
libpoppler60_0.43.0-1_amd64.deb
 e2981b1cd47eb87d96c6ab8fd48e7f6b74aed580146e53edc742bc77e3fd2fd5 8309728 
poppler-dbg_0.43.0-1_amd64.deb
 0f686b06640610e5d89672651e135683ac5106df6c2445bc1d484dc7b9cc6b0a 150690 
poppler-utils_0.43.0-1_amd64.deb
Files:
 aa7bd532bc14d60e0c22872d03be3eaf 3293 devel optional poppler_0.43.0-1.dsc
 1d2b001663119855cdfbc0713dbfb9c6 1671368 devel optional 
poppler_0.43.0.orig.tar.xz
 7894e29932645f38f7b37a6e454d174f 30060 devel optional 
poppler_0.43.0-1.debian.tar.xz
 edab89d79992c60e4463b9f296005709 33756 introspection optional 
gir1.2-poppler-0.18_0.43.0-1_amd64.deb
 f88a5e3984e9dd4946f847a989a4cda8 47758 libdevel optional 
libpoppler-cpp-dev_0.43.0-1_amd64.deb
 e7bcb3e02ebb0d77197c44f437547133 43382 libs optional 
libpoppler-cpp0v5_0.43.0-1_amd64.deb
 b9cdc632d4f51246e47195b34818e64e 773094 libdevel optional 
libpoppler-dev_0.43.0-1_amd64.deb
 0528a310ab973a8629634ea9a3cac5ef 164124 libdevel optional 
libpoppler-glib-dev_0.43.0-1_amd64.deb
 d77d60aa4ad891f5403bd5ab29fe6c4e 85578 doc optional 
libpoppler-glib-doc_0.43.0-1_all.deb
 c46928c7e54a97f039e9ce0d4c35f78f 120154 libs optional 
libpoppler-glib8_0.43.0-1_amd64.deb
 4a831c9749012e7a3001d3d03e8bb3d8 182684 libdevel optional 
libpoppler-private-dev_0.43.0-1_amd64.deb
 186050e8e96f352a9b3179861b9a03eb 133220 libs optional 
libpoppler-qt4-4_0.43.0-1_amd64.deb
 ee5fbac14988fd97808d4a4dcdaf9937 167168 libdevel optional 
libpoppler-qt4-dev_0.43.0-1_amd64.deb
 06aeffde5fe0c228d4b10b34234c5425 135150 libs optional 
libpoppler-qt5-1_0.43.0-1_amd64.deb
 0353248ea4d256c424ed863350046d4c 171400 libdevel optional 
libpoppler-qt5-dev_0.43.0-1_amd64.deb
 0212ff9498a2cad9ec150ac484278ce5 1266940 libs optional 
libpoppler60_0.43.0-1_amd64.deb
 4203b843851d2b01ef926d760dbf5f99 8309728 debug extra 
poppler-dbg_0.43.0-1_amd64.deb
 705095cccb559b5a9845c77af1022006 150690 utils optional 
poppler-utils_0.43.0-1_amd64.deb

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

iQIVAwUBVyW0dS0ZHIhDsT9NAQK/2Q/9H2mQHe9+SWFmnED1HrKXIWqxBZ1u9oSm
NsQ5NdPjQ3khtFEUOhzLUZMP1DnCBOHAcadsDkLOxci1O7cL0lfN0tjRdReJvj63
9GJkjaJNvdhOH+iphEL43PL7rLKDRrdBCJz5ayIvfe1X/RkTOTM5KWTqhfS5uzLJ
j1ZYCIsMTfwoV5gZljmANl54j6K8j+9WvOoX157Q+GBMKwhATnETmouIrsjMKft7
cVNUlqnivtYqfjJyn3cs1RCGhATBcGYxgvWwBfq68b987M2G6XpzoFYMUCkhFA5o
R14FzbqgWgo7Dkep10R9qteyRU2yWZ76rYjTMMplc/i/lfUTTbXlMDSV5mNakcwa
uTtbprDNizTw4WHn7oH2CI6GOZAsN8g6W6Y2lyRHsvaGDwanEMa3kjQgtcoXRibK
s1+OH43mnxN3YsaFLyniFVIkYp155nhnh+/P4q+PQfgp4H9nDQ1VzA1QwbaFgcII
TbjML4u8VTecjj48fyJeGqrdF4YUIB4vUT2m4tBsfUmCGJx9BJkowiAU4QRM5j9O
yOoU37prdNkSasFEolyz7H1JR/UrDAjQEVHoCJDum3qiVJVm8+FwxbO9gjR04Juj
0XBd70UA05skJMMOOj3Mk3gT3/PBKf0n6CCwvx0QhtdnorZ9CxOcN5ca5XD0xNll
wmgdWm6d/Cw=
=4PRr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to