Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-pplpy.spec'], chrootPath='/var/lib/mock/f33-build-364782-60691/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-pplpy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Wrote: /builddir/build/SRPMS/python-pplpy-0.8.4-8.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pplpy.spec'], chrootPath='/var/lib/mock/f33-build-364782-60691/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pplpy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZhNluF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pplpy-0.8.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/pplpy-0.8.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pplpy-0.8.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-pplpy-cython.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GnxGQG + umask 022 + cd /builddir/build/BUILD + cd pplpy-0.8.4 + export CC=gcc + CC=gcc + export 'LDSHARED=gcc -shared' + LDSHARED='gcc -shared' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.9 creating build/lib.linux-riscv64-3.9/ppl copying ppl/__init__.py -> build/lib.linux-riscv64-3.9/ppl copying ppl/polyhedron.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/constraint.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/linear_algebra.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/mip_problem.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/bit_arrays.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/generator.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/ppl_decl.pxd -> build/lib.linux-riscv64-3.9/ppl copying ppl/ppl_shim.hh -> build/lib.linux-riscv64-3.9/ppl running build_ext warning: ppl/polyhedron.pyx:832:90: local variable 'maximum' referenced before assignment warning: ppl/polyhedron.pyx:839:85: local variable 'maximum' referenced before assignment warning: ppl/polyhedron.pyx:912:90: local variable 'minimum' referenced before assignment warning: ppl/polyhedron.pyx:919:85: local variable 'minimum' referenced before assignment Compiling ppl/linear_algebra.pyx because it changed. Compiling ppl/mip_problem.pyx because it changed. Compiling ppl/polyhedron.pyx because it changed. Compiling ppl/generator.pyx because it changed. Compiling ppl/constraint.pyx because it changed. Compiling ppl/bit_arrays.pyx because it changed. [1/6] Cythonizing ppl/bit_arrays.pyx [2/6] Cythonizing ppl/constraint.pyx [3/6] Cythonizing ppl/generator.pyx [4/6] Cythonizing ppl/linear_algebra.pyx [5/6] Cythonizing ppl/mip_problem.pyx [6/6] Cythonizing ppl/polyhedron.pyx building 'ppl.linear_algebra' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/ppl gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Ippl -I/usr/lib64/python3.9/site-packages/gmpy2 -Ippl -I/builddir/build/BUILD/pplpy-0.8.4 -I/usr/lib64/python39.zip -I/usr/lib64/python3.9 -I/usr/lib64/python3.9/lib-dynload -I/usr/lib64/python3.9/site-packages -I/usr/lib/python3.9/site-packages -I/usr/include/python3.9 -c ppl/linear_algebra.cpp -o build/temp.linux-riscv64-3.9/ppl/linear_algebra.o ppl/linear_algebra.cpp:8:17: warning: "/*" within comment [-Wcomment] 8 | "ppl/*", | In file included from ppl/linear_algebra.cpp:658: /usr/include/ppl.hh:55:2: error: #error "This architecture is not supported by the currently installed ppl-devel packages." 55 | #error "This architecture is not supported by the currently installed ppl-devel packages." | ^~~~~ In file included from ppl/ppl_shim.hh:6, from ppl/linear_algebra.cpp:659: /usr/include/ppl.hh:55:2: error: #error "This architecture is not supported by the currently installed ppl-devel packages." 55 | #error "This architecture is not supported by the currently installed ppl-devel packages." | ^~~~~ In file included from ppl/linear_algebra.cpp:659: ppl/ppl_shim.hh:8:17: error: ‘Parma_Polyhedra_Library’ is not a namespace-name 8 | using namespace Parma_Polyhedra_Library; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/ppl_shim.hh:11:1: error: ‘Poly_Gen_Relation’ does not name a type 11 | Poly_Gen_Relation* new_relation_with(const Polyhedron &p, const Generator &g); | ^~~~~~~~~~~~~~~~~ ppl/ppl_shim.hh:12:1: error: ‘Poly_Con_Relation’ does not name a type 12 | Poly_Con_Relation* new_relation_with(const Polyhedron &p, const Constraint &c); | ^~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:897:3: error: ‘Parma_Polyhedra_Library’ does not name a type 897 | Parma_Polyhedra_Library::Constraint *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:910:3: error: ‘Parma_Polyhedra_Library’ does not name a type 910 | Parma_Polyhedra_Library::Constraint_System *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:922:3: error: ‘Parma_Polyhedra_Library’ does not name a type 922 | Parma_Polyhedra_Library::Poly_Con_Relation *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:935:3: error: ‘Parma_Polyhedra_Library’ does not name a type 935 | Parma_Polyhedra_Library::Variable *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:948:3: error: ‘Parma_Polyhedra_Library’ does not name a type 948 | Parma_Polyhedra_Library::Variables_Set *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:961:3: error: ‘Parma_Polyhedra_Library’ does not name a type 961 | Parma_Polyhedra_Library::Linear_Expression *thisptr; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1425:8: error: ‘Parma_Polyhedra_Library’ does not name a type 1425 | static Parma_Polyhedra_Library::Coefficient __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(PyObject *); /*proto*/ | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1682:126: error: ‘Parma_Polyhedra_Library’ has not been declared 1682 | static int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(struct __pyx_obj_3ppl_14linear_algebra_Variable *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_i); /* proto */ | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1682:166: error: expected ‘,’ or ‘...’ before ‘__pyx_v_i’ 1682 | static int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(struct __pyx_obj_3ppl_14linear_algebra_Variable *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_i); /* proto */ | ^~~~~~~~~ ppl/linear_algebra.cpp:1711:162: error: ‘Parma_Polyhedra_Library’ has not been declared 1711 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_n); /* proto */ | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1711:202: error: expected ‘,’ or ‘...’ before ‘__pyx_v_n’ 1711 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_n); /* proto */ | ^~~~~~~~~ ppl/linear_algebra.cpp:1713:187: error: ‘Parma_Polyhedra_Library’ has not been declared 1713 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, PyObject *__pyx_v_v, Parma_Polyhedra_Library::dimension_type __pyx_v_n); /* proto */ | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1713:227: error: expected ‘,’ or ‘...’ before ‘__pyx_v_n’ 1713 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, PyObject *__pyx_v_v, Parma_Polyhedra_Library::dimension_type __pyx_v_n); /* proto */ | ^~~~~~~~~ ppl/linear_algebra.cpp:1759:8: error: ‘Parma_Polyhedra_Library’ does not name a type 1759 | static Parma_Polyhedra_Library::Coefficient __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(PyObject *__pyx_v_c) { | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘int __pyx_pw_3ppl_14linear_algebra_8Variable_1__cinit__(PyObject*, PyObject*, PyObject*)’: ppl/linear_algebra.cpp:1857:3: error: ‘Parma_Polyhedra_Library’ has not been declared 1857 | Parma_Polyhedra_Library::dimension_type __pyx_v_i; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1890:5: error: ‘__pyx_v_i’ was not declared in this scope; did you mean ‘__pyx_k_i’? 1890 | __pyx_v_i = __Pyx_PyInt_As_size_t(values[0]); if (unlikely((__pyx_v_i == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 105, __pyx_L3_error) | ^~~~~~~~~ | __pyx_k_i ppl/linear_algebra.cpp:1890:80: error: ‘Parma_Polyhedra_Library’ has not been declared 1890 | __pyx_v_i = __Pyx_PyInt_As_size_t(values[0]); if (unlikely((__pyx_v_i == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 105, __pyx_L3_error) | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:852:43: note: in definition of macro ‘unlikely’ 852 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ ppl/linear_algebra.cpp:1900:131: error: ‘__pyx_v_i’ was not declared in this scope; did you mean ‘__pyx_k_i’? 1900 | __pyx_r = __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(((struct __pyx_obj_3ppl_14linear_algebra_Variable *)__pyx_v_self), __pyx_v_i); | ^~~~~~~~~ | __pyx_k_i ppl/linear_algebra.cpp: At global scope: ppl/linear_algebra.cpp:1907:126: error: ‘Parma_Polyhedra_Library’ has not been declared 1907 | static int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(struct __pyx_obj_3ppl_14linear_algebra_Variable *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_i) { | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1907:166: error: expected ‘,’ or ‘...’ before ‘__pyx_v_i’ 1907 | static int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(struct __pyx_obj_3ppl_14linear_algebra_Variable *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_i) { | ^~~~~~~~~ ppl/linear_algebra.cpp: In function ‘int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(__pyx_obj_3ppl_14linear_algebra_Variable*, int)’: ppl/linear_algebra.cpp:1919:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 1919 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variable(__pyx_v_i); | ^~~~~~~ ppl/linear_algebra.cpp:1919:31: error: ‘Parma_Polyhedra_Library’ does not name a type 1919 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variable(__pyx_v_i); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘void __pyx_pf_3ppl_14linear_algebra_8Variable_2__dealloc__(__pyx_obj_3ppl_14linear_algebra_Variable*)’: ppl/linear_algebra.cpp:1965:24: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 1965 | delete __pyx_v_self->thisptr; | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_8Variable_6id(__pyx_obj_3ppl_14linear_algebra_Variable*)’: ppl/linear_algebra.cpp:2083:52: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 2083 | __pyx_t_1 = __Pyx_PyInt_FromSize_t(__pyx_v_self->thisptr->id()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 148, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_8Variable_8OK(__pyx_obj_3ppl_14linear_algebra_Variable*)’: ppl/linear_algebra.cpp:2147:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 2147 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->OK()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 165, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_8Variable_10space_dimension(__pyx_obj_3ppl_14linear_algebra_Variable*)’: ppl/linear_algebra.cpp:2211:52: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 2211 | __pyx_t_1 = __Pyx_PyInt_FromSize_t(__pyx_v_self->thisptr->space_dimension()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 182, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘int __pyx_pf_3ppl_14linear_algebra_13Variables_Set___cinit__(__pyx_obj_3ppl_14linear_algebra_Variables_Set*, PyObject*)’: ppl/linear_algebra.cpp:2998:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 2998 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set(); | ^~~~~~~ ppl/linear_algebra.cpp:2998:33: error: ‘Parma_Polyhedra_Library’ does not name a type 2998 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set(); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:3085:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3085 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set((__pyx_v_arg0->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:3085:33: error: ‘Parma_Polyhedra_Library’ does not name a type 3085 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set((__pyx_v_arg0->thisptr[0])); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:3229:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3229 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set((__pyx_v_arg0->thisptr[0]), (__pyx_v_arg1->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:3229:33: error: ‘Parma_Polyhedra_Library’ does not name a type 3229 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Variables_Set((__pyx_v_arg0->thisptr[0]), (__pyx_v_arg1->thisptr[0])); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘void __pyx_pf_3ppl_14linear_algebra_13Variables_Set_4__dealloc__(__pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:3359:24: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3359 | delete __pyx_v_self->thisptr; | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_13Variables_Set_6OK(__pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:3412:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3412 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->OK()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 458, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_13Variables_Set_8space_dimension(__pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:3476:52: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3476 | __pyx_t_1 = __Pyx_PyInt_FromSize_t(__pyx_v_self->thisptr->space_dimension()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 476, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_13Variables_Set_10insert(__pyx_obj_3ppl_14linear_algebra_Variables_Set*, __pyx_obj_3ppl_14linear_algebra_Variable*)’: ppl/linear_algebra.cpp:3543:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3543 | __pyx_v_self->thisptr->insert((__pyx_v_v->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:3543:45: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 3543 | __pyx_v_self->thisptr->insert((__pyx_v_v->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_13Variables_Set_12ascii_dump(__pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:3594:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3594 | __pyx_v_self->thisptr->ascii_dump(); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_13Variables_Set_14__repr__(__pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:3658:52: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 3658 | __pyx_t_3 = __Pyx_PyInt_FromSize_t(__pyx_v_self->thisptr->size()); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 530, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘int __pyx_pf_3ppl_14linear_algebra_17Linear_Expression___cinit__(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*)’: ppl/linear_algebra.cpp:3859:3: error: ‘Parma_Polyhedra_Library’ has not been declared 3859 | Parma_Polyhedra_Library::Coefficient __pyx_t_9; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4022:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4022 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression(); | ^~~~~~~ ppl/linear_algebra.cpp:4022:33: error: ‘Parma_Polyhedra_Library’ does not name a type 4022 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression(); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4089:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4089 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression((__pyx_v_v->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:4089:33: error: ‘Parma_Polyhedra_Library’ does not name a type 4089 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression((__pyx_v_v->thisptr[0])); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4140:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4140 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression((__pyx_v_e->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:4140:33: error: ‘Parma_Polyhedra_Library’ does not name a type 4140 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression((__pyx_v_e->thisptr[0])); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4168:3: error: ‘__pyx_t_9’ was not declared in this scope; did you mean ‘__pyx_t_8’? 4168 | __pyx_t_9 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_arg); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 668, __pyx_L1_error) | ^~~~~~~~~ | __pyx_t_8 ppl/linear_algebra.cpp:4168:15: error: ‘__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject’ was not declared in this scope 4168 | __pyx_t_9 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_arg); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 668, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4169:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4169 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression(__pyx_t_9); | ^~~~~~~ ppl/linear_algebra.cpp:4169:31: error: ‘Parma_Polyhedra_Library’ does not name a type 4169 | __pyx_v_self->thisptr = new Parma_Polyhedra_Library::Linear_Expression(__pyx_t_9); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘void __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_2__dealloc__(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:4229:24: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4229 | delete __pyx_v_self->thisptr; | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_6space_dimension(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:4347:52: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4347 | __pyx_t_1 = __Pyx_PyInt_FromSize_t(__pyx_v_self->thisptr->space_dimension()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 713, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pw_3ppl_14linear_algebra_17Linear_Expression_9set_space_dimension(PyObject*, PyObject*)’: ppl/linear_algebra.cpp:4384:3: error: ‘Parma_Polyhedra_Library’ has not been declared 4384 | Parma_Polyhedra_Library::dimension_type __pyx_v_n; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4392:5: error: ‘__pyx_v_n’ was not declared in this scope; did you mean ‘__pyx_k_n’? 4392 | __pyx_v_n = __Pyx_PyInt_As_size_t(__pyx_arg_n); if (unlikely((__pyx_v_n == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 715, __pyx_L3_error) | ^~~~~~~~~ | __pyx_k_n ppl/linear_algebra.cpp:4392:82: error: ‘Parma_Polyhedra_Library’ has not been declared 4392 | __pyx_v_n = __Pyx_PyInt_As_size_t(__pyx_arg_n); if (unlikely((__pyx_v_n == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 715, __pyx_L3_error) | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:852:43: note: in definition of macro ‘unlikely’ 852 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ ppl/linear_algebra.cpp:4400:163: error: ‘Parma_Polyhedra_Library’ has not been declared 4400 | __pyx_r = __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(((struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *)__pyx_v_self), ((Parma_Polyhedra_Library::dimension_type)__pyx_v_n)); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4400:203: error: expected ‘)’ before ‘__pyx_v_n’ 4400 | __pyx_r = __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(((struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *)__pyx_v_self), ((Parma_Polyhedra_Library::dimension_type)__pyx_v_n)); | ~ ^~~~~~~~~ | ) ppl/linear_algebra.cpp: At global scope: ppl/linear_algebra.cpp:4407:162: error: ‘Parma_Polyhedra_Library’ has not been declared 4407 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4407:202: error: expected ‘,’ or ‘...’ before ‘__pyx_v_n’ 4407 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, int)’: ppl/linear_algebra.cpp:4419:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4419 | __pyx_v_self->thisptr->set_space_dimension(__pyx_v_n); | ^~~~~~~ ppl/linear_algebra.cpp:4419:46: error: ‘__pyx_v_n’ was not declared in this scope; did you mean ‘__pyx_k_n’? 4419 | __pyx_v_self->thisptr->set_space_dimension(__pyx_v_n); | ^~~~~~~~~ | __pyx_k_n ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_10swap_space_dimensions(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*, PyObject*)’: ppl/linear_algebra.cpp:4625:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4625 | __pyx_v_self->thisptr->swap_space_dimensions((__pyx_v_vv1->thisptr[0]), (__pyx_v_vv2->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:4625:62: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 4625 | __pyx_v_self->thisptr->swap_space_dimensions((__pyx_v_vv1->thisptr[0]), (__pyx_v_vv2->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:4625:89: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 4625 | __pyx_v_self->thisptr->swap_space_dimensions((__pyx_v_vv1->thisptr[0]), (__pyx_v_vv2->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pw_3ppl_14linear_algebra_17Linear_Expression_13shift_space_dimensions(PyObject*, PyObject*, PyObject*)’: ppl/linear_algebra.cpp:4663:3: error: ‘Parma_Polyhedra_Library’ has not been declared 4663 | Parma_Polyhedra_Library::dimension_type __pyx_v_n; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4706:5: error: ‘__pyx_v_n’ was not declared in this scope; did you mean ‘__pyx_v_v’? 4706 | __pyx_v_n = __Pyx_PyInt_As_size_t(values[1]); if (unlikely((__pyx_v_n == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 768, __pyx_L3_error) | ^~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp:4706:80: error: ‘Parma_Polyhedra_Library’ has not been declared 4706 | __pyx_v_n = __Pyx_PyInt_As_size_t(values[1]); if (unlikely((__pyx_v_n == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 768, __pyx_L3_error) | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:852:43: note: in definition of macro ‘unlikely’ 852 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ ppl/linear_algebra.cpp:4716:176: error: ‘__pyx_v_n’ was not declared in this scope; did you mean ‘__pyx_v_v’? 4716 | __pyx_r = __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(((struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *)__pyx_v_self), __pyx_v_v, __pyx_v_n); | ^~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp: At global scope: ppl/linear_algebra.cpp:4723:187: error: ‘Parma_Polyhedra_Library’ has not been declared 4723 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, PyObject *__pyx_v_v, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4723:227: error: expected ‘,’ or ‘...’ before ‘__pyx_v_n’ 4723 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, PyObject *__pyx_v_v, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*, int)’: ppl/linear_algebra.cpp:4790:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4790 | __pyx_v_self->thisptr->shift_space_dimensions((__pyx_v_vv->thisptr[0]), __pyx_v_n); | ^~~~~~~ ppl/linear_algebra.cpp:4790:62: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 4790 | __pyx_v_self->thisptr->shift_space_dimensions((__pyx_v_vv->thisptr[0]), __pyx_v_n); | ^~~~~~~ ppl/linear_algebra.cpp:4790:75: error: ‘__pyx_v_n’ was not declared in this scope; did you mean ‘__pyx_v_v’? 4790 | __pyx_v_self->thisptr->shift_space_dimensions((__pyx_v_vv->thisptr[0]), __pyx_v_n); | ^~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_14remove_space_dimensions(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, __pyx_obj_3ppl_14linear_algebra_Variables_Set*)’: ppl/linear_algebra.cpp:4856:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4856 | __pyx_v_self->thisptr->remove_space_dimensions((__pyx_v_V->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:4856:62: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variables_Set’ has no member named ‘thisptr’ 4856 | __pyx_v_self->thisptr->remove_space_dimensions((__pyx_v_V->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_16coefficient(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*)’: ppl/linear_algebra.cpp:4963:82: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 4963 | __pyx_t_3 = ((PyObject *)__pyx_f_5gmpy2_5gmpy2_GMPy_MPZ_From_mpz(__pyx_v_self->thisptr->coefficient((__pyx_v_vv->thisptr[0])).get_mpz_t())); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 838, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp:4963:116: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 4963 | __pyx_t_3 = ((PyObject *)__pyx_f_5gmpy2_5gmpy2_GMPy_MPZ_From_mpz(__pyx_v_self->thisptr->coefficient((__pyx_v_vv->thisptr[0])).get_mpz_t())); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 838, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_18coefficients(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5094:84: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5094 | __pyx_t_1 = ((PyObject *)__pyx_f_5gmpy2_5gmpy2_GMPy_MPZ_From_mpz(__pyx_v_self->thisptr->coefficient(Parma_Polyhedra_Library::Variable(__pyx_v_i)).get_mpz_t())); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 860, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp:5094:105: error: ‘Parma_Polyhedra_Library’ has not been declared 5094 | __pyx_t_1 = ((PyObject *)__pyx_f_5gmpy2_5gmpy2_GMPy_MPZ_From_mpz(__pyx_v_self->thisptr->coefficient(Parma_Polyhedra_Library::Variable(__pyx_v_i)).get_mpz_t())); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 860, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_20set_coefficient(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*, PyObject*)’: ppl/linear_algebra.cpp:5211:3: error: ‘Parma_Polyhedra_Library’ has not been declared 5211 | Parma_Polyhedra_Library::Coefficient __pyx_v_vv; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5217:3: error: ‘Parma_Polyhedra_Library’ has not been declared 5217 | Parma_Polyhedra_Library::Coefficient __pyx_t_4; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5278:3: error: ‘__pyx_t_4’ was not declared in this scope; did you mean ‘__pyx_t_3’? 5278 | __pyx_t_4 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_v); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 888, __pyx_L1_error) | ^~~~~~~~~ | __pyx_t_3 ppl/linear_algebra.cpp:5278:15: error: ‘__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject’ was not declared in this scope 5278 | __pyx_t_4 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_v); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 888, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5279:3: error: ‘__pyx_v_vv’ was not declared in this scope; did you mean ‘__pyx_v_v’? 5279 | __pyx_v_vv = __pyx_t_4; | ^~~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp:5288:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5288 | __pyx_v_self->thisptr->set_coefficient((__pyx_v_ii->thisptr[0]), __pyx_v_vv); | ^~~~~~~ ppl/linear_algebra.cpp:5288:55: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Variable’ has no member named ‘thisptr’ 5288 | __pyx_v_self->thisptr->set_coefficient((__pyx_v_ii->thisptr[0]), __pyx_v_vv); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_22inhomogeneous_term(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5351:82: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5351 | __pyx_t_1 = ((PyObject *)__pyx_f_5gmpy2_5gmpy2_GMPy_MPZ_From_mpz(__pyx_v_self->thisptr->inhomogeneous_term().get_mpz_t())); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 906, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_24set_inhomogeneous_term(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*)’: ppl/linear_algebra.cpp:5399:3: error: ‘Parma_Polyhedra_Library’ has not been declared 5399 | Parma_Polyhedra_Library::Coefficient __pyx_v_vv; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5402:3: error: ‘Parma_Polyhedra_Library’ has not been declared 5402 | Parma_Polyhedra_Library::Coefficient __pyx_t_1; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5415:3: error: ‘__pyx_t_1’ was not declared in this scope; did you mean ‘__pyx_v_v’? 5415 | __pyx_t_1 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_v); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 920, __pyx_L1_error) | ^~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp:5415:15: error: ‘__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject’ was not declared in this scope 5415 | __pyx_t_1 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_v); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 920, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:5416:3: error: ‘__pyx_v_vv’ was not declared in this scope; did you mean ‘__pyx_v_v’? 5416 | __pyx_v_vv = __pyx_t_1; | ^~~~~~~~~~ | __pyx_v_v ppl/linear_algebra.cpp:5425:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5425 | __pyx_v_self->thisptr->set_inhomogeneous_term(__pyx_v_vv); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_26is_zero(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5486:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5486 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->is_zero()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 939, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_28all_homogeneous_terms_are_zero(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5550:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5550 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->all_homogeneous_terms_are_zero()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 955, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_30is_equal_to(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, __pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5622:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5622 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->is_equal_to((__pyx_v_other->thisptr[0]))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 974, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp:5622:88: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5622 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->is_equal_to((__pyx_v_other->thisptr[0]))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 974, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_32ascii_dump(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5681:17: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5681 | __pyx_v_self->thisptr->ascii_dump(); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_34OK(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*)’: ppl/linear_algebra.cpp:5737:51: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 5737 | __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->OK()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1011, __pyx_L1_error) | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_38__add__(PyObject*, PyObject*)’: ppl/linear_algebra.cpp:6597:20: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6597 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) + (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:6597:49: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6597 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) + (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:6597:77: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6597 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) + (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_40__sub__(PyObject*, PyObject*)’: ppl/linear_algebra.cpp:6787:20: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6787 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) - (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:6787:49: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6787 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) - (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp:6787:77: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6787 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_lhs->thisptr[0]) - (__pyx_v_rhs->thisptr[0])); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_42__mul__(PyObject*, PyObject*)’: ppl/linear_algebra.cpp:6851:3: error: ‘Parma_Polyhedra_Library’ has not been declared 6851 | Parma_Polyhedra_Library::Coefficient __pyx_v_cc; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:6858:3: error: ‘Parma_Polyhedra_Library’ has not been declared 6858 | Parma_Polyhedra_Library::Coefficient __pyx_t_4; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:6939:3: error: ‘__pyx_t_4’ was not declared in this scope; did you mean ‘__pyx_t_3’? 6939 | __pyx_t_4 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_c); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1198, __pyx_L1_error) | ^~~~~~~~~ | __pyx_t_3 ppl/linear_algebra.cpp:6939:15: error: ‘__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject’ was not declared in this scope 6939 | __pyx_t_4 = __pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject(__pyx_v_c); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1198, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:6940:3: error: ‘__pyx_v_cc’ was not declared in this scope; did you mean ‘__pyx_v_c’? 6940 | __pyx_v_cc = __pyx_t_4; | ^~~~~~~~~~ | __pyx_v_c ppl/linear_algebra.cpp:6961:20: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6961 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_e->thisptr[0]) * __pyx_v_cc); | ^~~~~~~ ppl/linear_algebra.cpp:6961:47: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 6961 | (__pyx_v_result->thisptr[0]) = ((__pyx_v_e->thisptr[0]) * __pyx_v_cc); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_52permute_space_dimensions(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*)’: ppl/linear_algebra.cpp:7330:15: error: ‘Parma_Polyhedra_Library’ was not declared in this scope 7330 | std::vector __pyx_v_cpp_cycle; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:7330:48: error: template argument 1 is invalid 7330 | std::vector __pyx_v_cpp_cycle; | ^ ppl/linear_algebra.cpp:7330:48: error: template argument 2 is invalid ppl/linear_algebra.cpp:7331:3: error: ‘Parma_Polyhedra_Library’ is not a class, namespace, or enumeration 7331 | Parma_Polyhedra_Library::dimension_type __pyx_v_i; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:7338:3: error: ‘Parma_Polyhedra_Library’ is not a class, namespace, or enumeration 7338 | Parma_Polyhedra_Library::dimension_type __pyx_t_5; | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:7390:5: error: ‘__pyx_t_5’ was not declared in this scope; did you mean ‘__pyx_t_4’? 7390 | __pyx_t_5 = __Pyx_PyInt_As_size_t(__pyx_t_4); if (unlikely((__pyx_t_5 == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1289, __pyx_L1_error) | ^~~~~~~~~ | __pyx_t_4 ppl/linear_algebra.cpp:7390:80: error: ‘Parma_Polyhedra_Library’ is not a class, namespace, or enumeration 7390 | __pyx_t_5 = __Pyx_PyInt_As_size_t(__pyx_t_4); if (unlikely((__pyx_t_5 == ((Parma_Polyhedra_Library::dimension_type)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1289, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:852:43: note: in definition of macro ‘unlikely’ 852 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ ppl/linear_algebra.cpp:7392:5: error: ‘__pyx_v_i’ was not declared in this scope; did you mean ‘__pyx_k_i’? 7392 | __pyx_v_i = __pyx_t_5; | ^~~~~~~~~ | __pyx_k_i ppl/linear_algebra.cpp:7401:25: error: request for member ‘push_back’ in ‘__pyx_v_cpp_cycle’, which is of non-class type ‘int’ 7401 | __pyx_v_cpp_cycle.push_back(Parma_Polyhedra_Library::Variable(__pyx_v_i)); | ^~~~~~~~~ ppl/linear_algebra.cpp:7401:35: error: ‘Parma_Polyhedra_Library’ is not a class, namespace, or enumeration 7401 | __pyx_v_cpp_cycle.push_back(Parma_Polyhedra_Library::Variable(__pyx_v_i)); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:7423:19: error: ‘struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression’ has no member named ‘thisptr’ 7423 | __pyx_v_self->thisptr->permute_space_dimensions(__pyx_v_cpp_cycle); | ^~~~~~~ ppl/linear_algebra.cpp: In function ‘int __Pyx_modinit_function_export_code()’: ppl/linear_algebra.cpp:8708:77: error: ‘__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject’ was not declared in this scope 8708 | if (__Pyx_ExportFunction("PPL_Coefficient_from_pyobject", (void (*)(void))__pyx_f_3ppl_14linear_algebra_PPL_Coefficient_from_pyobject, "Parma_Polyhedra_Library::Coefficient (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: In function ‘int __pyx_pymod_exec_linear_algebra(PyObject*)’: ppl/linear_algebra.cpp:9213:3: error: ‘Parma_Polyhedra_Library’ has not been declared 9213 | Parma_Polyhedra_Library::restore_pre_PPL_rounding(); | ^~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp: At global scope: ppl/linear_algebra.cpp:11596:12: warning: ‘int __Pyx_ExportFunction(const char*, void (*)(), const char*)’ defined but not used [-Wunused-function] 11596 | static int __Pyx_ExportFunction(const char *name, void (*f)(void), const char *sig) { | ^~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4723:18: warning: ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, PyObject*, int)’ defined but not used [-Wunused-function] 4723 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_12shift_space_dimensions(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, PyObject *__pyx_v_v, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:4407:18: warning: ‘PyObject* __pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(__pyx_obj_3ppl_14linear_algebra_Linear_Expression*, int)’ defined but not used [-Wunused-function] 4407 | static PyObject *__pyx_pf_3ppl_14linear_algebra_17Linear_Expression_8set_space_dimension(struct __pyx_obj_3ppl_14linear_algebra_Linear_Expression *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppl/linear_algebra.cpp:1907:12: warning: ‘int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(__pyx_obj_3ppl_14linear_algebra_Variable*, int)’ defined but not used [-Wunused-function] 1907 | static int __pyx_pf_3ppl_14linear_algebra_8Variable___cinit__(struct __pyx_obj_3ppl_14linear_algebra_Variable *__pyx_v_self, Parma_Polyhedra_Library::dimension_type __pyx_v_i) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command '/usr/bin/gcc' failed with exit code 1 error: Bad exit status from /var/tmp/rpm-tmp.GnxGQG (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.GnxGQG (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pplpy.spec