Bug#811851: ossim: FTBFS with GCC 6: no match for
Martin Michlmayr
tbm at hpe.com
Wed Jan 20 02:37:42 UTC 2016
Package: ossim
Version: 1.8.20.3+ds-2
Severity: important
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match
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
...
> cd /<<BUILDDIR>>/ossim-1.8.20.3+ds/debian/build/src/ossim && /usr/bin/c++ -DOSSIMMAKINGDLL -Dossim_EXPORTS -I/<<BUILDDIR>>/ossim-1.8.20.3+ds/ossim/include -I/<<BUILDDIR>>/ossim-1.8.20.3+ds/debian/build/include -I/usr/include/geos -I/usr/include/geotiff -I/usr/include/x86_64-linux-gnu -I/usr/include/freetype2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -o CMakeFiles/ossim.dir/font/ossimFont.cpp.o -c /<<BUILDDIR>>/ossim-1.8.20.3+ds/ossim/src/ossim/font/ossimFont.cpp
> /<<BUILDDIR>>/ossim-1.8.20.3+ds/ossim/src/ossim/elevation/ossimElevManager.cpp: In member function 'virtual std::ostream& ossimElevManager::print(std::ostream&) const':
> /<<BUILDDIR>>/ossim-1.8.20.3+ds/ossim/src/ossim/elevation/ossimElevManager.cpp:650:52: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ostream {aka std::basic_ostream<char>}')
> out<<"m_dbRoundRobin["<<i<<"]["<<j<<"] = "<<m_dbRoundRobin[i][j]->print(out)<<endl;
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the Pkg-grass-devel
mailing list