Cook: sip 4.19.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): python-dev-2.7.15-i486 Extracting source archive "sip-4.19.3.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed This is SIP 4.19.3 for Python 2.7.15 on linux2. The SIP code generator will be installed in /usr/bin. The sip module will be installed in /usr/lib/python2.7/site-packages. The sip.pyi stub file will be installed in /usr/lib/python2.7/site-packages. The sip.h header file will be installed in /usr/include/python2.7. The default directory to install .sip files in is /usr/share/sip. Creating siplib/sip.h... Creating siplib/siplib.c... Creating siplib/siplib.sbf... Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile... make[1]: Entering directory '/home/slitaz/wok/sip/source/sip-4.19.3/sipgen' gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o main.o main.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o export.o export.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c type_hints.c: In function 'pyiProperty': type_hints.c:761:33: warning: unused variable 'overloaded' [-Wunused-variable] int implicit_overloads, overloaded; ^~~~~~~~~~ type_hints.c:761:13: warning: unused variable 'implicit_overloads' [-Wunused-variable] int implicit_overloads, overloaded; ^~~~~~~~~~~~~~~~~~ gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c gencode.c: In function 'generateNamedBaseType': gencode.c:9426:23: warning: this statement may fall through [-Wimplicit-fallthrough=] nr_derefs = 1; ~~~~~~~~~~^~~ gencode.c:9430:9: note: here case byte_type: ^~~~ gencode.c:9484:23: warning: this statement may fall through [-Wimplicit-fallthrough=] nr_derefs = 1; ~~~~~~~~~~^~~ gencode.c:9488:9: note: here case fake_void_type: ^~~~ gencode.c: In function 'generateTupleBuilder': gencode.c:8573:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (copyConstRefArg(ad)) ^ gencode.c:8581:9: note: here case fake_void_type: ^~~~ gencode.c: In function 'generateHandleResult': gencode.c:12088:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (ad->u.ed->fqcname != NULL) ^ gencode.c:12099:5: note: here case byte_type: ^~~~ gencode.c: In function 'generateVariableGetter': gencode.c:5156:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vd->type.u.ed->fqcname != NULL) ^ gencode.c:5167:5: note: here case byte_type: ^~~~ g++ -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o make[1]: Leaving directory '/home/slitaz/wok/sip/source/sip-4.19.3/sipgen' make[1]: Entering directory '/home/slitaz/wok/sip/source/sip-4.19.3/siplib' gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o siplib.o siplib.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o apiversions.o apiversions.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o descriptors.o descriptors.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o qtlib.o qtlib.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o threads.o threads.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o objmap.o objmap.c In file included from /usr/include/python2.7/Python.h:8, from sipint.h:24, from objmap.c:23: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from objmap.c:21: /usr/include/features.h:265: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o voidptr.o voidptr.c gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o array.o array.c g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o bool.o bool.cpp In file included from /usr/include/python2.7/Python.h:83, from qtlib.c:21: qtlib.c: In function 'sip_api_connect_rx': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ qtlib.c:474:5: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ qtlib.c: In function 'sip_api_disconnect_rx': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ qtlib.c:502:13: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ qtlib.c:526:5: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ qtlib.c: In function 'sip_api_save_slot': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ qtlib.c:646:17: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ siplib.c: In function 'wrapInstance': siplib.c:1618:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return sip_api_convert_from_type((void *)addr, wt->wt_td, NULL); ^ voidptr.c:217:17: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(struct *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] {"asarray", (PyCFunction)sipVoidPtr_asarray, METH_VARARGS|METH_KEYWORDS, NULL}, ^ voidptr.c:224:18: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(struct *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] {"asstring", (PyCFunction)sipVoidPtr_asstring, METH_VARARGS|METH_KEYWORDS, NULL}, ^ In file included from /usr/include/python2.7/unicodeobject.h:4, from /usr/include/python2.7/Python.h:88, from siplib.c:20: siplib.c: In function 'parsePass2': siplib.c:5807:24: warning: this statement may fall through [-Wimplicit-fallthrough=] va_arg(va, void *); ^ siplib.c:5811:9: note: here default: ^~~~~~~ siplib.c: In function 'detail_FromFailure': siplib.c:7683:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (detail) ^ siplib.c:7691:5: note: here default: ^~~~~~~ siplib.c: In function 'parsePass2': siplib.c:5791:24: warning: 'enc' may be used uninitialized in this function [-Wmaybe-uninitialized] if (enc < 0) ^ siplib.c:5665:32: warning: 'owner' may be used uninitialized in this function [-Wmaybe-uninitialized] *owner = arg; ~~~~~~~^~~~~ siplib.c: In function 'slot_richcompare': siplib.c:11013:52: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((f = (PyObject *(*)(PyObject *,PyObject *))findSlot(self, st)) == NULL) ^~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--version-script=sip.exp -o sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o voidptr.o array.o bool.o make[1]: Leaving directory '/home/slitaz/wok/sip/source/sip-4.19.3/siplib' make[1]: Entering directory '/home/slitaz/wok/sip/source/sip-4.19.3/sipgen' cp -f sip /home/slitaz/wok/sip/install/usr/bin/sip make[1]: Leaving directory '/home/slitaz/wok/sip/source/sip-4.19.3/sipgen' make[1]: Entering directory '/home/slitaz/wok/sip/source/sip-4.19.3/siplib' cp -f sip.so /home/slitaz/wok/sip/install/usr/lib/python2.7/site-packages/sip.so strip /home/slitaz/wok/sip/install/usr/lib/python2.7/site-packages/sip.so cp -f /home/slitaz/wok/sip/source/sip-4.19.3/siplib/sip.h /home/slitaz/wok/sip/install/usr/include/python2.7/sip.h cp -f /home/slitaz/wok/sip/source/sip-4.19.3/sip.pyi /home/slitaz/wok/sip/install/usr/lib/python2.7/site-packages/sip.pyi make[1]: Leaving directory '/home/slitaz/wok/sip/source/sip-4.19.3/siplib' cp -f sipconfig.py /home/slitaz/wok/sip/install/usr/lib/python2.7/site-packages/sipconfig.py cp -f /home/slitaz/wok/sip/source/sip-4.19.3/sipdistutils.py /home/slitaz/wok/sip/install/usr/lib/python2.7/site-packages/sipdistutils.py ================================================================================ Executing strip on all files... Done Time: 0.30s. Size: 558596 B -> 540156 B. Save: 18 KB. ================================================================================ Build dependencies to remove: 1 Removing: python-dev Pack: sip 4.19.3 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "sip-4.19.3-i486.tazpkg" created Pack: sip-dev 4.19.3 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... any Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "sip-dev-4.19.3-any.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/sip-4.19.3... Done Checking site script in source/sip-4.19.3... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: sip 4.19.3 ================================================================================ Src file : sip-4.19.3.tar.gz Src size : 984.0K Source dir : 7.1M Produced : 736.0K Cook time : 22s Cook date : 2020-09-13 04:19 Target arch : any, i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 680.0K : 203.1K : 5 : sip-4.19.3-i486.tazpkg 2 : 96.0K : 14.5K : 1 : sip-dev-4.19.3-any.tazpkg ================================================================================