Package: caret
Version: 5.6.4~dfsg.1-3
Severity: important
User: [email protected]
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
...
> g++ -c -m64 -pipe -fopenmp -DUBUNTU -Wno-deprecated -g -Wno-deprecated -Wall 
> -g -O2 -DCARET_BUILDID=Debian_amd64 -D_REENTRANT -Wall -W -fPIC -DCARET_FLAG 
> -DHAVE_MINC -DHAVE_QWT -DHAVE_VTK -DHAVE_VTK5 -DHAVE_MINC -DQT_NO_DEBUG 
> -DQT_PLUGIN -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4 -I. -I../caret_brain_set -I../caret_command_operations 
> -I../caret_common -I../caret_statistics -I../caret_files 
> -I../caret_uniformize -I../caret_widgets -I../caret_cifti -I/usr/include 
> -I/usr/include/qwt-qt4 -I/usr/include/vtk-5.10 -I/usr/include 
> -I/usr/X11R6/include -I. -o BrainModelVolumeSureFitSegmentation.o 
> BrainModelVolumeSureFitSegmentation.cxx
> BrainModelVolumeSureFitSegmentation.cxx: In member function 'void 
> BrainModelVolumeSureFitSegmentation::generateOuterBoundary()':
> BrainModelVolumeSureFitSegmentation.cxx:3848:54: error: no match for 
> 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ostream 
> {aka std::basic_ostream<char>}')
>        std::cout << "#### GenerateOuterBoundary ####" << std::cout;
>        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
> 
> BrainModelVolumeSureFitSegmentation.cxx:3848:54: note: candidate: 
> operator<<(int, int) <built-in>
> BrainModelVolumeSureFitSegmentation.cxx:3848:54: note:   no known conversion 
> for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'int'

Reply via email to