Package: libaria Version: 2.8.0+repack-1 Severity: important User: [email protected] Usertags: ftbfs-gcc-6 gcc-6-cannot-convert
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. > sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux ... > g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security > -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -D_REENTRANT -fPIC -fno-exceptions > -Iinclude src/ArCameraCommands.cpp -o obj/ArCameraCommands.o > g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security > -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -D_REENTRANT -fPIC -fno-exceptions > -Iinclude src/ArCameraCollection.cpp -o obj/ArCameraCollection.o > src/ArCameraCollection.cpp: In member function > 'ArCameraCollection::CommandInfo* ArCameraCollection::findCommandInfo(const > char*, const char*)': > src/ArCameraCollection.cpp:569:12: error: cannot convert 'bool' to > 'ArCameraCollection::CommandInfo*' in return > return false; > ^~~~~ > > src/ArCameraCollection.cpp: In member function > 'ArCameraCollection::ParamInfo* ArCameraCollection::findParamInfo(const > char*, const char*)': > src/ArCameraCollection.cpp:591:12: error: cannot convert 'bool' to > 'ArCameraCollection::ParamInfo*' in return > return false; > ^~~~~ > > Makefile:659: recipe for target 'obj/ArCameraCollection.o' failed -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

