Package: src:jeolib-jiplib
Version: 1.2.1+ds-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:jeolib-jiplib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:147952:22:
 error: ‘PyString_AsString’ was not declared in this scope
147952 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:147966:20:
 error: ‘PyString_AsString’ was not declared in this scope
147966 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:147968:20:
 error: ‘PyString_AsString’ was not declared in this scope
147968 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_VectorOgr_join__SWIG_1(PyObject*, Py_ssize_t, 
PyObject**)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148090:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148090 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148091:18:
 error: ‘PyString_AsString’ was not declared in this scope
148091 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148094:18:
 error: ‘PyString_AsString’ was not declared in this scope
148094 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148106:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148106 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148107:22:
 error: ‘PyString_AsString’ was not declared in this scope
148107 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148109:24:
 error: ‘PyString_AsString’ was not declared in this scope
148109 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148113:24:
 error: ‘PyString_AsString’ was not declared in this scope
148113 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148115:24:
 error: ‘PyString_AsString’ was not declared in this scope
148115 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148125:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148125 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148126:20:
 error: ‘PyString_AsString’ was not declared in this scope
148126 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148130:22:
 error: ‘PyString_AsString’ was not declared in this scope
148130 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148144:20:
 error: ‘PyString_AsString’ was not declared in this scope
148144 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148146:20:
 error: ‘PyString_AsString’ was not declared in this scope
148146 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_VectorOgr_train(PyObject*, PyObject*)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148637:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148637 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148638:18:
 error: ‘PyString_AsString’ was not declared in this scope
148638 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148641:18:
 error: ‘PyString_AsString’ was not declared in this scope
148641 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148653:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148653 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148654:22:
 error: ‘PyString_AsString’ was not declared in this scope
148654 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148656:24:
 error: ‘PyString_AsString’ was not declared in this scope
148656 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148660:24:
 error: ‘PyString_AsString’ was not declared in this scope
148660 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148662:24:
 error: ‘PyString_AsString’ was not declared in this scope
148662 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148672:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148672 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148673:20:
 error: ‘PyString_AsString’ was not declared in this scope
148673 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148677:22:
 error: ‘PyString_AsString’ was not declared in this scope
148677 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148691:20:
 error: ‘PyString_AsString’ was not declared in this scope
148691 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148693:20:
 error: ‘PyString_AsString’ was not declared in this scope
148693 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_VectorOgr_trainMem(PyObject*, PyObject*)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148771:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148771 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148772:18:
 error: ‘PyString_AsString’ was not declared in this scope
148772 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148775:18:
 error: ‘PyString_AsString’ was not declared in this scope
148775 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148787:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148787 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148788:22:
 error: ‘PyString_AsString’ was not declared in this scope
148788 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148790:24:
 error: ‘PyString_AsString’ was not declared in this scope
148790 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148794:24:
 error: ‘PyString_AsString’ was not declared in this scope
148794 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148796:24:
 error: ‘PyString_AsString’ was not declared in this scope
148796 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148806:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148806 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148807:20:
 error: ‘PyString_AsString’ was not declared in this scope
148807 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148811:22:
 error: ‘PyString_AsString’ was not declared in this scope
148811 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148825:20:
 error: ‘PyString_AsString’ was not declared in this scope
148825 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148827:20:
 error: ‘PyString_AsString’ was not declared in this scope
148827 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_VectorOgr_classify__SWIG_0(PyObject*, Py_ssize_t, 
PyObject**)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148904:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148904 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148905:18:
 error: ‘PyString_AsString’ was not declared in this scope
148905 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148908:18:
 error: ‘PyString_AsString’ was not declared in this scope
148908 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148920:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148920 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148921:22:
 error: ‘PyString_AsString’ was not declared in this scope
148921 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148923:24:
 error: ‘PyString_AsString’ was not declared in this scope
148923 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148927:24:
 error: ‘PyString_AsString’ was not declared in this scope
148927 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148929:24:
 error: ‘PyString_AsString’ was not declared in this scope
148929 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148939:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
148939 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148940:20:
 error: ‘PyString_AsString’ was not declared in this scope
148940 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148944:22:
 error: ‘PyString_AsString’ was not declared in this scope
148944 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148958:20:
 error: ‘PyString_AsString’ was not declared in this scope
148958 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:148960:20:
 error: ‘PyString_AsString’ was not declared in this scope
148960 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_VectorOgr_classify__SWIG_1(PyObject*, Py_ssize_t, 
PyObject**)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149060:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149060 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149061:18:
 error: ‘PyString_AsString’ was not declared in this scope
149061 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149064:18:
 error: ‘PyString_AsString’ was not declared in this scope
149064 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149076:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149076 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149077:22:
 error: ‘PyString_AsString’ was not declared in this scope
149077 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149079:24:
 error: ‘PyString_AsString’ was not declared in this scope
149079 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149083:24:
 error: ‘PyString_AsString’ was not declared in this scope
149083 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149085:24:
 error: ‘PyString_AsString’ was not declared in this scope
149085 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149095:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149095 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149096:20:
 error: ‘PyString_AsString’ was not declared in this scope
149096 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149100:22:
 error: ‘PyString_AsString’ was not declared in this scope
149100 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149114:20:
 error: ‘PyString_AsString’ was not declared in this scope
149114 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149116:20:
 error: ‘PyString_AsString’ was not declared in this scope
149116 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx: In 
function ‘PyObject* _wrap_new_AppFactory__SWIG_4(PyObject*, Py_ssize_t, 
PyObject**)’:
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149663:12:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149663 |         if(PyString_Check(pKey)){
       |            ^~~~~~~~~~~~~~
       |            PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149664:18:
 error: ‘PyString_AsString’ was not declared in this scope
149664 |           theKey=PyString_AsString(pKey);
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149667:18:
 error: ‘PyString_AsString’ was not declared in this scope
149667 |           theKey=PyString_AsString(PyUnicode_AsUTF8String(pKey));
       |                  ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149679:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149679 |             if (PyString_Check(rValue))
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149680:22:
 error: ‘PyString_AsString’ was not declared in this scope
149680 |             theValue=PyString_AsString(rValue);
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149682:24:
 error: ‘PyString_AsString’ was not declared in this scope
149682 |             theValue = 
PyString_AsString(PyUnicode_AsUTF8String(rValue));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149686:24:
 error: ‘PyString_AsString’ was not declared in this scope
149686 |               theValue=PyString_AsString(tmp_obj);
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149688:24:
 error: ‘PyString_AsString’ was not declared in this scope
149688 |               
theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                        ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149698:17:
 error: ‘PyString_Check’ was not declared in this scope; did you mean 
‘PyMapping_Check’?
149698 |         else if(PyString_Check(pValue)){
       |                 ^~~~~~~~~~~~~~
       |                 PyMapping_Check
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149699:20:
 error: ‘PyString_AsString’ was not declared in this scope
149699 |           theValue=PyString_AsString(pValue);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149703:22:
 error: ‘PyString_AsString’ was not declared in this scope
149703 |           theValue = PyString_AsString(PyUnicode_AsUTF8String(pValue));
       |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149717:20:
 error: ‘PyString_AsString’ was not declared in this scope
149717 |           theValue=PyString_AsString(tmp_obj);
       |                    ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/build/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx:149719:20:
 error: ‘PyString_AsString’ was not declared in this scope
149719 |           theValue=PyString_AsString(PyUnicode_AsUTF8String(tmp_obj));
       |                    ^~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/jiplib_python.dir/build.make:82: 
CMakeFiles/jiplib_python.dir/CMakeFiles/jiplib_python.dir/jiplibPYTHON_wrap.cxx.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [CMakeFiles/Makefile2:1116: CMakeFiles/jiplib_python.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to