Your message dated Thu, 14 Jul 2016 19:24:10 +0000
with message-id <[email protected]>
and subject line Bug#830463: fixed in libterralib 4.3.0+dfsg.2-8
has caused the Debian Bug report #830463,
regarding libterralib: FTBFS: ../../../src/terralib/kernel/TeDefines.h:208:11: 
error: '::isnan' has not been declared
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.)


-- 
830463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830463
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libterralib
Version: 4.3.0+dfsg.2-7
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -c -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security 
> -std=c++11 -fpermissive -I/usr/include/geotiff -I/usr/include/dxflib 
> -I/usr/include/qwt -O2 -std=gnu++0x -D_REENTRANT -Wall -W -fPIC -DNDEBUG 
> -D_USRDLL -DTL_AS_DLL -I. -I../../../src/terralib/kernel 
> -I../../../src/terralib/functions -I../../../src/terralib/utils 
> -I../../../src/tiff -I../../../src/zlib 
> -I../../../src/terralib/drivers/libjpeg -I../../../src/libjpeg 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o 
> ../../../Release/linux-g++/obj/terralib/TeAbstractTheme.o 
> ../../../src/terralib/kernel/TeAbstractTheme.cpp
> In file included from ../../../src/terralib/kernel/TeAbstractTheme.h:29:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> ../../../src/terralib/kernel/TeDefines.h:208:11: error: '::isnan' has not 
> been declared
>    using ::isnan;
>            ^
> ../../../src/terralib/kernel/TeBox.h: In member function 'bool 
> TeBox::isValid() const':
> ../../../src/terralib/kernel/TeDefines.h:209:22: error: '::isnan' has not 
> been declared
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:7: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>        ^
> ../../../src/terralib/kernel/TeDefines.h:209:22: note: suggested alternative:
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:7: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>        ^
> In file included from ../../../src/terralib/kernel/TeDefines.h:207:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.h:29,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>      isnan(_Tp __x)
>      ^
> In file included from ../../../src/terralib/kernel/TeAbstractTheme.h:29:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> ../../../src/terralib/kernel/TeDefines.h:209:22: error: '::isnan' has not 
> been declared
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:23: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                        ^
> ../../../src/terralib/kernel/TeDefines.h:209:22: note: suggested alternative:
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:23: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                        ^
> In file included from ../../../src/terralib/kernel/TeDefines.h:207:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.h:29,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>      isnan(_Tp __x)
>      ^
> In file included from ../../../src/terralib/kernel/TeAbstractTheme.h:29:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> ../../../src/terralib/kernel/TeDefines.h:209:22: error: '::isnan' has not 
> been declared
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:39: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                                        ^
> ../../../src/terralib/kernel/TeDefines.h:209:22: note: suggested alternative:
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:39: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                                        ^
> In file included from ../../../src/terralib/kernel/TeDefines.h:207:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.h:29,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>      isnan(_Tp __x)
>      ^
> In file included from ../../../src/terralib/kernel/TeAbstractTheme.h:29:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> ../../../src/terralib/kernel/TeDefines.h:209:22: error: '::isnan' has not 
> been declared
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:55: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                                                        ^
> ../../../src/terralib/kernel/TeDefines.h:209:22: note: suggested alternative:
>  #define TeISNAN( x ) ::isnan( x )
>                       ^
> ../../../src/terralib/kernel/TeBox.h:119:55: note: in expansion of macro 
> 'TeISNAN'
>    if( TeISNAN(x1_) || TeISNAN(y1_) || TeISNAN(x2_) || TeISNAN(y2_))
>                                                        ^
> In file included from ../../../src/terralib/kernel/TeDefines.h:207:0,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.h:29,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:23:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>      isnan(_Tp __x)
>      ^
> In file included from ../../../src/terralib/kernel/TeView.h:29:0,
>                  from ../../../src/terralib/kernel/TeDatabase.h:40,
>                  from ../../../src/terralib/kernel/TeAbstractTheme.cpp:26:
> ../../../src/terralib/kernel/TeLayer.h: At global scope:
> ../../../src/terralib/kernel/TeLayer.h:105:37: warning: type qualifiers 
> ignored on function return type [-Wignored-qualifiers]
>   virtual TeDatabase* const database() 
>                                      ^
> make[3]: *** [../../../Release/linux-g++/obj/terralib/TeAbstractTheme.o] 
> Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/libterralib_4.3.0+dfsg.2-7_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libterralib
Source-Version: 4.3.0+dfsg.2-8

We believe that the bug you reported is fixed in the latest version of
libterralib, 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.
Alastair McKinstry <[email protected]> (supplier of updated libterralib 
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: SHA256

Format: 1.8
Date: Thu, 14 Jul 2016 17:36:39 +0100
Source: libterralib
Binary: libterralib-dev libterralib3 libterralib-doc
Architecture: source amd64 all
Version: 4.3.0+dfsg.2-8
Distribution: sid
Urgency: medium
Maintainer: Debian GIS Team <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Description:
 libterralib-dev - C++ library for Geographical Information Systems -- 
development p
 libterralib-doc - C++ library for Geographical Information Systems -- 
documentation
 libterralib3 - C++ library for Geographical Information Systems
Closes: 830463 830910
Changes:
 libterralib (4.3.0+dfsg.2-8) unstable; urgency=medium
 .
   * Fix for ::isnan change for G++ 5.4, 6.1. Closes: #830463
   * Drop Petter Reinholsen as uploader. Closes: #830910.
Checksums-Sha1:
 81e3ebb146e30146e5bbce61a1223aa4590f0486 2322 libterralib_4.3.0+dfsg.2-8.dsc
 d977fbc8db6aa4e31e64d0b4e147f4c15abdb400 29816 
libterralib_4.3.0+dfsg.2-8.debian.tar.xz
 ebf6e306111e53fd129fca21ec0ba110bc53d074 3474196 
libterralib-dev_4.3.0+dfsg.2-8_amd64.deb
 d1aa72c5ca2c46525e9139fd7d03c3d4a0520f56 20404580 
libterralib-doc_4.3.0+dfsg.2-8_all.deb
 d3d989186ef9f4eb59c7768d1cec707e0657314f 34954354 
libterralib3-dbgsym_4.3.0+dfsg.2-8_amd64.deb
 e0d2f7f679667015de75e11f2b8fb6e19fb753bb 2547556 
libterralib3_4.3.0+dfsg.2-8_amd64.deb
Checksums-Sha256:
 ae45a76b9a7e7eda22c588df857ae763ed64d8792d499ad89a52acf626f79415 2322 
libterralib_4.3.0+dfsg.2-8.dsc
 ff69e1ae79d857c7c7f03ccf8ef9cef9a2d04b39965c0734d1db509d9cd2d20b 29816 
libterralib_4.3.0+dfsg.2-8.debian.tar.xz
 f5bcc3936a501896c4012b25abf2af28e5a05d44a228313c4f28635736802567 3474196 
libterralib-dev_4.3.0+dfsg.2-8_amd64.deb
 8c56ac232094b8e0e5feef8a1d2d51798a6e57e87d836a47cfde75ec668ad747 20404580 
libterralib-doc_4.3.0+dfsg.2-8_all.deb
 f1795c4f013ba9f18023e0c55aa95103cb9165b0144a4a96ee732988d0b46996 34954354 
libterralib3-dbgsym_4.3.0+dfsg.2-8_amd64.deb
 13bdcaf716f38d6d47308d77f66b13a16bf5c2f49c5082f013bcee2e01489b18 2547556 
libterralib3_4.3.0+dfsg.2-8_amd64.deb
Files:
 7b99ec18bdeae33eeda07d19ee6e6f49 2322 libs optional 
libterralib_4.3.0+dfsg.2-8.dsc
 b23c919bb14ee33748a6a72b857a0e05 29816 libs optional 
libterralib_4.3.0+dfsg.2-8.debian.tar.xz
 c0f4b128ccccac41e1dba1fc155adcd0 3474196 libdevel optional 
libterralib-dev_4.3.0+dfsg.2-8_amd64.deb
 50207e12c5728cbbe35c71ebbf21f180 20404580 doc optional 
libterralib-doc_4.3.0+dfsg.2-8_all.deb
 965bf1363b3583475081f8ea926c1445 34954354 debug extra 
libterralib3-dbgsym_4.3.0+dfsg.2-8_amd64.deb
 6d2440d8a18c2a3946bbc465957ddb85 2547556 libs optional 
libterralib3_4.3.0+dfsg.2-8_amd64.deb

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

iQIcBAEBCAAGBQJXh8PtAAoJEMvmu05dmtOl0PgP/3SAFoLktoOHPkEwXPTGHQD0
/A3MAk63dZiq2loCtf9fGGNL5ZZ6/tc5ruviL4kNkNDBWgBY1JgRyk/AfU9jwwG2
kYzNexidyhp1Sn5zrYd6FLVVKeOj+gTZEPxUiPeHHJbKQYG6C8WcsaZOvoVh20OH
btEEcHGaQAIKP2l0IOx+nQZkOabEljcFRGiBTxFMja/1hPQBHZypEHzc4ognco6H
oqu6WIrcgoHPiC33j8Axa84TnWUG13pvqJmubShV00MQcUGDjLsxfjcH2aSWIIFn
bAqrEvGySZDEa9P2mYI9DfFzHpFy30IQ5+ctoyI5Z8ORvGmjTgP/sFUZV2y2Gxvl
10Zwax0lgYuTjfLqb0/8HGjnCwBuNA4BnZJhHhqeSnx+jBXyR3/2gtAYUjGHZQtL
YdiUcfQxPigLrhwgz+UjJhkfmfBKzhklGd66xYKkzKxkiNHMu1g9Sx5bNS9GI/BS
Rh1u/va5voyBOhM8fbZOIqR0DL3ey0yarUHTo0k4YjfnbqCNj/KI4wFBnpkwG/vS
fmM2Fmyn0TDFxM984VA1JRaM6ry+pSBQQfCaAkWOZ2xE3vVej2TCwDUG53vR7Ui7
Yxs6Yi1xOfKqZB3fmynWrd60xnit8dV8rDXsrlE7vmL+dXP42mr65qzzUclF+H3k
7MtBqVtLAJLDwdt0ZJ7s
=v4uz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to