D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-cairo-1.17.0-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eRO2Fy + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pycairo-1.17.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pycairo-1.17.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycairo-1.17.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/71c81741495cdce132b6f45a0f596d70909c1e4d.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i -e 's,\(libdir.*\)"lib",\1"lib64",g' setup.py + cp -a . /home/iurt/rpmbuild/BUILD/python3-python-cairo-1.17.0-5.mga8 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.p8znCx + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pycairo-1.17.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sleep 1 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-aarch64-2.7 creating build/lib.linux-aarch64-2.7/cairo copying cairo/__init__.py -> build/lib.linux-aarch64-2.7/cairo copying cairo/__init__.pyi -> build/lib.linux-aarch64-2.7/cairo copying cairo/py.typed -> build/lib.linux-aarch64-2.7/cairo running build_ext building 'cairo._cairo' extension creating build/temp.linux-aarch64-2.7 creating build/temp.linux-aarch64-2.7/cairo gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/device.c -o build/temp.linux-aarch64-2.7/cairo/device.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/device.c:90:24: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 90 | {"__enter__", (PyCFunction)device_ctx_enter, METH_NOARGS}, | ^ cairo/device.c:92:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 92 | {"finish", (PyCFunction)device_finish, METH_NOARGS}, | ^ cairo/device.c:93:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 93 | {"flush", (PyCFunction)device_flush, METH_NOARGS}, | ^ cairo/device.c:94:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 94 | {"acquire", (PyCFunction)device_acquire, METH_NOARGS}, | ^ cairo/device.c:95:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 95 | {"release", (PyCFunction)device_release, METH_NOARGS}, | ^ cairo/device.c:317:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 317 | {"get_mode", (PyCFunction)script_device_get_mode, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/bufferproxy.c -o build/temp.linux-aarch64-2.7/cairo/bufferproxy.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/error.c -o build/temp.linux-aarch64-2.7/cairo/error.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/cairomodule.c -o build/temp.linux-aarch64-2.7/cairo/cairomodule.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/cairomodule.c:139:24: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 139 | {"cairo_version", (PyCFunction)pycairo_cairo_version, METH_NOARGS}, | ^ cairo/cairomodule.c:140:28: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 140 | {"cairo_version_string", (PyCFunction)pycairo_cairo_version_string, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/context.c -o build/temp.linux-aarch64-2.7/cairo/context.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/context.c:1315:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1315 | {"clip", (PyCFunction)pycairo_clip, METH_NOARGS}, | ^ cairo/context.c:1316:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1316 | {"clip_extents", (PyCFunction)pycairo_clip_extents, METH_NOARGS}, | ^ cairo/context.c:1317:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1317 | {"clip_preserve", (PyCFunction)pycairo_clip_preserve, METH_NOARGS}, | ^ cairo/context.c:1318:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1318 | {"close_path", (PyCFunction)pycairo_close_path, METH_NOARGS}, | ^ cairo/context.c:1319:32: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1319 | {"copy_clip_rectangle_list", (PyCFunction)pycairo_copy_clip_rectangle_list, | ^ cairo/context.c:1321:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1321 | {"copy_page", (PyCFunction)pycairo_copy_page, METH_NOARGS}, | ^ cairo/context.c:1322:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1322 | {"copy_path", (PyCFunction)pycairo_copy_path, METH_NOARGS}, | ^ cairo/context.c:1323:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1323 | {"copy_path_flat", (PyCFunction)pycairo_copy_path_flat, METH_NOARGS}, | ^ cairo/context.c:1328:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1328 | {"fill", (PyCFunction)pycairo_fill, METH_NOARGS}, | ^ cairo/context.c:1329:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1329 | {"fill_extents", (PyCFunction)pycairo_fill_extents, METH_NOARGS}, | ^ cairo/context.c:1330:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1330 | {"fill_preserve", (PyCFunction)pycairo_fill_preserve, METH_NOARGS}, | ^ cairo/context.c:1331:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1331 | {"font_extents", (PyCFunction)pycairo_font_extents, METH_NOARGS}, | ^ cairo/context.c:1332:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1332 | {"get_antialias", (PyCFunction)pycairo_get_antialias, METH_NOARGS}, | ^ cairo/context.c:1333:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1333 | {"get_current_point",(PyCFunction)pycairo_get_current_point,METH_NOARGS}, | ^ cairo/context.c:1334:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1334 | {"get_dash", (PyCFunction)pycairo_get_dash, METH_NOARGS}, | ^ cairo/context.c:1335:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1335 | {"get_dash_count", (PyCFunction)pycairo_get_dash_count, METH_NOARGS}, | ^ cairo/context.c:1336:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1336 | {"get_fill_rule", (PyCFunction)pycairo_get_fill_rule, METH_NOARGS}, | ^ cairo/context.c:1337:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1337 | {"get_font_face", (PyCFunction)pycairo_get_font_face, METH_NOARGS}, | ^ cairo/context.c:1338:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1338 | {"get_font_matrix", (PyCFunction)pycairo_get_font_matrix, METH_NOARGS}, | ^ cairo/context.c:1339:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1339 | {"get_font_options",(PyCFunction)pycairo_get_font_options, METH_NOARGS}, | ^ cairo/context.c:1340:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1340 | {"get_group_target",(PyCFunction)pycairo_get_group_target, METH_NOARGS}, | ^ cairo/context.c:1341:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1341 | {"get_line_cap", (PyCFunction)pycairo_get_line_cap, METH_NOARGS}, | ^ cairo/context.c:1342:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1342 | {"get_line_join", (PyCFunction)pycairo_get_line_join, METH_NOARGS}, | ^ cairo/context.c:1343:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1343 | {"get_line_width", (PyCFunction)pycairo_get_line_width, METH_NOARGS}, | ^ cairo/context.c:1344:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1344 | {"get_matrix", (PyCFunction)pycairo_get_matrix, METH_NOARGS}, | ^ cairo/context.c:1345:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1345 | {"get_miter_limit", (PyCFunction)pycairo_get_miter_limit, METH_NOARGS}, | ^ cairo/context.c:1346:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1346 | {"get_operator", (PyCFunction)pycairo_get_operator, METH_NOARGS}, | ^ cairo/context.c:1347:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1347 | {"get_scaled_font", (PyCFunction)pycairo_get_scaled_font, METH_NOARGS}, | ^ cairo/context.c:1348:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1348 | {"get_source", (PyCFunction)pycairo_get_source, METH_NOARGS}, | ^ cairo/context.c:1349:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1349 | {"get_target", (PyCFunction)pycairo_get_target, METH_NOARGS}, | ^ cairo/context.c:1350:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1350 | {"get_tolerance", (PyCFunction)pycairo_get_tolerance, METH_NOARGS}, | ^ cairo/context.c:1353:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1353 | {"has_current_point",(PyCFunction)pycairo_has_current_point, METH_NOARGS}, | ^ cairo/context.c:1354:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1354 | {"identity_matrix", (PyCFunction)pycairo_identity_matrix, METH_NOARGS}, | ^ cairo/context.c:1362:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1362 | {"new_path", (PyCFunction)pycairo_new_path, METH_NOARGS}, | ^ cairo/context.c:1363:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1363 | {"new_sub_path", (PyCFunction)pycairo_new_sub_path, METH_NOARGS}, | ^ cairo/context.c:1364:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1364 | {"paint", (PyCFunction)pycairo_paint, METH_NOARGS}, | ^ cairo/context.c:1366:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1366 | {"path_extents", (PyCFunction)pycairo_path_extents, METH_NOARGS}, | ^ cairo/context.c:1367:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1367 | {"pop_group", (PyCFunction)pycairo_pop_group, METH_NOARGS}, | ^ cairo/context.c:1368:27: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1368 | {"pop_group_to_source", (PyCFunction)pycairo_pop_group_to_source, | ^ cairo/context.c:1370:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1370 | {"push_group", (PyCFunction)pycairo_push_group, METH_NOARGS}, | ^ cairo/context.c:1377:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1377 | {"reset_clip", (PyCFunction)pycairo_reset_clip, METH_NOARGS}, | ^ cairo/context.c:1378:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1378 | {"restore", (PyCFunction)pycairo_restore, METH_NOARGS}, | ^ cairo/context.c:1380:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1380 | {"save", (PyCFunction)pycairo_save, METH_NOARGS}, | ^ cairo/context.c:1403:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1403 | {"show_page", (PyCFunction)pycairo_show_page, METH_NOARGS}, | ^ cairo/context.c:1405:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1405 | {"stroke", (PyCFunction)pycairo_stroke, METH_NOARGS}, | ^ cairo/context.c:1406:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1406 | {"stroke_extents", (PyCFunction)pycairo_stroke_extents, METH_NOARGS}, | ^ cairo/context.c:1407:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1407 | {"stroke_preserve", (PyCFunction)pycairo_stroke_preserve, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/font.c -o build/temp.linux-aarch64-2.7/cairo/font.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/font.c:201:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 201 | {"get_family", (PyCFunction)toy_font_get_family, METH_NOARGS}, | ^ cairo/font.c:202:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 202 | {"get_slant", (PyCFunction)toy_font_get_slant, METH_NOARGS}, | ^ cairo/font.c:203:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 203 | {"get_weight", (PyCFunction)toy_font_get_weight, METH_NOARGS}, | ^ cairo/font.c:515:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 515 | {"extents", (PyCFunction)scaled_font_extents, METH_NOARGS}, | ^ cairo/font.c:516:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 516 | {"get_font_face", (PyCFunction)scaled_font_get_font_face, METH_NOARGS}, | ^ cairo/font.c:517:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 517 | {"get_ctm", (PyCFunction)scaled_font_get_ctm, METH_NOARGS}, | ^ cairo/font.c:518:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 518 | {"get_font_matrix", (PyCFunction)scaled_font_get_font_matrix, METH_NOARGS}, | ^ cairo/font.c:519:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 519 | {"get_font_options", (PyCFunction)scaled_font_get_font_options, METH_NOARGS}, | ^ cairo/font.c:520:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 520 | {"get_scale_matrix", (PyCFunction)scaled_font_get_scale_matrix, METH_VARARGS}, | ^ cairo/font.c:776:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 776 | {"get_antialias", (PyCFunction)font_options_get_antialias, METH_NOARGS}, | ^ cairo/font.c:777:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 777 | {"get_hint_metrics", (PyCFunction)font_options_get_hint_metrics, | ^ cairo/font.c:779:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 779 | {"get_hint_style", (PyCFunction)font_options_get_hint_style, METH_NOARGS}, | ^ cairo/font.c:780:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 780 | {"get_subpixel_order",(PyCFunction)font_options_get_subpixel_order, | ^ cairo/font.c:788:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 788 | {"copy", (PyCFunction)font_options_copy, METH_NOARGS}, | ^ cairo/font.c:789:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 789 | {"hash", (PyCFunction)font_options_hash, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/matrix.c -o build/temp.linux-aarch64-2.7/cairo/matrix.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/matrix.c:301:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMatrix *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 301 | {"invert", (PyCFunction)matrix_invert, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/path.c -o build/temp.linux-aarch64-2.7/cairo/path.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/pattern.c -o build/temp.linux-aarch64-2.7/cairo/pattern.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/pattern.c:179:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 179 | {"get_extend", (PyCFunction)pattern_get_extend, METH_NOARGS }, | ^ cairo/pattern.c:180:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 180 | {"get_matrix", (PyCFunction)pattern_get_matrix, METH_NOARGS }, | ^ cairo/pattern.c:183:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 183 | {"get_filter", (PyCFunction)pattern_get_filter, METH_NOARGS }, | ^ cairo/pattern.c:272:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 272 | {"get_rgba", (PyCFunction)solid_pattern_get_rgba, METH_NOARGS }, | ^ cairo/pattern.c:340:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 340 | {"get_surface", (PyCFunction)surface_pattern_get_surface, METH_NOARGS }, | ^ cairo/pattern.c:464:27: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 464 | {"get_color_stops_rgba",(PyCFunction)gradient_get_color_stops_rgba, | ^ cairo/pattern.c:533:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 533 | {"get_linear_points", (PyCFunction)linear_gradient_get_linear_points, | ^ cairo/pattern.c:604:26: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 604 | {"get_radial_circles", (PyCFunction)radial_gradient_get_radial_circles, | ^ cairo/pattern.c:858:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 858 | {"begin_patch", (PyCFunction)mesh_pattern_begin_patch, METH_NOARGS}, | ^ cairo/pattern.c:859:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 859 | {"end_patch", (PyCFunction)mesh_pattern_end_patch, METH_NOARGS}, | ^ cairo/pattern.c:866:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 866 | (PyCFunction)mesh_pattern_get_patch_count, METH_NOARGS}, | ^ cairo/pattern.c:1185:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRasterSourcePattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1185 | (PyCFunction)raster_source_pattern_get_acquire, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/region.c -o build/temp.linux-aarch64-2.7/cairo/region.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/region.c:528:12: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 528 | {"copy", (PyCFunction)region_copy, METH_NOARGS }, | ^ cairo/region.c:529:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 529 | {"get_extents", (PyCFunction)region_get_extents, METH_NOARGS }, | ^ cairo/region.c:530:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 530 | {"num_rectangles", (PyCFunction)region_num_rectangles, METH_NOARGS }, | ^ cairo/region.c:532:16: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 532 | {"is_empty", (PyCFunction)region_is_empty, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/surface.c -o build/temp.linux-aarch64-2.7/cairo/surface.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/surface.c:680:22: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 680 | {"__enter__", (PyCFunction)surface_ctx_enter, METH_NOARGS}, | ^ cairo/surface.c:682:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 682 | {"copy_page", (PyCFunction)surface_copy_page, METH_NOARGS}, | ^ cairo/surface.c:686:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 686 | {"finish", (PyCFunction)surface_finish, METH_NOARGS}, | ^ cairo/surface.c:687:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 687 | {"flush", (PyCFunction)surface_flush, METH_NOARGS}, | ^ cairo/surface.c:688:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 688 | {"get_content", (PyCFunction)surface_get_content, METH_NOARGS}, | ^ cairo/surface.c:689:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 689 | {"get_device_offset",(PyCFunction)surface_get_device_offset,METH_NOARGS}, | ^ cairo/surface.c:690:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 690 | {"get_device_scale", (PyCFunction)surface_get_device_scale, METH_NOARGS}, | ^ cairo/surface.c:691:30: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 691 | {"get_fallback_resolution",(PyCFunction)surface_get_fallback_resolution, | ^ cairo/surface.c:693:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 693 | {"get_font_options",(PyCFunction)surface_get_font_options, METH_NOARGS}, | ^ cairo/surface.c:694:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 694 | {"get_device", (PyCFunction)surface_get_device, METH_NOARGS}, | ^ cairo/surface.c:695:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 695 | {"mark_dirty", (PyCFunction)surface_mark_dirty, METH_NOARGS}, | ^ cairo/surface.c:702:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 702 | {"show_page", (PyCFunction)surface_show_page, METH_NOARGS}, | ^ cairo/surface.c:712:28: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 712 | {"has_show_text_glyphs", (PyCFunction)surface_has_show_text_glyphs, | ^ cairo/surface.c:1064:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1064 | {"get_data", (PyCFunction)image_surface_get_data, METH_NOARGS}, | ^ cairo/surface.c:1065:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1065 | {"get_format", (PyCFunction)image_surface_get_format, METH_NOARGS}, | ^ cairo/surface.c:1066:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1066 | {"get_height", (PyCFunction)image_surface_get_height, METH_NOARGS}, | ^ cairo/surface.c:1067:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1067 | {"get_stride", (PyCFunction)image_surface_get_stride, METH_NOARGS}, | ^ cairo/surface.c:1068:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1068 | {"get_width", (PyCFunction)image_surface_get_width, METH_NOARGS}, | ^ cairo/surface.c:1176:20: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1176 | {"finish", (PyCFunction)mapped_image_surface_finish, METH_NOARGS}, | ^ cairo/surface.c:1358:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1358 | {"get_versions", (PyCFunction)pdf_get_versions, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:1667:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1667 | (PyCFunction)ps_surface_dsc_begin_page_setup, METH_NOARGS }, | ^ cairo/surface.c:1668:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1668 | {"dsc_begin_setup", (PyCFunction)ps_surface_dsc_begin_setup, METH_NOARGS }, | ^ cairo/surface.c:1670:15: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1670 | {"get_eps", (PyCFunction)ps_surface_get_eps, METH_NOARGS }, | ^ cairo/surface.c:1679:18: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1679 | {"get_levels", (PyCFunction)ps_get_levels, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:1798:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1798 | {"ink_extents", (PyCFunction)recording_surface_ink_extents, METH_NOARGS }, | ^ cairo/surface.c:1799:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1799 | {"get_extents", (PyCFunction)recording_surface_get_extents, METH_NOARGS }, | ^ cairo/surface.c:1965:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1965 | {"get_versions", (PyCFunction)svg_get_versions, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:2329:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2329 | {"get_depth", (PyCFunction)xlib_surface_get_depth, METH_NOARGS }, | ^ cairo/surface.c:2330:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2330 | {"get_height",(PyCFunction)xlib_surface_get_height, METH_NOARGS }, | ^ cairo/surface.c:2331:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2331 | {"get_width", (PyCFunction)xlib_surface_get_width, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/enums.c -o build/temp.linux-aarch64-2.7/cairo/enums.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/enums.c:154:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 154 | {"__reduce__", (PyCFunction)int_enum_reduce, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/misc.c -o build/temp.linux-aarch64-2.7/cairo/misc.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/glyph.c -o build/temp.linux-aarch64-2.7/cairo/glyph.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/rectangle.c -o build/temp.linux-aarch64-2.7/cairo/rectangle.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/textcluster.c -o build/temp.linux-aarch64-2.7/cairo/textcluster.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python2.7 -c cairo/textextents.c -o build/temp.linux-aarch64-2.7/cairo/textextents.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-2.7/cairo/device.o build/temp.linux-aarch64-2.7/cairo/bufferproxy.o build/temp.linux-aarch64-2.7/cairo/error.o build/temp.linux-aarch64-2.7/cairo/cairomodule.o build/temp.linux-aarch64-2.7/cairo/context.o build/temp.linux-aarch64-2.7/cairo/font.o build/temp.linux-aarch64-2.7/cairo/matrix.o build/temp.linux-aarch64-2.7/cairo/path.o build/temp.linux-aarch64-2.7/cairo/pattern.o build/temp.linux-aarch64-2.7/cairo/region.o build/temp.linux-aarch64-2.7/cairo/surface.o build/temp.linux-aarch64-2.7/cairo/enums.o build/temp.linux-aarch64-2.7/cairo/misc.o build/temp.linux-aarch64-2.7/cairo/glyph.o build/temp.linux-aarch64-2.7/cairo/rectangle.o build/temp.linux-aarch64-2.7/cairo/textcluster.o build/temp.linux-aarch64-2.7/cairo/textextents.o -L/usr/lib64 -lcairo -lpython2.7 -o build/lib.linux-aarch64-2.7/cairo/_cairo.so + sleep 1 + pushd /home/iurt/rpmbuild/BUILD/python3-python-cairo-1.17.0-5.mga8 ~/rpmbuild/BUILD/python3-python-cairo-1.17.0-5.mga8 ~/rpmbuild/BUILD/pycairo-1.17.0 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/cairo copying cairo/__init__.py -> build/lib.linux-aarch64-3.8/cairo copying cairo/__init__.pyi -> build/lib.linux-aarch64-3.8/cairo copying cairo/py.typed -> build/lib.linux-aarch64-3.8/cairo running build_ext building 'cairo._cairo' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/cairo aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/device.c -o build/temp.linux-aarch64-3.8/cairo/device.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/device.c:90:24: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 90 | {"__enter__", (PyCFunction)device_ctx_enter, METH_NOARGS}, | ^ cairo/device.c:92:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 92 | {"finish", (PyCFunction)device_finish, METH_NOARGS}, | ^ cairo/device.c:93:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 93 | {"flush", (PyCFunction)device_flush, METH_NOARGS}, | ^ cairo/device.c:94:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 94 | {"acquire", (PyCFunction)device_acquire, METH_NOARGS}, | ^ cairo/device.c:95:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 95 | {"release", (PyCFunction)device_release, METH_NOARGS}, | ^ cairo/device.c:317:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoDevice *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 317 | {"get_mode", (PyCFunction)script_device_get_mode, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/bufferproxy.c -o build/temp.linux-aarch64-3.8/cairo/bufferproxy.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/error.c -o build/temp.linux-aarch64-3.8/cairo/error.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/cairomodule.c -o build/temp.linux-aarch64-3.8/cairo/cairomodule.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/cairomodule.c:139:24: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 139 | {"cairo_version", (PyCFunction)pycairo_cairo_version, METH_NOARGS}, | ^ cairo/cairomodule.c:140:28: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 140 | {"cairo_version_string", (PyCFunction)pycairo_cairo_version_string, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/context.c -o build/temp.linux-aarch64-3.8/cairo/context.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/context.c:1315:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1315 | {"clip", (PyCFunction)pycairo_clip, METH_NOARGS}, | ^ cairo/context.c:1316:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1316 | {"clip_extents", (PyCFunction)pycairo_clip_extents, METH_NOARGS}, | ^ cairo/context.c:1317:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1317 | {"clip_preserve", (PyCFunction)pycairo_clip_preserve, METH_NOARGS}, | ^ cairo/context.c:1318:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1318 | {"close_path", (PyCFunction)pycairo_close_path, METH_NOARGS}, | ^ cairo/context.c:1319:32: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1319 | {"copy_clip_rectangle_list", (PyCFunction)pycairo_copy_clip_rectangle_list, | ^ cairo/context.c:1321:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1321 | {"copy_page", (PyCFunction)pycairo_copy_page, METH_NOARGS}, | ^ cairo/context.c:1322:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1322 | {"copy_path", (PyCFunction)pycairo_copy_path, METH_NOARGS}, | ^ cairo/context.c:1323:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1323 | {"copy_path_flat", (PyCFunction)pycairo_copy_path_flat, METH_NOARGS}, | ^ cairo/context.c:1328:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1328 | {"fill", (PyCFunction)pycairo_fill, METH_NOARGS}, | ^ cairo/context.c:1329:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1329 | {"fill_extents", (PyCFunction)pycairo_fill_extents, METH_NOARGS}, | ^ cairo/context.c:1330:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1330 | {"fill_preserve", (PyCFunction)pycairo_fill_preserve, METH_NOARGS}, | ^ cairo/context.c:1331:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1331 | {"font_extents", (PyCFunction)pycairo_font_extents, METH_NOARGS}, | ^ cairo/context.c:1332:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1332 | {"get_antialias", (PyCFunction)pycairo_get_antialias, METH_NOARGS}, | ^ cairo/context.c:1333:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1333 | {"get_current_point",(PyCFunction)pycairo_get_current_point,METH_NOARGS}, | ^ cairo/context.c:1334:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1334 | {"get_dash", (PyCFunction)pycairo_get_dash, METH_NOARGS}, | ^ cairo/context.c:1335:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1335 | {"get_dash_count", (PyCFunction)pycairo_get_dash_count, METH_NOARGS}, | ^ cairo/context.c:1336:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1336 | {"get_fill_rule", (PyCFunction)pycairo_get_fill_rule, METH_NOARGS}, | ^ cairo/context.c:1337:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1337 | {"get_font_face", (PyCFunction)pycairo_get_font_face, METH_NOARGS}, | ^ cairo/context.c:1338:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1338 | {"get_font_matrix", (PyCFunction)pycairo_get_font_matrix, METH_NOARGS}, | ^ cairo/context.c:1339:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1339 | {"get_font_options",(PyCFunction)pycairo_get_font_options, METH_NOARGS}, | ^ cairo/context.c:1340:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1340 | {"get_group_target",(PyCFunction)pycairo_get_group_target, METH_NOARGS}, | ^ cairo/context.c:1341:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1341 | {"get_line_cap", (PyCFunction)pycairo_get_line_cap, METH_NOARGS}, | ^ cairo/context.c:1342:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1342 | {"get_line_join", (PyCFunction)pycairo_get_line_join, METH_NOARGS}, | ^ cairo/context.c:1343:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1343 | {"get_line_width", (PyCFunction)pycairo_get_line_width, METH_NOARGS}, | ^ cairo/context.c:1344:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1344 | {"get_matrix", (PyCFunction)pycairo_get_matrix, METH_NOARGS}, | ^ cairo/context.c:1345:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1345 | {"get_miter_limit", (PyCFunction)pycairo_get_miter_limit, METH_NOARGS}, | ^ cairo/context.c:1346:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1346 | {"get_operator", (PyCFunction)pycairo_get_operator, METH_NOARGS}, | ^ cairo/context.c:1347:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1347 | {"get_scaled_font", (PyCFunction)pycairo_get_scaled_font, METH_NOARGS}, | ^ cairo/context.c:1348:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1348 | {"get_source", (PyCFunction)pycairo_get_source, METH_NOARGS}, | ^ cairo/context.c:1349:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1349 | {"get_target", (PyCFunction)pycairo_get_target, METH_NOARGS}, | ^ cairo/context.c:1350:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1350 | {"get_tolerance", (PyCFunction)pycairo_get_tolerance, METH_NOARGS}, | ^ cairo/context.c:1353:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1353 | {"has_current_point",(PyCFunction)pycairo_has_current_point, METH_NOARGS}, | ^ cairo/context.c:1354:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1354 | {"identity_matrix", (PyCFunction)pycairo_identity_matrix, METH_NOARGS}, | ^ cairo/context.c:1362:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1362 | {"new_path", (PyCFunction)pycairo_new_path, METH_NOARGS}, | ^ cairo/context.c:1363:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1363 | {"new_sub_path", (PyCFunction)pycairo_new_sub_path, METH_NOARGS}, | ^ cairo/context.c:1364:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1364 | {"paint", (PyCFunction)pycairo_paint, METH_NOARGS}, | ^ cairo/context.c:1366:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1366 | {"path_extents", (PyCFunction)pycairo_path_extents, METH_NOARGS}, | ^ cairo/context.c:1367:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1367 | {"pop_group", (PyCFunction)pycairo_pop_group, METH_NOARGS}, | ^ cairo/context.c:1368:27: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1368 | {"pop_group_to_source", (PyCFunction)pycairo_pop_group_to_source, | ^ cairo/context.c:1370:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1370 | {"push_group", (PyCFunction)pycairo_push_group, METH_NOARGS}, | ^ cairo/context.c:1377:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1377 | {"reset_clip", (PyCFunction)pycairo_reset_clip, METH_NOARGS}, | ^ cairo/context.c:1378:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1378 | {"restore", (PyCFunction)pycairo_restore, METH_NOARGS}, | ^ cairo/context.c:1380:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1380 | {"save", (PyCFunction)pycairo_save, METH_NOARGS}, | ^ cairo/context.c:1403:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1403 | {"show_page", (PyCFunction)pycairo_show_page, METH_NOARGS}, | ^ cairo/context.c:1405:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1405 | {"stroke", (PyCFunction)pycairo_stroke, METH_NOARGS}, | ^ cairo/context.c:1406:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1406 | {"stroke_extents", (PyCFunction)pycairo_stroke_extents, METH_NOARGS}, | ^ cairo/context.c:1407:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoContext *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1407 | {"stroke_preserve", (PyCFunction)pycairo_stroke_preserve, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/font.c -o build/temp.linux-aarch64-3.8/cairo/font.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/font.c:201:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 201 | {"get_family", (PyCFunction)toy_font_get_family, METH_NOARGS}, | ^ cairo/font.c:202:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 202 | {"get_slant", (PyCFunction)toy_font_get_slant, METH_NOARGS}, | ^ cairo/font.c:203:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontFace *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 203 | {"get_weight", (PyCFunction)toy_font_get_weight, METH_NOARGS}, | ^ cairo/font.c:515:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 515 | {"extents", (PyCFunction)scaled_font_extents, METH_NOARGS}, | ^ cairo/font.c:516:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 516 | {"get_font_face", (PyCFunction)scaled_font_get_font_face, METH_NOARGS}, | ^ cairo/font.c:517:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 517 | {"get_ctm", (PyCFunction)scaled_font_get_ctm, METH_NOARGS}, | ^ cairo/font.c:518:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 518 | {"get_font_matrix", (PyCFunction)scaled_font_get_font_matrix, METH_NOARGS}, | ^ cairo/font.c:519:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 519 | {"get_font_options", (PyCFunction)scaled_font_get_font_options, METH_NOARGS}, | ^ cairo/font.c:520:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoScaledFont *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 520 | {"get_scale_matrix", (PyCFunction)scaled_font_get_scale_matrix, METH_VARARGS}, | ^ cairo/font.c:776:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 776 | {"get_antialias", (PyCFunction)font_options_get_antialias, METH_NOARGS}, | ^ cairo/font.c:777:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 777 | {"get_hint_metrics", (PyCFunction)font_options_get_hint_metrics, | ^ cairo/font.c:779:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 779 | {"get_hint_style", (PyCFunction)font_options_get_hint_style, METH_NOARGS}, | ^ cairo/font.c:780:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 780 | {"get_subpixel_order",(PyCFunction)font_options_get_subpixel_order, | ^ cairo/font.c:788:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 788 | {"copy", (PyCFunction)font_options_copy, METH_NOARGS}, | ^ cairo/font.c:789:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoFontOptions *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 789 | {"hash", (PyCFunction)font_options_hash, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/matrix.c -o build/temp.linux-aarch64-3.8/cairo/matrix.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/matrix.c:301:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMatrix *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 301 | {"invert", (PyCFunction)matrix_invert, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/path.c -o build/temp.linux-aarch64-3.8/cairo/path.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/pattern.c -o build/temp.linux-aarch64-3.8/cairo/pattern.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/pattern.c:179:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 179 | {"get_extend", (PyCFunction)pattern_get_extend, METH_NOARGS }, | ^ cairo/pattern.c:180:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 180 | {"get_matrix", (PyCFunction)pattern_get_matrix, METH_NOARGS }, | ^ cairo/pattern.c:183:18: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 183 | {"get_filter", (PyCFunction)pattern_get_filter, METH_NOARGS }, | ^ cairo/pattern.c:272:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 272 | {"get_rgba", (PyCFunction)solid_pattern_get_rgba, METH_NOARGS }, | ^ cairo/pattern.c:340:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 340 | {"get_surface", (PyCFunction)surface_pattern_get_surface, METH_NOARGS }, | ^ cairo/pattern.c:464:27: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 464 | {"get_color_stops_rgba",(PyCFunction)gradient_get_color_stops_rgba, | ^ cairo/pattern.c:533:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 533 | {"get_linear_points", (PyCFunction)linear_gradient_get_linear_points, | ^ cairo/pattern.c:604:26: warning: cast between incompatible function types from 'PyObject * (*)(PycairoPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 604 | {"get_radial_circles", (PyCFunction)radial_gradient_get_radial_circles, | ^ cairo/pattern.c:858:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 858 | {"begin_patch", (PyCFunction)mesh_pattern_begin_patch, METH_NOARGS}, | ^ cairo/pattern.c:859:25: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 859 | {"end_patch", (PyCFunction)mesh_pattern_end_patch, METH_NOARGS}, | ^ cairo/pattern.c:866:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoMeshPattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 866 | (PyCFunction)mesh_pattern_get_patch_count, METH_NOARGS}, | ^ cairo/pattern.c:1185:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRasterSourcePattern *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1185 | (PyCFunction)raster_source_pattern_get_acquire, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/region.c -o build/temp.linux-aarch64-3.8/cairo/region.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/region.c:528:12: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 528 | {"copy", (PyCFunction)region_copy, METH_NOARGS }, | ^ cairo/region.c:529:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 529 | {"get_extents", (PyCFunction)region_get_extents, METH_NOARGS }, | ^ cairo/region.c:530:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 530 | {"num_rectangles", (PyCFunction)region_num_rectangles, METH_NOARGS }, | ^ cairo/region.c:532:16: warning: cast between incompatible function types from 'PyObject * (*)(PycairoRegion *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 532 | {"is_empty", (PyCFunction)region_is_empty, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/surface.c -o build/temp.linux-aarch64-3.8/cairo/surface.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/surface.c: In function 'surface_set_mime_data': cairo/surface.c:478:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 478 | res = PyObject_AsReadBuffer (obj, (const void **)&buffer, &buffer_len); | ^~~ In file included from /usr/include/python3.8/Python.h:147, from cairo/surface.c:33: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ cairo/surface.c: At top level: cairo/surface.c:680:22: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 680 | {"__enter__", (PyCFunction)surface_ctx_enter, METH_NOARGS}, | ^ cairo/surface.c:682:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 682 | {"copy_page", (PyCFunction)surface_copy_page, METH_NOARGS}, | ^ cairo/surface.c:686:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 686 | {"finish", (PyCFunction)surface_finish, METH_NOARGS}, | ^ cairo/surface.c:687:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 687 | {"flush", (PyCFunction)surface_flush, METH_NOARGS}, | ^ cairo/surface.c:688:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 688 | {"get_content", (PyCFunction)surface_get_content, METH_NOARGS}, | ^ cairo/surface.c:689:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 689 | {"get_device_offset",(PyCFunction)surface_get_device_offset,METH_NOARGS}, | ^ cairo/surface.c:690:24: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 690 | {"get_device_scale", (PyCFunction)surface_get_device_scale, METH_NOARGS}, | ^ cairo/surface.c:691:30: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 691 | {"get_fallback_resolution",(PyCFunction)surface_get_fallback_resolution, | ^ cairo/surface.c:693:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 693 | {"get_font_options",(PyCFunction)surface_get_font_options, METH_NOARGS}, | ^ cairo/surface.c:694:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 694 | {"get_device", (PyCFunction)surface_get_device, METH_NOARGS}, | ^ cairo/surface.c:695:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 695 | {"mark_dirty", (PyCFunction)surface_mark_dirty, METH_NOARGS}, | ^ cairo/surface.c:702:22: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 702 | {"show_page", (PyCFunction)surface_show_page, METH_NOARGS}, | ^ cairo/surface.c:712:28: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 712 | {"has_show_text_glyphs", (PyCFunction)surface_has_show_text_glyphs, | ^ cairo/surface.c: In function 'image_surface_create_for_data': cairo/surface.c:821:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 821 | res = PyObject_AsWriteBuffer (obj, (void **)&buffer, &buffer_len); | ^~~ In file included from /usr/include/python3.8/Python.h:147, from cairo/surface.c:33: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ cairo/surface.c: At top level: cairo/surface.c:1064:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1064 | {"get_data", (PyCFunction)image_surface_get_data, METH_NOARGS}, | ^ cairo/surface.c:1065:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1065 | {"get_format", (PyCFunction)image_surface_get_format, METH_NOARGS}, | ^ cairo/surface.c:1066:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1066 | {"get_height", (PyCFunction)image_surface_get_height, METH_NOARGS}, | ^ cairo/surface.c:1067:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1067 | {"get_stride", (PyCFunction)image_surface_get_stride, METH_NOARGS}, | ^ cairo/surface.c:1068:21: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1068 | {"get_width", (PyCFunction)image_surface_get_width, METH_NOARGS}, | ^ cairo/surface.c:1176:20: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1176 | {"finish", (PyCFunction)mapped_image_surface_finish, METH_NOARGS}, | ^ cairo/surface.c:1358:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1358 | {"get_versions", (PyCFunction)pdf_get_versions, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:1667:4: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1667 | (PyCFunction)ps_surface_dsc_begin_page_setup, METH_NOARGS }, | ^ cairo/surface.c:1668:23: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1668 | {"dsc_begin_setup", (PyCFunction)ps_surface_dsc_begin_setup, METH_NOARGS }, | ^ cairo/surface.c:1670:15: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1670 | {"get_eps", (PyCFunction)ps_surface_get_eps, METH_NOARGS }, | ^ cairo/surface.c:1679:18: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1679 | {"get_levels", (PyCFunction)ps_get_levels, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:1798:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1798 | {"ink_extents", (PyCFunction)recording_surface_ink_extents, METH_NOARGS }, | ^ cairo/surface.c:1799:19: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1799 | {"get_extents", (PyCFunction)recording_surface_get_extents, METH_NOARGS }, | ^ cairo/surface.c:1965:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 1965 | {"get_versions", (PyCFunction)svg_get_versions, METH_NOARGS | METH_STATIC}, | ^ cairo/surface.c:2329:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2329 | {"get_depth", (PyCFunction)xlib_surface_get_depth, METH_NOARGS }, | ^ cairo/surface.c:2330:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2330 | {"get_height",(PyCFunction)xlib_surface_get_height, METH_NOARGS }, | ^ cairo/surface.c:2331:17: warning: cast between incompatible function types from 'PyObject * (*)(PycairoSurface *)' {aka 'struct _object * (*)(struct *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 2331 | {"get_width", (PyCFunction)xlib_surface_get_width, METH_NOARGS }, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/enums.c -o build/temp.linux-aarch64-3.8/cairo/enums.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden cairo/enums.c:154:20: warning: cast between incompatible function types from 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 154 | {"__reduce__", (PyCFunction)int_enum_reduce, METH_NOARGS}, | ^ cc1: warning: unrecognized command line option '-Wno-unused-command-line-argument' aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/misc.c -o build/temp.linux-aarch64-3.8/cairo/misc.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/glyph.c -o build/temp.linux-aarch64-3.8/cairo/glyph.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/rectangle.c -o build/temp.linux-aarch64-3.8/cairo/rectangle.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/textcluster.c -o build/temp.linux-aarch64-3.8/cairo/textcluster.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYCAIRO_VERSION_MAJOR=1 -DPYCAIRO_VERSION_MINOR=17 -DPYCAIRO_VERSION_MICRO=0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/libdrm -I/usr/include/python3.8 -c cairo/textextents.c -o build/temp.linux-aarch64-3.8/cairo/textextents.o -Wall -Warray-bounds -Wcast-align -Wconversion -Wdeclaration-after-statement -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Winline -Wmissing-format-attribute -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wundef -Wunused-but-set-variable -Wswitch-default -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-command-line-argument -fno-strict-aliasing -fvisibility=hidden aarch64-mageia-linux-gnu-gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/cairo/device.o build/temp.linux-aarch64-3.8/cairo/bufferproxy.o build/temp.linux-aarch64-3.8/cairo/error.o build/temp.linux-aarch64-3.8/cairo/cairomodule.o build/temp.linux-aarch64-3.8/cairo/context.o build/temp.linux-aarch64-3.8/cairo/font.o build/temp.linux-aarch64-3.8/cairo/matrix.o build/temp.linux-aarch64-3.8/cairo/path.o build/temp.linux-aarch64-3.8/cairo/pattern.o build/temp.linux-aarch64-3.8/cairo/region.o build/temp.linux-aarch64-3.8/cairo/surface.o build/temp.linux-aarch64-3.8/cairo/enums.o build/temp.linux-aarch64-3.8/cairo/misc.o build/temp.linux-aarch64-3.8/cairo/glyph.o build/temp.linux-aarch64-3.8/cairo/rectangle.o build/temp.linux-aarch64-3.8/cairo/textcluster.o build/temp.linux-aarch64-3.8/cairo/textextents.o -L/usr/lib64 -lcairo -lpython3.8 -o build/lib.linux-aarch64-3.8/cairo/_cairo.cpython-38-aarch64-linux-gnu.so + popd ~/rpmbuild/BUILD/pycairo-1.17.0 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GI4JXB + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 + cd pycairo-1.17.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python2 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7 creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo copying build/lib.linux-aarch64-2.7/cairo/__init__.pyi -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo copying build/lib.linux-aarch64-2.7/cairo/py.typed -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo copying build/lib.linux-aarch64-2.7/cairo/_cairo.so -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo copying build/lib.linux-aarch64-2.7/cairo/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpN9OV_2.py' /usr/bin/python2 -O /tmp/tmpN9OV_2.py removing /tmp/tmpN9OV_2.py running install_pkgconfig creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/pkgconfig Writing /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/pkgconfig/pycairo.pc pkg-config prefix: /usr running install_pycairo_header creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo/include copying cairo/pycairo.h -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo/include creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/include creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/include/pycairo copying cairo/pycairo.h -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/include/pycairo running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/pycairo-1.17.0-py2.7.egg-info + pushd /home/iurt/rpmbuild/BUILD/python3-python-cairo-1.17.0-5.mga8 ~/rpmbuild/BUILD/python3-python-cairo-1.17.0-5.mga8 ~/rpmbuild/BUILD/pycairo-1.17.0 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo copying build/lib.linux-aarch64-3.8/cairo/__init__.pyi -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo copying build/lib.linux-aarch64-3.8/cairo/py.typed -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo copying build/lib.linux-aarch64-3.8/cairo/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo copying build/lib.linux-aarch64-3.8/cairo/_cairo.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmp4nr8m9sq.py' /usr/bin/python3 /tmp/tmp4nr8m9sq.py removing /tmp/tmp4nr8m9sq.py running install_pkgconfig Writing /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/pkgconfig/py3cairo.pc pkg-config prefix: /usr running install_pycairo_header creating /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo/include copying cairo/pycairo.h -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo/include/py3cairo.h copying cairo/pycairo.h -> /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/include/pycairo/py3cairo.h running install_egg_info running egg_info writing pycairo.egg-info/PKG-INFO writing dependency_links to pycairo.egg-info/dependency_links.txt writing top-level names to pycairo.egg-info/top_level.txt reading manifest file 'pycairo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching 'README' under directory 'tests' warning: no files found matching 'README' under directory 'examples' writing manifest file 'pycairo.egg-info/SOURCES.txt' Copying pycairo.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/pycairo-1.17.0-py3.8.egg-info running install_scripts + popd ~/rpmbuild/BUILD/pycairo-1.17.0 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.17.0-5.mga8 --unique-debug-suffix -1.17.0-5.mga8.aarch64 --unique-debug-src-base python-cairo-1.17.0-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pycairo-1.17.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo/_cairo.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo/_cairo.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7/site-packages/cairo/_cairo.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8/site-packages/cairo/_cairo.cpython-38-aarch64-linux-gnu.so original debug info size: 1288kB, size after compression: 948kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 693 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-cairo-1.17.0-5.mga8.aarch64 Provides: pycairo = 1.17.0-5.mga8 python2-cairo = 1.17.0-5.mga8 python2-cairo(aarch-64) = 1.17.0-5.mga8 python2.7dist(pycairo) = 1.17.0 python2dist(pycairo) = 1.17.0 pythonegg(2)(pycairo) = 1.17.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairo.so.2()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 Processing files: python2-cairo-devel-1.17.0-5.mga8.aarch64 Provides: pkgconfig(pycairo) = 1.17.0 pycairo-devel = 1.17.0-5.mga8 python2-cairo-devel = 1.17.0-5.mga8 python2-cairo-devel(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig pkgconfig(cairo) Processing files: python3-cairo-1.17.0-5.mga8.aarch64 Provides: py3cairo = 1.17.0-5.mga8 python3-cairo = 1.17.0-5.mga8 python3-cairo(aarch-64) = 1.17.0-5.mga8 python3.8dist(pycairo) = 1.17.0 python3dist(pycairo) = 1.17.0 pythonegg(3)(pycairo) = 1.17.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairo.so.2()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Processing files: python3-cairo-devel-1.17.0-5.mga8.aarch64 Provides: pkgconfig(py3cairo) = 1.17.0 py3cairo-devel = 1.17.0-5.mga8 python3-cairo-devel = 1.17.0-5.mga8 python3-cairo-devel(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig pkgconfig(cairo) Processing files: python-cairo-debugsource-1.17.0-5.mga8.aarch64 Provides: python-cairo-debugsource = 1.17.0-5.mga8 python-cairo-debugsource(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-cairo-debuginfo-1.17.0-5.mga8.aarch64 Provides: python-cairo-debuginfo = 1.17.0-5.mga8 python-cairo-debuginfo(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cairo-debugsource(aarch-64) = 1.17.0-5.mga8 Processing files: python2-cairo-debuginfo-1.17.0-5.mga8.aarch64 Provides: debuginfo(build-id) = 397321be064e82a06180d310d0e87423ec7b1f10 python2-cairo-debuginfo = 1.17.0-5.mga8 python2-cairo-debuginfo(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cairo-debugsource(aarch-64) = 1.17.0-5.mga8 Processing files: python3-cairo-debuginfo-1.17.0-5.mga8.aarch64 Provides: debuginfo(build-id) = dfe743edd0cfbaa06c0bb7f4ff9958b45a61ce7a python3-cairo-debuginfo = 1.17.0-5.mga8 python3-cairo-debuginfo(aarch-64) = 1.17.0-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cairo-debugsource(aarch-64) = 1.17.0-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-cairo-devel-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-cairo-devel-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-cairo-debuginfo-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-cairo-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-cairo-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-cairo-debugsource-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-cairo-debuginfo-1.17.0-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-cairo-debuginfo-1.17.0-5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RNzncy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pycairo-1.17.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-cairo-1.17.0-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.k1ovix + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pycairo-1.17.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!