tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opal update



     I've been trying to update opal in order to test t38modem.
I've run into a problem in that it gets an error building and I
don't speak C++.  I have placed a copy of the new package at:
ftp://ftp.netbsd.org/pub/NetBSD/misc/jnemeth/opal-3.10.10.pkg.tar .
There are a bunch of errors of the following form:

=> Bootstrap dependency digest>=20010302: found digest-20180917
===> Building for opal-3.10.10
/usr/pkg/bin/gmake DEBUG_BUILD=no OPAL_SHARED_LIB=1
gmake[1]: Entering directory '/usr/pkgsrc/devel/opal/work/opal-3.10.10'
[CC] src/im/msrp.cxx
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:145:0,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psharedptr.h:63:21: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
     PSharedPtr(std::auto_ptr<element_type> & v)
                     ^~~~~~~~
In file included from /usr/include/g++/bits/locale_conv.h:41:0,
                 from /usr/include/g++/locale:43,
                 from /usr/include/g++/iomanip:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx: In member function 'bool MSRPProtocol::SendREPORT(const PString&, const PString&, const PString&, const PMIMEInfo&)':
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:47: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ostream {aka std::basic_ostream<char>}')
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                        ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:47: note: candidate: operator<<(int, int) <built-in>
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:47: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'int'
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/usr/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/usr/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/usr/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/usr/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/usr/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/usr/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/usr/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'long int'
/usr/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/usr/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'long unsigned int'
/usr/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/usr/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'bool'
In file included from /usr/include/g++/ostream:638:0,
                 from /usr/include/g++/istream:39,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'short int'
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/usr/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'short unsigned int'
In file included from /usr/include/g++/ostream:638:0,
                 from /usr/include/g++/istream:39,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'int'
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/usr/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'unsigned int'
/usr/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/usr/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'long long int'
/usr/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/usr/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'long long unsigned int'
/usr/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/usr/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'double'
/usr/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/usr/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'float'
/usr/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/usr/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'long double'
/usr/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/usr/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'const void*'
In file included from /usr/include/g++/ostream:638:0,
                 from /usr/include/g++/istream:39,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ostream {aka std::basic_ostream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/manager.h:47:0,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/endpoint.h:41,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:47:
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptclib/pstun.h:302:18: note: candidate: std::ostream& operator<<(std::ostream&, PSTUNClient::NatTypes)
 inline ostream & operator<<(ostream & strm, PSTUNClient::NatTypes type) { return strm << PSTUNClient::GetNatTypeString(type); }
                  ^~~~~~~~
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptclib/pstun.h:302:18: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'PSTUNClient::NatTypes'
In file included from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/manager.h:45:0,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/endpoint.h:41,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:47:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/codec/silencedetect.h:196:18: note: candidate: std::ostream& operator<<(std::ostream&, OpalSilenceDetector::Mode)
 extern ostream & operator<<(ostream & strm, OpalSilenceDetector::Mode mode);
                  ^~~~~~~~
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/codec/silencedetect.h:196:18: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'OpalSilenceDetector::Mode'
In file included from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/manager.h:41:0,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/endpoint.h:41,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:47:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/pres_ent.h:117:11: note: candidate: std::ostream& operator<<(std::ostream&, OpalPresenceInfo::State)
 ostream & operator<<(ostream & strm, OpalPresenceInfo::State state);
           ^~~~~~~~
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/pres_ent.h:117:11: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'OpalPresenceInfo::State'
In file included from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:45:0:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/mediatype.h:110:20: note: candidate: std::ostream& operator<<(std::ostream&, const OpalMediaType&)
 __inline ostream & operator << (ostream & strm, const OpalMediaType & mediaType)
                    ^~~~~~~~
/usr/pkgsrc/devel/opal/work/opal-3.10.10/include/opal/mediatype.h:110:20: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'const OpalMediaType&'
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:624:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/pstring.h:1662:19: note: candidate: std::wostream& operator<<(std::wostream&, const PString&)
 inline wostream & operator<<(wostream & stream, const PString & string)
                   ^~~~~~~~
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/pstring.h:1662:19: note:   no known conversion for argument 1 from 'std::basic_ostream<char>' to 'std::wostream& {aka std::basic_ostream<wchar_t>&}'
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/pstring.h:1655:18: note: candidate: std::ostream& operator<<(std::ostream&, const PString&)
 inline ostream & operator<<(ostream & stream, const PString & string)
                  ^~~~~~~~
/usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/pstring.h:1655:18: note:   no known conversion for argument 2 from 'std::ostream {aka std::basic_ostream<char>}' to 'const PString&'
In file included from /usr/include/g++/memory:82:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psharedptr.h:39,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:145,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/shared_ptr.h:66:5: note: candidate: template<class _Ch, class _Tr, class _Tp, __gnu_cxx::_Lock_policy _Lp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__shared_ptr<_Tp, _Lp>&)
     operator<<(std::basic_ostream<_Ch, _Tr>& __os,
     ^~~~~~~~
/usr/include/g++/bits/shared_ptr.h:66:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   'std::ostream {aka std::basic_ostream<char>}' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:363:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Put_time<_CharT>)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_time<_CharT> __f)
     ^~~~~~~~
/usr/include/g++/iomanip:363:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   'std::basic_ostream<char>' is not derived from 'std::_Put_time<_CharT>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:311:5: note: candidate: template<class _CharT, class _Traits, class _MoneyT> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Put_money<_MoneyT>)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f)
     ^~~~~~~~
/usr/include/g++/iomanip:311:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   'std::basic_ostream<char>' is not derived from 'std::_Put_money<_MoneyT>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:238:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setw)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
     ^~~~~~~~
/usr/include/g++/iomanip:238:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'std::_Setw'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:208:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setprecision)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
     ^~~~~~~~
/usr/include/g++/iomanip:208:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'std::_Setprecision'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:178:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setfill<_CharT>)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
     ^~~~~~~~
/usr/include/g++/iomanip:178:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   'std::basic_ostream<char>' is not derived from 'std::_Setfill<_CharT>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:143:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setbase)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
     ^~~~~~~~
/usr/include/g++/iomanip:143:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'std::_Setbase'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:109:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setiosflags)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
     ^~~~~~~~
/usr/include/g++/iomanip:109:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'std::_Setiosflags'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/iomanip:79:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Resetiosflags)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
     ^~~~~~~~
/usr/include/g++/iomanip:79:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'std::_Resetiosflags'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:628:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = std::basic_ostream<char>] <near match>
     operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
     ^~~~~~~~
/usr/include/g++/ostream:628:5: note:   conversion of argument 1 would be ill-formed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:28: error: cannot bind 'std::basic_ostream<char>' lvalue to 'std::basic_ostream<char>&&'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                        ~~~~^~~~~~~~~~~~~~~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/usr/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'const unsigned char*'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/usr/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'const signed char*'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/usr/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'const char*'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/ostream:638:0,
                 from /usr/include/g++/istream:39,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/usr/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'const char*'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/usr/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   mismatched types 'const _CharT*' and 'std::basic_ostream<char>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/usr/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'unsigned char'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/usr/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'signed char'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/usr/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'char'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/usr/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'char'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/istream:39:0,
                 from /usr/include/g++/sstream:38,
                 from /usr/include/g++/bits/quoted_string.h:38,
                 from /usr/include/g++/iomanip:45,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/usr/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ostream<char>')
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
In file included from /usr/include/g++/bits/ios_base.h:46:0,
                 from /usr/include/g++/iomanip:40,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:58,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/system_error:209:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/usr/include/g++/system_error:209:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:68: note:   cannot convert '(& mime)->PMIMEInfo::PrintContents(str.PStringStream::<anonymous>.std::basic_iostream<char>::<anonymous>)' (type 'std::ostream {aka std::basic_ostream<char>}') to type 'const std::error_code&'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                  ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/g++/string:52:0,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/object.h:57,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/psync.h:43,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/critsec.h:34,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib/contain.h:42,
                 from /usr/pkgsrc/devel/opal/work/.buildlink/include/ptlib.h:56,
                 from /usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:31:
/usr/include/g++/bits/basic_string.h:5340:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/usr/include/g++/bits/basic_string.h:5340:5: note:   template argument deduction/substitution failed:
/usr/pkgsrc/devel/opal/work/opal-3.10.10/src/im/msrp.cxx:838:72: note:   'std::ostream {aka std::basic_ostream<char>}' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>'
     PStringStream str; str << ::setfill('\r') << mime.PrintContents(str);
                                                                        ^
gmake[1]: *** [Makefile:534: /usr/pkgsrc/devel/opal/work/opal-3.10.10/lib_NetBSD_x86_64/obj/msrp.o] Error 1
gmake[1]: Leaving directory '/usr/pkgsrc/devel/opal/work/opal-3.10.10'
gmake: *** [Makefile:729: opt] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/devel/opal
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/opal


Home | Main Index | Thread Index | Old Index