=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py311-soapy-sdr-0.7.2
[ 33%] Swig compile SoapySDR.i for python
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:196: Warning 302: Identifier 'StringToSetting' redefined (ignored),
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:190: Warning 302: previous definition of 'StringToSetting'.
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:202: Warning 302: Identifier 'StringToSetting' redefined (ignored),
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:190: Warning 302: previous definition of 'StringToSetting'.
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:208: Warning 302: Identifier 'StringToSetting' redefined (ignored),
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:190: Warning 302: previous definition of 'StringToSetting'.
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:214: Warning 302: Identifier 'StringToSetting' redefined (ignored),
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:190: Warning 302: previous definition of 'StringToSetting'.
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Device.hpp:105: Warning 509: Overloaded method SoapySDR::Device::make(std::vector< std::string,std::allocator< std::string > > const &) effectively ignored,
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Device.hpp:95: Warning 509: as it is shadowed by SoapySDR::Device::make(SoapySDR::KwargsList const &).
[ 33%] Built target SoapySDR_swig_compilation
[ 66%] Building CXX object CMakeFiles/_SoapySDR.dir/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o
In file included from /usr/include/g++/type_traits:35:0,
                 from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:14,
                 from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Modules.hpp:15,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:3607:
/usr/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6821:13: warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]
             globalHandle = nullptr;
             ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'PyTypeObject* SwigPyObject_TypeOnce()':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:2008:5: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
     };
     ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'PyTypeObject* SwigPyPacked_TypeOnce()':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:2195:5: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
     };
     ^
In file included from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Modules.hpp:15:0,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:3607:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp: At global scope:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:175:15: error: 'enable_if' in namespace 'std' does not name a template type
 typename std::enable_if<std::is_same<Type, bool>::value, Type>::type StringToSetting(const std::string &s)
               ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:175:24: error: expected unqualified-id before '<' token
 typename std::enable_if<std::is_same<Type, bool>::value, Type>::type StringToSetting(const std::string &s)
                        ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:193:15: error: 'enable_if' in namespace 'std' does not name a template type
 typename std::enable_if<not std::is_same<Type, bool>::value and std::is_integral<Type>::value and std::is_signed<Type>::value, Type>::type StringToSetting(const std::string &s)
               ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:193:24: error: expected unqualified-id before '<' token
 typename std::enable_if<not std::is_same<Type, bool>::value and std::is_integral<Type>::value and std::is_signed<Type>::value, Type>::type StringToSetting(const std::string &s)
                        ^
In file included from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Modules.hpp:15:0,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:3607:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:199:15: error: 'enable_if' in namespace 'std' does not name a template type
 typename std::enable_if<not std::is_same<Type, bool>::value and std::is_integral<Type>::value and std::is_unsigned<Type>::value, Type>::type StringToSetting(const std::string &s)
               ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:199:24: error: expected unqualified-id before '<' token
 typename std::enable_if<not std::is_same<Type, bool>::value and std::is_integral<Type>::value and std::is_unsigned<Type>::value, Type>::type StringToSetting(const std::string &s)
                        ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:205:15: error: 'enable_if' in namespace 'std' does not name a template type
 typename std::enable_if<std::is_floating_point<Type>::value, Type>::type StringToSetting(const std::string &s)
               ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:205:24: error: expected unqualified-id before '<' token
 typename std::enable_if<std::is_floating_point<Type>::value, Type>::type StringToSetting(const std::string &s)
                        ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:211:15: error: 'enable_if' in namespace 'std' does not name a template type
 typename std::enable_if<std::is_same<typename std::decay<Type>::type, std::string>::value, Type>::type StringToSetting(const std::string &s)
               ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:211:24: error: expected unqualified-id before '<' token
 typename std::enable_if<std::is_same<typename std::decay<Type>::type, std::string>::value, Type>::type StringToSetting(const std::string &s)
                        ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp: In function 'std::string SoapySDR::Detail::SettingToString(const Type&)':
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:234:12: error: 'to_string' is not a member of 'std'
     return std::to_string(s);
            ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp: In function 'Type SoapySDR::StringToSetting(const string&)':
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:242:12: error: 'StringToSetting' is not a member of 'SoapySDR::Detail'
     return SoapySDR::Detail::StringToSetting<Type>(s);
            ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:242:12: note: suggested alternative:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:240:6: note:   'SoapySDR::StringToSetting'
 Type SoapySDR::StringToSetting(const std::string &s)
      ^
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/SoapySDR/Types.hpp:242:50: error: expected primary-expression before '>' token
     return SoapySDR::Detail::StringToSetting<Type>(s);
                                                  ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In destructor 'virtual _SoapySDR_pythonLogHandlerBase::~_SoapySDR_pythonLogHandlerBase()':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6821:28: error: 'nullptr' was not declared in this scope
             globalHandle = nullptr;
                            ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In static member function 'static void _SoapySDR_pythonLogHandlerBase::globalHandler(SoapySDR::LogLevel, const char*)':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6830:33: error: 'nullptr' was not declared in this scope
             if (globalHandle != nullptr) globalHandle->handle(logLevel, message);
                                 ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: At global scope:
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:6837:84: error: 'nullptr' was not declared in this scope
     _SoapySDR_pythonLogHandlerBase *_SoapySDR_pythonLogHandlerBase::globalHandle = nullptr;
                                                                                    ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'PyTypeObject* swig_varlink_type()':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:45415:7: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
       };
       ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx: In function 'PyObject* PyInit__SoapySDR()':
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:1068:46: warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]
 #     define SWIG_PYTHON_INITIALIZE_THREADS  PyEval_InitThreads() 
                                              ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:45727:3: note: in expansion of macro 'SWIG_PYTHON_INITIALIZE_THREADS'
   SWIG_PYTHON_INITIALIZE_THREADS;
   ^
In file included from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/Python.h:95:0,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:175:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/ceval.h:132:37: note: declared here
 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
                                     ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:1068:46: warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]
 #     define SWIG_PYTHON_INITIALIZE_THREADS  PyEval_InitThreads() 
                                              ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:45727:3: note: in expansion of macro 'SWIG_PYTHON_INITIALIZE_THREADS'
   SWIG_PYTHON_INITIALIZE_THREADS;
   ^
In file included from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/Python.h:95:0,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:175:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/ceval.h:132:37: note: declared here
 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
                                     ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:1068:65: warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]
 #     define SWIG_PYTHON_INITIALIZE_THREADS  PyEval_InitThreads() 
                                                                 ^
/scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:45727:3: note: in expansion of macro 'SWIG_PYTHON_INITIALIZE_THREADS'
   SWIG_PYTHON_INITIALIZE_THREADS;
   ^
In file included from /scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/Python.h:95:0,
                 from /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx:175:
/scratch/work/ham/py-soapy-sdr/work/.buildlink/include/python3.11/ceval.h:132:37: note: declared here
 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
                                     ^
--- CMakeFiles/_SoapySDR.dir/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o ---
*** [CMakeFiles/_SoapySDR.dir/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o] Error code 1

make[2]: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
1 error

make[2]: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
--- CMakeFiles/_SoapySDR.dir/all ---
*** [CMakeFiles/_SoapySDR.dir/all] Error code 2

make[1]: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
1 error

make[1]: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
*** [all] Error code 2

make: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
1 error

make: stopped in /scratch/work/ham/py-soapy-sdr/work/SoapySDR-soapy-sdr-0.7.2/python
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/ham/py-soapy-sdr
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/ham/py-soapy-sdr