Cook: psyco 1.6 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): python-dev-2.7.15-i486 Extracting source archive "psyco-1.6-src.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 PROCESSOR = 'i386' running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/psyco copying py-support/__init__.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/core.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/kdictproxy.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/profiler.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/classes.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/logger.py -> build/lib.linux-x86_64-2.7/psyco copying py-support/support.py -> build/lib.linux-x86_64-2.7/psyco warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'psyco._psyco' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/c i486-slitaz-linux-gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -DALL_STATIC=1 -Ic/i386 -I/usr/include/python2.7 -c c/psyco.c -o build/temp.linux-x86_64-2.7/c/psyco.o In file included from /usr/include/python2.7/Python.h:84, from c/psyco.h:9, from c/psyco.c:1: c/cstruct.c: In function 'PyCStruct_New': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ c/cstruct.c:11:2: note: in expansion of macro 'PyObject_INIT' PyObject_INIT(cs, &PyCStruct_Type); ^~~~~~~~~~~~~ c/Objects/pstringobject.c: In function 'cimpl_cb_new': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /usr/include/python2.7/objimpl.h:166:29: note: in expansion of macro 'PyObject_INIT' ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) ) ^~~~~~~~~~~~~ c/Objects/pstringobject.c:945:2: note: in expansion of macro 'PyObject_INIT_VAR' PyObject_INIT_VAR(op, &PsycoBufStr_Type, size); ^~~~~~~~~~~~~~~~~ c/Objects/ptypeobject.c: In function 'cimpl_alloc_gc_heap': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ c/Objects/ptypeobject.c:150:2: note: in expansion of macro 'PyObject_INIT' PyObject_INIT(obj, type); ^~~~~~~~~~~~~ c/Objects/ptypeobject.c: In function 'cimpl_alloc_gc_nonheap': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ c/Objects/ptypeobject.c:162:2: note: in expansion of macro 'PyObject_INIT' PyObject_INIT(obj, type); ^~~~~~~~~~~~~ c/Objects/ptypeobject.c: In function 'cimpl_alloc_nongc_heap': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ c/Objects/ptypeobject.c:175:2: note: in expansion of macro 'PyObject_INIT' PyObject_INIT(obj, type); ^~~~~~~~~~~~~ c/Objects/ptypeobject.c: In function 'cimpl_alloc_nongc_nonheap': /usr/include/python2.7/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value] ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ c/Objects/ptypeobject.c:186:2: note: in expansion of macro 'PyObject_INIT' PyObject_INIT(obj, type); ^~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:83, from c/psyco.h:9, from c/psyco.c:1: c/Objects/compactobject.c: In function 'compacttype_new': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ c/Objects/compactobject.c:883:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(&PyCompact_Type); ^~~~~~~~~ c/Objects/compactobject.c: In function 'psyco_compact_init': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ c/Objects/compactobject.c:1027:2: note: in expansion of macro 'Py_INCREF' Py_INCREF(&PyCompact_Type); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ c/Objects/compactobject.c:1030:2: note: in expansion of macro 'Py_INCREF' Py_INCREF(&PyCompactType_Type); ^~~~~~~~~ c/psyco.c: In function 'init_psyco': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ c/psyco.c:1023:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(&PsycoFunction_Type); ^~~~~~~~~ In file included from c/initialize.h:70, from c/psyco.c:14: At top level: c/Objects/plistobject.c:115:10: warning: 'PsycoList_SingletonNew' defined but not used [-Wunused-function] vinfo_t* PsycoList_SingletonNew(vinfo_t* vitem) ^~~~~~~~~~~~~~~~~~~~~~ In file included from c/initialize.h:54, from c/psyco.c:14: c/codegen.c:747:10: warning: 'integer_lshift' defined but not used [-Wunused-function] vinfo_t* integer_lshift(PsycoObject* po, vinfo_t* v1, vinfo_t* v2) ^~~~~~~~~~~~~~ c/codegen.c:127:19: warning: 'psyco_source_condition' defined but not used [-Wunused-function] VirtualTimeSource psyco_source_condition(condition_code_t cc) ^~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -DALL_STATIC=1 -Ic/i386 -I/usr/include/python2.7 -c c/platform.c -o build/temp.linux-x86_64-2.7/c/platform.o i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/c/psyco.o build/temp.linux-x86_64-2.7/c/platform.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/psyco/_psyco.so running install_lib creating /home/slitaz/wok/psyco/install creating /home/slitaz/wok/psyco/install/usr creating /home/slitaz/wok/psyco/install/usr/lib creating /home/slitaz/wok/psyco/install/usr/lib/python2.7 creating /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages creating /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/core.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/_psyco.so -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/kdictproxy.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/profiler.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/classes.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/__init__.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/logger.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco copying build/lib.linux-x86_64-2.7/psyco/support.py -> /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Writing /home/slitaz/wok/psyco/install/usr/lib/python2.7/site-packages/psyco-1.6-py2.7.egg-info ================================================================================ Executing strip on all files... Done Time: 0.64s. Size: 841272 B -> 193764 B. Save: 632 KB. ================================================================================ Build dependencies to remove: 1 Removing: python-dev Pack: psyco 1.6 ================================================================================ Executing: genpkg_rules 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 Removing old package "psyco-1.6-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "psyco-1.6-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/psyco-1.6... Done Checking site script in source/psyco-1.6... 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: psyco 1.6 ================================================================================ Src file : psyco-1.6-src.tar.gz Src size : 348.0K Source dir : 3.3M Produced : 268.0K Cook time : 20s Cook date : 2020-07-07 19:12 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 284.0K : 85.1K : 9 : psyco-1.6-i486.tazpkg ================================================================================