INFO: gcc: build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c INFO: gcc: build/src.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/fortranobject.c In file included from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/ndarraytypes.h:1948, from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/arrayobject.h:5, from build/src.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/fortranobject.h:13, from build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:23: /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ In file included from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/ndarraytypes.h:1948, from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/arrayobject.h:5, from build/src.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/fortranobject.h:13, from build/src.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/fortranobject.c:2: /packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:98:32: error: unknown type name 'thread_local' 98 | #define F2PY_THREAD_LOCAL_DECL thread_local | ^~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:438:8: note: in expansion of macro 'F2PY_THREAD_LOCAL_DECL' 438 | static F2PY_THREAD_LOCAL_DECL cb_f_in_dvode__user__routines_t *_active_cb_f_in_dvode__user__routines = NULL; | ^~~~~~~~~~~~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:438:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token 438 | static F2PY_THREAD_LOCAL_DECL cb_f_in_dvode__user__routines_t *_active_cb_f_in_dvode__user__routines = NULL; | ^ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'swap_active_cb_f_in_dvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:441:45: error: '_active_cb_f_in_dvode__user__routines' undeclared (first use in this function); did you mean 'swap_active_cb_f_in_dvode__user__routines'? 441 | cb_f_in_dvode__user__routines_t *prev = _active_cb_f_in_dvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swap_active_cb_f_in_dvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:441:45: note: each undeclared identifier is reported only once for each function it appears in build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'get_active_cb_f_in_dvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:447:12: error: '_active_cb_f_in_dvode__user__routines' undeclared (first use in this function); did you mean 'get_active_cb_f_in_dvode__user__routines'? 447 | return _active_cb_f_in_dvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | get_active_cb_f_in_dvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: At top level: build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:98:32: error: unknown type name 'thread_local' 98 | #define F2PY_THREAD_LOCAL_DECL thread_local | ^~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:631:8: note: in expansion of macro 'F2PY_THREAD_LOCAL_DECL' 631 | static F2PY_THREAD_LOCAL_DECL cb_jac_in_dvode__user__routines_t *_active_cb_jac_in_dvode__user__routines = NULL; | ^~~~~~~~~~~~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:631:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token 631 | static F2PY_THREAD_LOCAL_DECL cb_jac_in_dvode__user__routines_t *_active_cb_jac_in_dvode__user__routines = NULL; | ^ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'swap_active_cb_jac_in_dvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:634:47: error: '_active_cb_jac_in_dvode__user__routines' undeclared (first use in this function); did you mean 'swap_active_cb_jac_in_dvode__user__routines'? 634 | cb_jac_in_dvode__user__routines_t *prev = _active_cb_jac_in_dvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swap_active_cb_jac_in_dvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'get_active_cb_jac_in_dvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:640:12: error: '_active_cb_jac_in_dvode__user__routines' undeclared (first use in this function); did you mean 'get_active_cb_jac_in_dvode__user__routines'? 640 | return _active_cb_jac_in_dvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | get_active_cb_jac_in_dvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: At top level: build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:98:32: error: unknown type name 'thread_local' 98 | #define F2PY_THREAD_LOCAL_DECL thread_local | ^~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:826:8: note: in expansion of macro 'F2PY_THREAD_LOCAL_DECL' 826 | static F2PY_THREAD_LOCAL_DECL cb_f_in_zvode__user__routines_t *_active_cb_f_in_zvode__user__routines = NULL; | ^~~~~~~~~~~~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:826:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token 826 | static F2PY_THREAD_LOCAL_DECL cb_f_in_zvode__user__routines_t *_active_cb_f_in_zvode__user__routines = NULL; | ^ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'swap_active_cb_f_in_zvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:829:45: error: '_active_cb_f_in_zvode__user__routines' undeclared (first use in this function); did you mean 'swap_active_cb_f_in_zvode__user__routines'? 829 | cb_f_in_zvode__user__routines_t *prev = _active_cb_f_in_zvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swap_active_cb_f_in_zvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'get_active_cb_f_in_zvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:835:12: error: '_active_cb_f_in_zvode__user__routines' undeclared (first use in this function); did you mean 'get_active_cb_f_in_zvode__user__routines'? 835 | return _active_cb_f_in_zvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | get_active_cb_f_in_zvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: At top level: build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:98:32: error: unknown type name 'thread_local' 98 | #define F2PY_THREAD_LOCAL_DECL thread_local | ^~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:1019:8: note: in expansion of macro 'F2PY_THREAD_LOCAL_DECL' 1019 | static F2PY_THREAD_LOCAL_DECL cb_jac_in_zvode__user__routines_t *_active_cb_jac_in_zvode__user__routines = NULL; | ^~~~~~~~~~~~~~~~~~~~~~ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:1019:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token 1019 | static F2PY_THREAD_LOCAL_DECL cb_jac_in_zvode__user__routines_t *_active_cb_jac_in_zvode__user__routines = NULL; | ^ build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'swap_active_cb_jac_in_zvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:1022:47: error: '_active_cb_jac_in_zvode__user__routines' undeclared (first use in this function); did you mean 'swap_active_cb_jac_in_zvode__user__routines'? 1022 | cb_jac_in_zvode__user__routines_t *prev = _active_cb_jac_in_zvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swap_active_cb_jac_in_zvode__user__routines build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c: In function 'get_active_cb_jac_in_zvode__user__routines': build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c:1028:12: error: '_active_cb_jac_in_zvode__user__routines' undeclared (first use in this function); did you mean 'get_active_cb_jac_in_zvode__user__routines'? 1028 | return _active_cb_jac_in_zvode__user__routines; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | get_active_cb_jac_in_zvode__user__routines error: Command "gcc -Wno-unused-result -Wsign-compare -DNDEBUG -D_BSD_SOURCE -D_BSD_SOURCE -fPIC -DHAVE_CBLAS -DNO_ATLAS_INFO=1 -I/system/develop/headers/x86/blis -Ibuild/src.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate -I/packages/python38_x86-3.8.12-3/.self/lib/python3.8/vendor-packages/numpy/core/include -Ibuild/src.haiku-1-BePC-3.8/numpy/distutils/include -I/packages/python38_x86-3.8.12-3/.self/develop/headers/python3.8 -c build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.c -o build/temp.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.o -MMD -MF build/temp.haiku-1-BePC-3.8/build/src.haiku-1-BePC-3.8/scipy/integrate/vodemodule.o.d" failed with exit status 1