listing git files failed - pretending there aren't any src/geos.c: In function ‘coordseq_from_buffer’: src/geos.c:896:14: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 896 | if ((cs1 == dims * 8) && (cs2 == 8)) { | ^~ src/geos.c:902:33: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 902 | else if ((cs1 == 8) && (cs2 == size * 8)) { | ^~ In file included from src/strtree.c:18: src/strtree.c: In function ‘nearest_all_distance_callback’: src/kvec.h:61:25: warning: value computed is not used [-Wunused-value] 61 | #define kv_pop(v) ((v).a[--(v).n]) | ~~~~~~^~~~~~~~~~ src/strtree.c:680:7: note: in expansion of macro ‘kv_pop’ 680 | kv_pop(*(params->dist_pairs)); | ^~~~~~ src/ufuncs.c:166:47: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 166 | static PyUFuncGenericFunction Y_b_funcs[1] = {&Y_b_func}; | ^ src/ufuncs.c:166:47: note: (near initialization for ‘Y_b_funcs[0]’) src/ufuncs.c:198:47: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 198 | static PyUFuncGenericFunction O_b_funcs[1] = {&O_b_func}; | ^ src/ufuncs.c:198:47: note: (near initialization for ‘O_b_funcs[0]’) src/ufuncs.c:239:48: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 239 | static PyUFuncGenericFunction YY_b_funcs[1] = {&YY_b_func}; | ^ src/ufuncs.c:239:48: note: (near initialization for ‘YY_b_funcs[0]’) src/ufuncs.c:320:50: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 320 | static PyUFuncGenericFunction YY_b_p_funcs[1] = {&YY_b_p_func}; | ^ src/ufuncs.c:320:50: note: (near initialization for ‘YY_b_p_funcs[0]’) src/ufuncs.c:341:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 341 | static PyUFuncGenericFunction is_prepared_funcs[1] = {&is_prepared_func}; | ^ src/ufuncs.c:341:55: note: (near initialization for ‘is_prepared_funcs[0]’) src/ufuncs.c:458:47: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 458 | static PyUFuncGenericFunction Y_Y_funcs[1] = {&Y_Y_func}; | ^ src/ufuncs.c:458:47: note: (near initialization for ‘Y_Y_funcs[0]’) src/ufuncs.c:507:45: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 507 | static PyUFuncGenericFunction Y_funcs[1] = {&Y_func}; | ^ src/ufuncs.c:507:45: note: (near initialization for ‘Y_funcs[0]’) src/ufuncs.c:593:48: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 593 | static PyUFuncGenericFunction Yd_Y_funcs[1] = {&Yd_Y_func}; | ^ src/ufuncs.c:593:48: note: (near initialization for ‘Yd_Y_funcs[0]’) src/ufuncs.c:729:48: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 729 | static PyUFuncGenericFunction Yi_Y_funcs[1] = {&Yi_Y_func}; | ^ src/ufuncs.c:729:48: note: (near initialization for ‘Yi_Y_funcs[0]’) src/ufuncs.c:877:48: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 877 | static PyUFuncGenericFunction YY_Y_funcs[1] = {&YY_Y_func}; | ^ src/ufuncs.c:877:48: note: (near inigcc -pthread -shared build/temp.linux-i686-3.9/src/c_api.o build/temp.linux-i686-3.9/src/coords.o build/temp.linux-i686-3.9/src/geos.o build/temp.linux-i686-3.9/src/lib.o build/temp.linux-i686-3.9/src/pygeom.o build/temp.linux-i686-3.9/src/strtree.o build/temp.linux-i686-3.9/src/ufuncs.o build/temp.linux-i686-3.9/src/vector.o -L/usr/lib -L/usr/lib -lgeos_c -o build/lib.linux-i686-3.9/pygeos/lib.cpython-39-i386-linux-gnu.so building 'pygeos._geometry' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/pygeos compile options: '-DGEOS_USE_ONLY_R_API -I./src -I/usr/include -I/usr/include/python3.9 -I/usr/lib/python3.9/site-packages/numpy/core/include -c' gcc: pygeos/_geometry.c gcc -pthread -shared build/temp.linux-i686-3.9/pygeos/_geometry.o -L/usr/lib -L/usr/lib -lgeos_c -o build/lib.linux-i686-3.9/pygeos/_geometry.cpython-39-i386-linux-gnu.so building 'pygeos._geos' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DGEOS_USE_ONLY_R_API -I./src -I/usr/include -I/usr/include/python3.9 -I/usr/lib/python3.9/site-packages/numpy/core/include -c' gcc: pygeos/_geos.c gcc -pthread -shared build/temp.linux-i686-3.9/pygeos/_geos.o -L/usr/lib -L/usr/lib -lgeos_c -o build/lib.linux-i686-3.9/pygeos/_geos.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9 creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/__init__.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/constructive.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/coordinates.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/creation.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/decorators.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/enum.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/geometry.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/io.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/linear.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/measurement.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/predicates.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/set_operations.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/strtree.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/testing.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos creating /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/__init__.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/common.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_constructive.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_coordinates.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_creation.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_creation_indices.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_geometry.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_io.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_linear.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_measurement.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_misc.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_predicates.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_set_operations.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_strtree.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/tests/test_testing.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests copying build/lib.linux-i686-3.9/pygeos/_geometry.c -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geometry.pyx -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geos.c -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geos.pxd -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geos.pyx -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_pygeos_api.pxd -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_version.py -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/lib.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geometry.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos copying build/lib.linux-i686-3.9/pygeos/_geos.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/constructive.py to constructive.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/coordinates.py to coordinates.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/creation.py to creation.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/decorators.py to decorators.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/enum.py to enum.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/geometry.py to geometry.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/io.py to io.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/linear.py to linear.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/measurement.py to measurement.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/predicates.py to predicates.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/set_operations.py to set_operations.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/strtree.py to strtree.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/testing.py to testing.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/common.py to common.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_constructive.py to test_constructive.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_coordinates.py to test_coordinates.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_creation.py to test_creation.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_creation_indices.py to test_creation_indices.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_geometry.py to test_geometry.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_linear.py to test_linear.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_measurement.py to test_measurement.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_misc.py to test_misc.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_predicates.py to test_predicates.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_set_operations.py to test_set_operations.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_strtree.py to test_strtree.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/tests/test_testing.py to test_testing.cpython-39.pyc byte-compiling /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos/_version.py to _version.cpython-39.pyc running install_egg_info Copying pygeos.egg-info to /usr/src/slapt-src/gis/python-pygeos/package-python-pygeos/usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info running install_scripts Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/gis/python-pygeos/python-pygeos-0.12.0-i586-1salix15.0.txz WARNING: zero length file usr/lib/python3.9/site-packages/pygeos/tests/__init__.py Slackware package /usr/src/slapt-src/gis/python-pygeos/python-pygeos-0.12.0-i586-1salix15.0.txz created. Installing package python-pygeos-0.12.0-i586-1salix15.0... | python-pygeos (Python wrapper for geos) | | PyGEOS is a C/Python library with vectorized geometry functions. The | geometry operations are done in the open-source geometry library | GEOS. PyGEOS wraps these operations in NumPy ufuncs providing a | performance improvement when operating on arrays of geometries. | | | | | | | DOUBLE_COREDIM_LOOP_OUTER { | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/fast_loop_macros.h:80:47: warning: unused variable ‘cp2’ [-Wunused-variable] 80 | char *ip1 = args[0], *op1 = args[1], *cp1, *cp2; \ | ^~~ src/ufuncs.c:2200:3: note: in expansion of macro ‘DOUBLE_COREDIM_LOOP_OUTER’ 2200 | DOUBLE_COREDIM_LOOP_OUTER { | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/fast_loop_macros.h:80:41: warning: unused variable ‘cp1’ [-Wunused-variable] 80 | char *ip1 = args[0], *op1 = args[1], *cp1, *cp2; \ | ^~~ src/ufuncs.c:2200:3: note: in expansion of macro ‘DOUBLE_COREDIM_LOOP_OUTER’ 2200 | DOUBLE_COREDIM_LOOP_OUTER { | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/ufuncs.c: At top level: src/ufuncs.c:2226:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2226 | static PyUFuncGenericFunction linestrings_funcs[1] = {&linestrings_func}; | ^ src/ufuncs.c:2226:55: note: (near initialization for ‘linestrings_funcs[0]’) In file included from src/ufuncs.c:15: src/ufuncs.c: In function ‘linearrings_func’: src/fast_loop_macros.h:83:15: warning: unused variable ‘i_c1’ [-Wunused-variable] 83 | npy_intp i, i_c1, i_c2; \ | ^~~~ src/ufuncs.c:2242:3: note: in expansion of macro ‘DOUBLE_COREDIM_LOOP_OUTER’ 2242 | DOUBLE_COREDIM_LOOP_OUTER { | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/ufuncs.c: At top level: src/ufuncs.c:2289:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2289 | static PyUFuncGenericFunction linearrings_funcs[1] = {&linearrings_func}; | ^ src/ufuncs.c:2289:55: note: (near initialization for ‘linearrings_funcs[0]’) src/ufuncs.c:2401:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2401 | static PyUFuncGenericFunction polygons_funcs[1] = {&polygons_func}; | ^ src/ufuncs.c:2401:52: note: (near initialization for ‘polygons_funcs[0]’) src/ufuncs.c:2504:61: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2504 | static PyUFuncGenericFunction create_collection_funcs[1] = {&create_collection_func}; | ^ src/ufuncs.c:2504:61: note: (near initialization for ‘create_collection_funcs[0]’) src/ufuncs.c:2598:50: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2598 | static PyUFuncGenericFunction bounds_funcs[1] = {&bounds_func}; | ^ src/ufuncs.c:2598:50: note: (near initialization for ‘bounds_funcs[0]’) src/ufuncs.c:2691:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2691 | static PyUFuncGenericFunction from_wkb_funcs[1] = {&from_wkb_func}; | ^ src/ufuncs.c:2691:52: note: (near initialization for ‘from_wkb_funcs[0]’) src/ufuncs.c:2768:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2768 | static PyUFuncGenericFunction from_wkt_funcs[1] = {&from_wkt_func}; | ^ src/ufuncs.c:2768:52: note: (near initialization for ‘from_wkt_funcs[0]’) src/ufuncs.c:2822:56: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2822 | static PyUFuncGenericFunction from_shapely_funcs[1] = {&from_shapely_func}; | ^ src/ufuncs.c:2822:56: note: (near initialization for ‘from_shapely_funcs[0]’) src/ufuncs.c:2927:50: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 2927 | static PyUFuncGenericFunction to_wkb_funcs[1] = {&to_wkb_func}; | ^ src/ufuncs.c:2927:50: note: (near initialization for ‘to_wkb_funcs[0]’) src/ufuncs.c:3011:50: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 3011 | static PyUFuncGenericFunction to_wkt_funcs[1] = {&to_wkt_func}; | ^ src/ufuncs.c:3011:50: note: (near initialization for ‘to_wkt_funcs[0]’) src/ufuncs.c:3091:56: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 3091 | static PyUFuncGenericFunction from_geojson_funcs[1] = {&from_geojson_func}; | ^ src/ufuncs.c:3091:56: note: (near initialization for ‘from_geojson_funcs[0]’) src/ufuncs.c:3158:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const int *, const int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, int *, int *, void *)’} [-Wincompatible-pointer-types] 3158 | static PyUFuncGenericFunction to_geojson_funcs[1] = {&to_geojson_func}; | ^ src/ufuncs.c:3158:54: note: (near initialization for ‘to_geojson_funcs[0]’) In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from pygeos/_geometry.c:714: /usr/lib/python3.9/site-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 " \ | ^~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python-pygeos-0.12.0/ usr/doc/python-pygeos-0.12.0/LICENSE usr/doc/python-pygeos-0.12.0/README.rst usr/doc/python-pygeos-0.12.0/python-pygeos.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/pygeos/ usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/ usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/pygeos-0.12.0-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/pygeos/__init__.py usr/lib/python3.9/site-packages/pygeos/__pycache__/ usr/lib/python3.9/site-packages/pygeos/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/_version.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/constructive.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/coordinates.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/creation.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/decorators.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/enum.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/geometry.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/io.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/linear.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/measurement.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/predicates.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/set_operations.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/strtree.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/__pycache__/testing.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/_geometry.c usr/lib/python3.9/site-packages/pygeos/_geometry.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygeos/_geometry.pyx usr/lib/python3.9/site-packages/pygeos/_geos.c usr/lib/python3.9/site-packages/pygeos/_geos.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygeos/_geos.pxd usr/lib/python3.9/site-packages/pygeos/_geos.pyx usr/lib/python3.9/site-packages/pygeos/_pygeos_api.pxd usr/lib/python3.9/site-packages/pygeos/_version.py usr/lib/python3.9/site-packages/pygeos/constructive.py usr/lib/python3.9/site-packages/pygeos/coordinates.py usr/lib/python3.9/site-packages/pygeos/creation.py usr/lib/python3.9/site-packages/pygeos/decorators.py usr/lib/python3.9/site-packages/pygeos/enum.py usr/lib/python3.9/site-packages/pygeos/geometry.py usr/lib/python3.9/site-packages/pygeos/io.py usr/lib/python3.9/site-packages/pygeos/lib.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygeos/linear.py usr/lib/python3.9/site-packages/pygeos/measurement.py usr/lib/python3.9/site-packages/pygeos/predicates.py usr/lib/python3.9/site-packages/pygeos/set_operations.py usr/lib/python3.9/site-packages/pygeos/strtree.py usr/lib/python3.9/site-packages/pygeos/testing.py usr/lib/python3.9/site-packages/pygeos/tests/ usr/lib/python3.9/site-packages/pygeos/tests/__init__.py usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/ usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/common.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_constructive.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_coordinates.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_creation.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_creation_indices.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_geometry.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_io.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_linear.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_measurement.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_misc.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_predicates.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_set_operations.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_strtree.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/__pycache__/test_testing.cpython-39.pyc usr/lib/python3.9/site-packages/pygeos/tests/common.py usr/lib/python3.9/site-packages/pygeos/tests/test_constructive.py usr/lib/python3.9/site-packages/pygeos/tests/test_coordinates.py usr/lib/python3.9/site-packages/pygeos/tests/test_creation.py usr/lib/python3.9/site-packages/pygeos/tests/test_creation_indices.py usr/lib/python3.9/site-packages/pygeos/tests/test_geometry.py usr/lib/python3.9/site-packages/pygeos/tests/test_io.py usr/lib/python3.9/site-packages/pygeos/tests/test_linear.py usr/lib/python3.9/site-packages/pygeos/tests/test_measurement.py usr/lib/python3.9/site-packages/pygeos/tests/test_misc.py usr/lib/python3.9/site-packages/pygeos/tests/test_predicates.py usr/lib/python3.9/site-packages/pygeos/tests/test_set_operations.py usr/lib/python3.9/site-packages/pygeos/tests/test_strtree.py usr/lib/python3.9/site-packages/pygeos/tests/test_testing.py