>>> py3-sip4: Building community/py3-sip4 4.19.25-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 03:53:33 +0000 >>> py3-sip4: Checking sanity of /home/buildozer/aports/community/py3-sip4/APKBUILD... >>> py3-sip4: Analyzing dependencies... >>> py3-sip4: Installing for build: build-base python3-dev (1/10) Installing libbz2 (1.0.8-r4) (2/10) Installing libffi (3.4.4-r0) (3/10) Installing gdbm (1.23-r0) (4/10) Installing xz-libs (5.2.8-r0) (5/10) Installing mpdecimal (2.5.1-r1) (6/10) Installing readline (8.2.0-r0) (7/10) Installing sqlite-libs (3.40.0-r0) (8/10) Installing python3 (3.11.0-r2) (9/10) Installing python3-dev (3.11.0-r2) (10/10) Installing .makedepends-py3-sip4 (20221123.035334) Executing busybox-1.35.0-r29.trigger OK: 443 MiB in 107 packages >>> py3-sip4: Cleaning up srcdir >>> py3-sip4: Cleaning up pkgdir >>> py3-sip4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sip-4.19.25.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 1031k 26 271k 0 0 215k 0 0:00:04 0:00:01 0:00:03 215k 100 1031k 100 1031k 0 0 580k 0 0:00:01 0:00:01 --:--:-- 580k >>> py3-sip4: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sip-4.19.25.tar.gz >>> py3-sip4: Checking sha512sums... sip-4.19.25.tar.gz: OK >>> py3-sip4: Unpacking /var/cache/distfiles/sip-4.19.25.tar.gz... /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/configure.py:23: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import sysconfig /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/configure.py:23: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils import sysconfig This is SIP 4.19.25 for Python 3.11.0 on linux. The SIP code generator will be installed in /usr/bin. The sip.h header file will be installed in /usr/include/python3.11. The sip module will be installed in /usr/lib/python3.11/site-packages. The sip.pyi stub file will be installed in /usr/lib/python3.11/site-packages. The default directory to install .sip files in is /usr/share/sip. Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile... >>> py3-sip4: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sipgen' gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o main.o main.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o export.o export.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c main.c: In function 'warning': main.c:528:9: warning: 'wstr' may be used uninitialized [-Wmaybe-uninitialized] 528 | fprintf(stderr, "%s: %s: ", sipPackage, wstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:515:21: note: 'wstr' was declared here 515 | const char *wstr; | ^~~~ gencode.c: In function 'generateNamedBaseType': gencode.c:9635:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 9635 | nr_derefs = 1; | ~~~~~~~~~~^~~ gencode.c:9639:9: note: here 9639 | case byte_type: | ^~~~ gencode.c:9697:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 9697 | nr_derefs = 1; | ~~~~~~~~~~^~~ gencode.c:9701:9: note: here 9701 | case fake_void_type: | ^~~~ gencode.c: In function 'generateCastZero': gencode.c:7669:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 7669 | prcode(fp, "(%E)0", ed); | ^~~~~~~~~~~~~~~~~~~~~~~ gencode.c:7672:5: note: here 7672 | case pyobject_type: | ^~~~ gencode.c: In function 'generateTupleBuilder': gencode.c:8790:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 8790 | if (needsHeapCopy(ad, TRUE)) | ^ gencode.c:8798:9: note: here 8798 | case fake_void_type: | ^~~~ gencode.c: In function 'generateHandleResult': gencode.c:12392:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 12392 | if (ad->u.ed->fqcname != NULL) | ^ gencode.c:12415:5: note: here 12415 | case byte_type: | ^~~~ gencode.c: In function 'generateVariableGetter': gencode.c:5238:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 5238 | if (vd->type.u.ed->fqcname != NULL) | ^ gencode.c:5261:5: note: here 5261 | case byte_type: | ^~~~ g++ -Wl,--as-needed,-O1,--sort-common -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o cp -f sip /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/bin/sip cp -f /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib/sip.h /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/include/python3.11/sip.h make[1]: Leaving directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sipgen' make[1]: Entering directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib' gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o siplib.o siplib.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o apiversions.o apiversions.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o descriptors.o descriptors.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o qtlib.o qtlib.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o threads.o threads.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o objmap.o objmap.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o voidptr.o voidptr.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o array.o array.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o int_convertors.o int_convertors.c g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.11 -o bool.o bool.cpp siplib.c:205:9: warning: missing initializer for field 'am_send' of 'PyAsyncMethods' [-Wmissing-field-initializers] 205 | }, | ^ In file included from /usr/include/python3.11/object.h:757, from /usr/include/python3.11/Python.h:44, from siplib.c:20: /usr/include/python3.11/cpython/object.h:134:14: note: 'am_send' declared here 134 | sendfunc am_send; | ^~~~~~~ siplib.c:304:5: warning: missing initializer for field '_ht_tpname' of 'PyHeapTypeObject' {aka 'struct _heaptypeobject'} [-Wmissing-field-initializers] 304 | }, | ^ /usr/include/python3.11/cpython/object.h:256:11: note: '_ht_tpname' declared here 256 | char *_ht_tpname; // Storage for "tp_name"; see PyType_FromModuleAndSpec | ^~~~~~~~~~ voidptr.c:215:17: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(sipVoidPtrObject *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 215 | {"asarray", (PyCFunction)sipVoidPtr_asarray, METH_VARARGS|METH_KEYWORDS, NULL}, | ^ voidptr.c:222:18: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(sipVoidPtrObject *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 222 | {"asstring", (PyCFunction)sipVoidPtr_asstring, METH_VARARGS|METH_KEYWORDS, NULL}, | ^ siplib.c: In function 'sipSimpleWrapper_getbuffer': siplib.c:11201:45: warning: cast between incompatible function types from 'sipGetBufferFunc' {aka 'int (*)(struct _object *, void *, Py_buffer *, int)'} to 'int (*)(PyObject *, void *, sipBufferDef *)' {aka 'int (*)(struct _object *, void *, struct _sipBufferDef *)'} [-Wcast-function-type] 11201 | sipGetBufferFuncLimited getbuffer = (sipGetBufferFuncLimited)ctd->ctd_getbuffer; | ^ siplib.c: In function 'sipSimpleWrapper_releasebuffer': siplib.c:11238:53: warning: cast between incompatible function types from 'sipReleaseBufferFunc' {aka 'void (*)(struct _object *, void *, Py_buffer *)'} to 'void (*)(PyObject *, void *)' {aka 'void (*)(struct _object *, void *)'} [-Wcast-function-type] 11238 | sipReleaseBufferFuncLimited releasebuffer = (sipReleaseBufferFuncLimited)ctd->ctd_releasebuffer; | ^ siplib.c: At top level: siplib.c:11590:9: warning: missing initializer for field 'am_send' of 'PyAsyncMethods' [-Wmissing-field-initializers] 11590 | }, | ^ /usr/include/python3.11/cpython/object.h:134:14: note: 'am_send' declared here 134 | sendfunc am_send; | ^~~~~~~ siplib.c:11689:5: warning: missing initializer for field '_ht_tpname' of 'PyHeapTypeObject' {aka 'struct _heaptypeobject'} [-Wmissing-field-initializers] 11689 | }, | ^ /usr/include/python3.11/cpython/object.h:256:11: note: '_ht_tpname' declared here 256 | char *_ht_tpname; // Storage for "tp_name"; see PyType_FromModuleAndSpec | ^~~~~~~~~~ siplib.c: In function 'sip_api_get_frame': siplib.c:13750:22: error: invalid use of undefined type 'struct _frame' 13750 | frame = frame->f_back; | ^~ In file included from /usr/include/python3.11/bytesobject.h:10, from /usr/include/python3.11/Python.h:50: siplib.c: In function 'parsePass2': siplib.c:5936:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 5936 | va_arg(va, void *); | ^ siplib.c:5940:9: note: here 5940 | default: | ^~~~~~~ siplib.c: In function 'detail_FromFailure': siplib.c:8120:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 8120 | if (detail) | ^ siplib.c:8128:5: note: here 8128 | default: | ^~~~~~~ make[1]: *** [Makefile:29: siplib.o] Error 1 make[1]: Leaving directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib' make: *** [Makefile:8: install] Error 2 >>> ERROR: py3-sip4*: package failed >>> ERROR: py3-sip4: rootpkg failed >>> py3-sip4: Uninstalling dependencies... (1/10) Purging .makedepends-py3-sip4 (20221123.035334) (2/10) Purging python3-dev (3.11.0-r2) (3/10) Purging python3 (3.11.0-r2) (4/10) Purging libbz2 (1.0.8-r4) (5/10) Purging libffi (3.4.4-r0) (6/10) Purging gdbm (1.23-r0) (7/10) Purging xz-libs (5.2.8-r0) (8/10) Purging mpdecimal (2.5.1-r1) (9/10) Purging readline (8.2.0-r0) (10/10) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages