[Debichem-devel] Bug#831086: bagel: FTBFS with GCC 6: is not a member of

Graham Inggs ginggs at debian.org
Sat Aug 6 11:13:43 UTC 2016


Control: retitle -1 bagel: FTBFS with GCC 6: is not a member of


Since mpich was rebuilt with GCC 6, bagel now FTBFS with the following:


Making all in io
make[5]: Entering directory '/«PKGBUILDDIR»/src/util/io'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile mpicxx
-DHAVE_CONFIG_H -I. -I../../..   -std=c++11 -Wdate-time
-D_FORTIFY_SOURCE=2 -I../../.. -g -O2 -DNDEBUG -c -o moldenin.lo
moldenin.cc
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../.. -std=c++11
-Wdate-time -D_FORTIFY_SOURCE=2 -I../../.. -g -O2 -DNDEBUG -c
moldenin.cc -o moldenin.o
In file included from ../../../src/util/math/vectorb.h:30:0,
                 from ../../../src/util/math/matrix_base.h:33,
                 from ../../../src/util/math/matrix.h:32,
                 from ../../../src/molecule/shell.h:29,
                 from ../../../src/integral/rys/rysintegral.h:32,
                 from ../../../src/df/dfinttask_old.h:28,
                 from ../../../src/df/paralleldf.h:29,
                 from ../../../src/df/df.h:28,
                 from ../../../src/wfn/geometry.h:29,
                 from ../../../src/scf/coeff.h:29,
                 from ../../../src/wfn/reference.h:30,
                 from ../../../src/util/io/moldenio.h:31,
                 from ../../../src/util/io/moldenin.h:28,
                 from moldenin.cc:25:
../../../src/util/math/btas_interface.h: In function ‘void
btas::print(const T&, std::__cxx11::string, typename T::size_type)’:
../../../src/util/math/btas_interface.h:99:5: error: ‘cout’ is not a
member of ‘std’
     std::cout << "++++ " + name + " ++++" << std::endl;
     ^~~
../../../src/util/math/btas_interface.h:104:9: error: ‘cout’ is not a
member of ‘std’
         std::cout << std::fixed << std::setw(width) <<
std::setprecision(prec) << *(t.begin()+i+t.extent(0)*j)  << " ";
         ^~~
../../../src/util/math/btas_interface.h:106:7: error: ‘cout’ is not a
member of ‘std’
       std::cout << std::endl;
       ^~~
Makefile:445: recipe for target 'moldenin.lo' failed
make[5]: *** [moldenin.lo] Error 1



More information about the Debichem-devel mailing list