Your message dated Thu, 3 Mar 2016 20:11:19 +0100
with message-id <[email protected]>
and subject line Re: Bug#811903: pfstools: FTBFS with GCC 6: declared in this
scope
has caused the Debian Bug report #811903,
regarding pfstools: 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.)
--
811903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811903
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pfstools
Version: 2.0.4-5
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
...
> [ 28%] Building CXX object src/filter/CMakeFiles/pfsclamp.dir/pfsclamp.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/filter && /usr/bin/c++
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src/pfs -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
> -D_FORTIFY_SOURCE=2 -o CMakeFiles/pfsclamp.dir/pfsclamp.cpp.o -c
> /<<PKGBUILDDIR>>/src/filter/pfsclamp.cpp
> /<<PKGBUILDDIR>>/src/filter/pfsclamp.cpp: In function 'void
> clamp(pfs::Array2D*, float, float, bool, bool)':
> /<<PKGBUILDDIR>>/src/filter/pfsclamp.cpp:78:20: error: 'isfinite' was not
> declared in this scope
> if( !isfinite(v) )
> ^
>
> /<<PKGBUILDDIR>>/src/filter/pfsclamp.cpp:78:20: 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 /<<PKGBUILDDIR>>/src/filter/pfsclamp.cpp:29:
> /usr/include/c++/6/cmath:601:5: note: 'std::isfinite'
> isfinite(_Tp __x)
> ^~~~~~~~
>
> src/filter/CMakeFiles/pfsclamp.dir/build.make:65: recipe for target
> 'src/filter/CMakeFiles/pfsclamp.dir/pfsclamp.cpp.o' failed
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
On 2016-03-03 Martin Michlmayr <[email protected]> wrote:
> * Martin Michlmayr <[email protected]> [2016-01-19 19:26]:
> > Package: pfstools
> > Version: 2.0.4-5
> >
> > 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.
> The package builds fine with GCC 6 6-20160228-1. Since the package
> itself didn't change, I guess that either a bug in GCC 6 got fixed or
> possibly a header in another package.
> You may want to update the bug you filed upstream. Feel free to close
> this bug afterwards.
Hello,
thanks for doublechecking and the hint about the upstream bug. I have
updated the info there.
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- End Message ---