Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created January 17, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/271719f569087f423197b6d8808ea6f1 to your computer and use it in GitHub Desktop.
Save oberstet/271719f569087f423197b6d8808ea6f1 to your computer and use it in GitHub Desktop.
[ 95%] Built target Cling
Scanning dependencies of target cppyy_backend
[ 95%] Building CXX object cppyy/CMakeFiles/cppyy_backend.dir/src/clingcwrapper.cxx.o
/tmp/pip-BVnCrW-build/src/backend/cppyy/src/clingcwrapper.cxx:715:35: error: invalid operands to binary expression ('basic_ostream<char, std::char_traits<char> >' and 'std::ostringstream' (aka 'basic_ostringstream<char>'))
std::cerr << "Warning: " << msg << '\n';
~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:245:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const void *' for 1st argument; take the address of the argument with &
operator<<(const void* __p)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:998:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const std::bernoulli_distribution' for 2nd argument
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/system_error:209:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const std::error_code' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:108:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to '__ostream_type &(*)(__ostream_type &)' (aka 'basic_ostream<char, std::char_traits<char> > &(*)(basic_ostream<char, std::char_traits<char> > &)') for 1st argument
operator<<(__ostream_type& (*__pf)(__ostream_type&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:117:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to '__ios_type &(*)(__ios_type &)' (aka 'basic_ios<char, std::char_traits<char> > &(*)(basic_ios<char, std::char_traits<char> > &)') for 1st argument
operator<<(__ios_type& (*__pf)(__ios_type&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:127:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::ios_base &(*)(std::ios_base &)' for 1st argument
operator<<(ios_base& (*__pf) (ios_base&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:166:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'long' for 1st argument
operator<<(long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:170:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'unsigned long' for 1st argument
operator<<(unsigned long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:174:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'bool' for 1st argument
operator<<(bool __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:178:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'short' for 1st argument
operator<<(short __n);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:181:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'unsigned short' for 1st argument
operator<<(unsigned short __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:189:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'int' for 1st argument
operator<<(int __n);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:192:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'unsigned int' for 1st argument
operator<<(unsigned int __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:201:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'long long' for 1st argument
operator<<(long long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:205:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'unsigned long long' for 1st argument
operator<<(unsigned long long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:220:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'double' for 1st argument
operator<<(double __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:224:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'float' for 1st argument
operator<<(float __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:232:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'long double' for 1st argument
operator<<(long double __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:270:7: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to '__streambuf_type *' (aka 'basic_streambuf<char, std::char_traits<char> > *') for 1st argument
operator<<(__streambuf_type* __sb);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:502:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'char' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:508:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:514:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'signed char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:519:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'unsigned char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:556:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:569:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const signed char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:574:5: note: candidate function [with _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const unsigned char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:628:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>, _Tp = std::__cxx11::basic_ostringstream<char>] not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'basic_ostream<char, std::char_traits<char> > &&' for 1st argument
operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ostream.tcc:321:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const char *' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:79:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::_Resetiosflags' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:109:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::_Setiosflags' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:143:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::_Setbase' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:208:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::_Setprecision' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:238:5: note: candidate function [with _CharT = char, _Traits = std::char_traits<char>] not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'std::_Setw' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
^
/tmp/pip-BVnCrW-build/builddir/include/TString.h:449:16: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream<char>') to 'const TString' for 2nd argument
std::ostream &operator<<(std::ostream &str, const TString &s);
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:346:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Bool_t b) { buf.WriteBool(b); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:347:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Char_t c) { buf.WriteChar(c); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:348:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, UChar_t c) { buf.WriteUChar(c); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:349:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Short_t s) { buf.WriteShort(s); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:350:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, UShort_t s) { buf.WriteUShort(s); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:351:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Int_t i) { buf.WriteInt(i); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:352:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, UInt_t i) { buf.WriteUInt(i); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:353:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Long_t l) { buf.WriteLong(l); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:354:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, ULong_t l) { buf.WriteULong(l); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:355:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Long64_t l) { buf.WriteLong64(l); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:356:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, ULong64_t l){ buf.WriteULong64(l);return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:357:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Float_t f) { buf.WriteFloat(f); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:358:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, Double_t d) { buf.WriteDouble(d); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:359:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, const Char_t *c) { buf.WriteCharP(c); return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:360:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, const TString &s) { buf.WriteTString(s);return buf; }
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:398:17: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
inline TBuffer &operator<<(TBuffer &buf, const TObject *obj)
^
/tmp/pip-BVnCrW-build/builddir/include/TString.h:454:11: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
TBuffer &operator<<(TBuffer &buf, const TString * sp);
^
/tmp/pip-BVnCrW-build/builddir/include/TUUID.h:97:10: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::char_traits<char> >' to 'TBuffer &' for 1st argument
TBuffer &operator<<(TBuffer &buf, const TUUID &uuid);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:497:5: note: candidate template ignored: deduced conflicting types for parameter '_CharT' ('char' vs. 'std::__cxx11::basic_ostringstream<char>')
operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/basic_string.h:5172:5: note: candidate template ignored: could not match 'basic_string' against 'basic_ostringstream'
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/tmp/pip-BVnCrW-build/builddir/include/TBuffer.h:384:32: note: candidate template ignored: could not match 'const Tmpl *' against 'std::ostringstream' (aka 'basic_ostringstream<char>')
template <class Tmpl> TBuffer &operator<<(TBuffer &buf, const Tmpl *obj)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.h:1269:5: note: candidate template ignored: could not match 'independent_bits_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:156:5: note: candidate template ignored: could not match 'linear_congruential_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:477:5: note: candidate template ignored: could not match 'mersenne_twister_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:632:5: note: candidate template ignored: could not match 'subtract_with_carry_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:702:5: note: candidate template ignored: could not match 'discard_block_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:831:5: note: candidate template ignored: could not match 'shuffle_order_engine' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:877:5: note: candidate template ignored: could not match 'uniform_int_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:936:5: note: candidate template ignored: could not match 'uniform_real_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1080:5: note: candidate template ignored: could not match 'geometric_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1195:5: note: candidate template ignored: could not match 'negative_binomial_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1400:5: note: candidate template ignored: could not match 'poisson_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1667:5: note: candidate template ignored: could not match 'binomial_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1731:5: note: candidate template ignored: could not match 'exponential_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1898:5: note: candidate template ignored: could not match 'normal_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:1963:5: note: candidate template ignored: could not match 'lognormal_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2036:5: note: candidate template ignored: could not match 'chi_squared_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2123:5: note: candidate template ignored: could not match 'cauchy_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2200:5: note: candidate template ignored: could not match 'fisher_f_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2275:5: note: candidate template ignored: could not match 'student_t_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2444:5: note: candidate template ignored: could not match 'gamma_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2522:5: note: candidate template ignored: could not match 'weibull_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2598:5: note: candidate template ignored: could not match 'extreme_value_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2734:5: note: candidate template ignored: could not match 'discrete_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:2944:5: note: candidate template ignored: could not match 'piecewise_constant_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/random.tcc:3160:5: note: candidate template ignored: could not match 'piecewise_linear_distribution' against 'basic_ostringstream'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream:539:5: note: candidate template ignored: could not match 'const _CharT *' against 'std::ostringstream' (aka 'basic_ostringstream<char>')
operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:178:5: note: candidate template ignored: could not match '_Setfill' against 'basic_ostringstream'
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:311:5: note: candidate template ignored: could not match '_Put_money' against 'basic_ostringstream'
operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iomanip:363:5: note: candidate template ignored: could not match '_Put_time' against 'basic_ostringstream'
operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_time<_CharT> __f)
^
1 error generated.
cppyy/CMakeFiles/cppyy_backend.dir/build.make:62: die Regel für Ziel „cppyy/CMakeFiles/cppyy_backend.dir/src/clingcwrapper.cxx.o“ scheiterte
make[2]: *** [cppyy/CMakeFiles/cppyy_backend.dir/src/clingcwrapper.cxx.o] Fehler 1
CMakeFiles/Makefile2:12873: die Regel für Ziel „cppyy/CMakeFiles/cppyy_backend.dir/all“ scheiterte
make[1]: *** [cppyy/CMakeFiles/cppyy_backend.dir/all] Fehler 2
make[1]: *** Auf noch nicht beendete Prozesse wird gewartet …
1 warning generated.
1 warning generated.
1 warning generated.
[ 95%] Linking CXX executable ../../bin/rootcling
[ 95%] Built target rootcling
Makefile:149: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
error: Failed to build cppyy_backend
error
Cleaning up...
Removing source in /tmp/pip-BVnCrW-build
Command "/home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-BVnCrW-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-Rv5qPJ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-BVnCrW-build/
Exception information:
Traceback (most recent call last):
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/req/req_install.py", line 878, in install
spinner=spinner,
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/utils/__init__.py", line 707, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command "/home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-BVnCrW-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-Rv5qPJ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-BVnCrW-build/
oberstet@thinkpad-t430s:~/scm/oberstet/scratchbox/cpp/capnproto/test1/PyPy-cppyy-backend-6.6.9.0$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment