==> Starting build()... rm -rf build MANIFEST pyalpmm-*.pkg.tar.gz rm -f pyalpmm/*.py{c,~} rm -f *{~,pyc,so} rm -f pyalpmm_raw{.py,/pyalpmm_raw_wrap.c,/pyalpmm_raw.py} rm -rf arch/{release,svn}/{pyalpmm*,src,pkg} swig -python -copyctor -Wall pyalpmm_raw/pyalpmm_raw.i pyalpmm_raw/pyalpmm_raw.i:10: Warning 454: Setting a pointer/reference variable may leak memory. pyalpmm_raw/pyalpmm_raw.i:11: Warning 454: Setting a pointer/reference variable may leak memory. pyalpmm_raw/pyalpmm_raw.i:12: Warning 454: Setting a pointer/reference variable may leak memory. pyalpmm_raw/pyalpmm_raw.i:13: Warning 454: Setting a pointer/reference variable may leak memory. pyalpmm_raw/pyalpmm_raw.i:14: Warning 454: Setting a pointer/reference variable may leak memory. pyalpmm_raw/helper.i:29: Warning 454: Setting a pointer/reference variable may leak memory. cp pyalpmm_raw/pyalpmm_raw.py . python setup.py build running build running build_py creating build creating build/lib.linux-i686-3.2 copying pyalpmm_raw.py -> build/lib.linux-i686-3.2 creating build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/lists.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/item.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/transaction.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/options.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/tools.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/session.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/pbuilder.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/events.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/__init__.py -> build/lib.linux-i686-3.2/pyalpmm copying pyalpmm/database.py -> build/lib.linux-i686-3.2/pyalpmm running build_ext building '_pyalpmm_raw' extension creating build/temp.linux-i686-3.2 creating build/temp.linux-i686-3.2/pyalpmm_raw gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=i686 -mtune=generic -O2 -pipe -fPIC -I/usr/include/python3.2mu -c pyalpmm_raw/pyalpmm_raw_wrap.c -o build/temp.linux-i686-3.2/pyalpmm_raw/pyalpmm_raw_wrap.o pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘SWIG_Python_SetModule’: pyalpmm_raw/pyalpmm_raw_wrap.c:2508:22: warning: unused variable ‘swig_empty_runtime_method_table’ [-Wunused-variable] In file included from pyalpmm_raw/pyalpmm_raw_wrap.c:2769:0: pyalpmm_raw/alpm.h: At top level: pyalpmm_raw/alpm.h:100:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:103:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:106:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:109:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:112:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:115:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:118:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:123:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:126:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:129:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:132:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:137:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:142:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:147:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:152:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:155:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:158:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:159:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:397:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:398:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/alpm.h:399:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘cb_python_event_wrap’: pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_CHECKDEPS_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_CHECKDEPS_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_FILECONFLICTS_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_FILECONFLICTS_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_RESOLVEDEPS_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_RESOLVEDEPS_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_INTERCONFLICTS_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_INTERCONFLICTS_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_INTEGRITY_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_INTEGRITY_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_INTEGRITY_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_INTEGRITY_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_PATCHES_START’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_PATCHES_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_PATCH_DONE’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c:2782:2: warning: enumeration value ‘PM_TRANS_EVT_DELTA_PATCH_FAILED’ not handled in switch [-Wswitch] pyalpmm_raw/pyalpmm_raw_wrap.c: At top level: pyalpmm_raw/pyalpmm_raw_wrap.c:3244:15: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘helper_create_alpm_list’: pyalpmm_raw/pyalpmm_raw_wrap.c:3258:9: warning: implicit declaration of function ‘PyString_Size’ [-Wimplicit-function-declaration] pyalpmm_raw/pyalpmm_raw_wrap.c:3260:9: warning: implicit declaration of function ‘PyString_AsString’ [-Wimplicit-function-declaration] pyalpmm_raw/pyalpmm_raw_wrap.c:3260:9: warning: passing argument 2 of ‘strcpy’ makes pointer from integer without a cast [enabled by default] /usr/include/string.h:128:14: note: expected ‘const char * __restrict__’ but argument is of type ‘int’ pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘helper_get_char’: pyalpmm_raw/pyalpmm_raw_wrap.c:3267:5: warning: return makes pointer from integer without a cast [enabled by default] pyalpmm_raw/pyalpmm_raw_wrap.c: At top level: pyalpmm_raw/pyalpmm_raw_wrap.c:3270:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘_wrap_alpm_option_set_dlcb’: pyalpmm_raw/pyalpmm_raw_wrap.c:4715:9: warning: unused variable ‘total1’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:4714:9: warning: unused variable ‘xfered1’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:4713:15: warning: unused variable ‘filename1’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘_wrap_alpm_option_set_totaldlcb’: pyalpmm_raw/pyalpmm_raw_wrap.c:4786:9: warning: unused variable ‘total1’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c: In function ‘_wrap_alpm_trans_init’: pyalpmm_raw/pyalpmm_raw_wrap.c:6924:7: warning: unused variable ‘remain4’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6923:7: warning: unused variable ‘howmany4’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6922:7: warning: unused variable ‘percent4’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6921:15: warning: unused variable ‘pkgname4’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6920:17: warning: unused variable ‘event4’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6919:8: warning: unused variable ‘response3’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6918:9: warning: unused variable ‘data33’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6917:9: warning: unused variable ‘data23’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6916:9: warning: unused variable ‘data13’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6915:17: warning: unused variable ‘event3’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6914:9: warning: unused variable ‘data22’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6913:9: warning: unused variable ‘data12’ [-Wunused-variable] pyalpmm_raw/pyalpmm_raw_wrap.c:6912:16: warning: unused variable ‘event2’ [-Wunused-variable] gcc -pthread -shared -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -march=i686 -mtune=generic -O2 -pipe build/temp.linux-i686-3.2/pyalpmm_raw/pyalpmm_raw_wrap.o -L/usr/lib -lalpm -lpython3.2mu -o build/lib.linux-i686-3.2/_pyalpmm_raw.cpython-32mu.so cp build/lib.linux-`uname -m`-2.6/_pyalpmm_raw.so . cp: cannot stat `build/lib.linux-i686-2.6/_pyalpmm_raw.so': No such file or directory make: *** [build] Error 1 ==> ERROR: A failure occurred in build(). Aborting...