Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/pyhunspell.spec'], False, '/var/lib/mock/fedora-16-x86_64/root/', None, 0, True, False, 500, 475, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/pyhunspell.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pyhunspell-0.1-6.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/pyhunspell.spec'], False, '/var/lib/mock/fedora-16-x86_64/root/', None, 0, True, False, 500, 475, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/pyhunspell.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PwtE71 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf hunspell-0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/hunspell-0.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hunspell-0.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (pyhunspell-0.1-hunspell13.patch):' Patch #0 (pyhunspell-0.1-hunspell13.patch): + /bin/cat /builddir/build/SOURCES/pyhunspell-0.1-hunspell13.patch + /usr/bin/patch -s -p1 -b --suffix .hunspell13 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GBfsw3 + umask 022 + cd /builddir/build/BUILD + cd hunspell-0.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-fplugin=python2 -fplugin-arg-python2-script=/test.py -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python setup.py build running build running build_ext building 'hunspell' extension creating build creating build/temp.linux-x86_64-2.7 gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fplugin=python2 -fplugin-arg-python2-script=/test.py -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -D_LINUX -I/usr/include/hunspell -I/usr/include/python2.7 -c hunspell.c -o build/temp.linux-x86_64-2.7/hunspell.o -Wall hunspell.c: In function 'inithunspell': hunspell.c:285:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] hunspell.c: In function 'HunSpell_remove': hunspell.c:190:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c: In function 'HunSpell_add_with_affix': hunspell.c:177:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:177:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 4 ("&example") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c: In function 'HunSpell_add': hunspell.c:164:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c: In function 'HunSpell_generate': hunspell.c:144:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 3 ("&word1") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:144:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 4 ("&word2") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:156:1: warning: ob_refcnt of new ref from call to Py_BuildValue is 1 too high [enabled by default] hunspell.c:156:1: note: was expecting final ob_refcnt to be N + 1 (for some unknown N) hunspell.c:156:1: note: due to object being referenced by: PyListObject.ob_item[0] hunspell.c:156:1: note: but final ob_refcnt is N + 2 hunspell.c:151:16: note: new ref from call to Py_BuildValue allocated at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:144:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "ss", &word1, &word2)) hunspell.c:144:5: note: taking False path at: if (!PyArg_ParseTuple(args, "ss", &word1, &word2)) hunspell.c:147:13: note: reaching: slist_list = PyList_New(0); hunspell.c:147:13: note: when PyList_New() succeeds at: slist_list = PyList_New(0); hunspell.c:150:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:150:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:151:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: when treating unknown char * * from hunspell.c:151 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: ob_refcnt is now refs: 1 + N where N >= 0 hunspell.c:151:16: note: when PyList_Append() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: ob_refcnt is now refs: 2 + N where N >= 0 hunspell.c:151:16: note: new ref from call to Py_BuildValue is now referenced by 1 non-stack value(s): PyListObject.ob_item[0] hunspell.c:150:2: note: when considering value == (int)1 from hunspell.c:148 at: for (i = 0; i < num_slist; i++) { hunspell.c:150:2: note: taking False path at: for (i = 0; i < num_slist; i++) { hunspell.c:154:20: note: reaching: Hunspell_free_list(self->handle, &slist, num_slist); hunspell.c:156:1: note: returning hunspell.c:156:1: note: found 1 similar trace(s) to this hunspell.c:151:16: warning: calling PyList_Append with NULL as argument 1 (slist_list) at hunspell.c:151 [enabled by default] hunspell.c:144:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "ss", &word1, &word2)) hunspell.c:144:5: note: taking False path at: if (!PyArg_ParseTuple(args, "ss", &word1, &word2)) hunspell.c:147:13: note: reaching: slist_list = PyList_New(0); hunspell.c:147:13: note: when PyList_New() fails at: slist_list = PyList_New(0); hunspell.c:150:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:150:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:151:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: when treating unknown char * * from hunspell.c:151 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:151:16: note: PyList_Append() invokes Py_TYPE() on the pointer via the PyList_Check() macro, thus accessing (NULL)->ob_type hunspell.c:151:16: note: found 1 similar trace(s) to this hunspell.c:139:1: note: graphical error report for function 'HunSpell_generate' written out to 'build/temp.linux-x86_64-2.7/hunspell.c.HunSpell_generate-refcount-errors.html' hunspell.c: In function 'HunSpell_stem': hunspell.c:123:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:135:1: warning: ob_refcnt of new ref from call to Py_BuildValue is 1 too high [enabled by default] hunspell.c:135:1: note: was expecting final ob_refcnt to be N + 1 (for some unknown N) hunspell.c:135:1: note: due to object being referenced by: PyListObject.ob_item[0] hunspell.c:135:1: note: but final ob_refcnt is N + 2 hunspell.c:130:16: note: new ref from call to Py_BuildValue allocated at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:123:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:123:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:126:13: note: reaching: slist_list = PyList_New(0); hunspell.c:126:13: note: when PyList_New() succeeds at: slist_list = PyList_New(0); hunspell.c:129:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:129:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:130:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: when treating unknown char * * from hunspell.c:130 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: ob_refcnt is now refs: 1 + N where N >= 0 hunspell.c:130:16: note: when PyList_Append() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: ob_refcnt is now refs: 2 + N where N >= 0 hunspell.c:130:16: note: new ref from call to Py_BuildValue is now referenced by 1 non-stack value(s): PyListObject.ob_item[0] hunspell.c:129:2: note: when considering value == (int)1 from hunspell.c:127 at: for (i = 0; i < num_slist; i++) { hunspell.c:129:2: note: taking False path at: for (i = 0; i < num_slist; i++) { hunspell.c:133:20: note: reaching: Hunspell_free_list(self->handle, &slist, num_slist); hunspell.c:135:1: note: returning hunspell.c:135:1: note: found 1 similar trace(s) to this hunspell.c:130:16: warning: calling PyList_Append with NULL as argument 1 (slist_list) at hunspell.c:130 [enabled by default] hunspell.c:123:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:123:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:126:13: note: reaching: slist_list = PyList_New(0); hunspell.c:126:13: note: when PyList_New() fails at: slist_list = PyList_New(0); hunspell.c:129:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:129:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:130:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: when treating unknown char * * from hunspell.c:130 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:130:16: note: PyList_Append() invokes Py_TYPE() on the pointer via the PyList_Check() macro, thus accessing (NULL)->ob_type hunspell.c:130:16: note: found 1 similar trace(s) to this hunspell.c:118:1: note: graphical error report for function 'HunSpell_stem' written out to 'build/temp.linux-x86_64-2.7/hunspell.c.HunSpell_stem-refcount-errors.html' hunspell.c: In function 'HunSpell_analyze': hunspell.c:102:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:114:1: warning: ob_refcnt of new ref from call to Py_BuildValue is 1 too high [enabled by default] hunspell.c:114:1: note: was expecting final ob_refcnt to be N + 1 (for some unknown N) hunspell.c:114:1: note: due to object being referenced by: PyListObject.ob_item[0] hunspell.c:114:1: note: but final ob_refcnt is N + 2 hunspell.c:109:16: note: new ref from call to Py_BuildValue allocated at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:102:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:102:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:105:13: note: reaching: slist_list = PyList_New(0); hunspell.c:105:13: note: when PyList_New() succeeds at: slist_list = PyList_New(0); hunspell.c:108:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:108:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:109:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: when treating unknown char * * from hunspell.c:109 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: ob_refcnt is now refs: 1 + N where N >= 0 hunspell.c:109:16: note: when PyList_Append() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: ob_refcnt is now refs: 2 + N where N >= 0 hunspell.c:109:16: note: new ref from call to Py_BuildValue is now referenced by 1 non-stack value(s): PyListObject.ob_item[0] hunspell.c:108:2: note: when considering value == (int)1 from hunspell.c:106 at: for (i = 0; i < num_slist; i++) { hunspell.c:108:2: note: taking False path at: for (i = 0; i < num_slist; i++) { hunspell.c:112:20: note: reaching: Hunspell_free_list(self->handle, &slist, num_slist); hunspell.c:114:1: note: returning hunspell.c:114:1: note: found 1 similar trace(s) to this hunspell.c:109:16: warning: calling PyList_Append with NULL as argument 1 (slist_list) at hunspell.c:109 [enabled by default] hunspell.c:102:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:102:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:105:13: note: reaching: slist_list = PyList_New(0); hunspell.c:105:13: note: when PyList_New() fails at: slist_list = PyList_New(0); hunspell.c:108:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:108:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:109:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: when treating unknown char * * from hunspell.c:109 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:109:16: note: PyList_Append() invokes Py_TYPE() on the pointer via the PyList_Check() macro, thus accessing (NULL)->ob_type hunspell.c:109:16: note: found 1 similar trace(s) to this hunspell.c:97:1: note: graphical error report for function 'HunSpell_analyze' written out to 'build/temp.linux-x86_64-2.7/hunspell.c.HunSpell_analyze-refcount-errors.html' hunspell.c: In function 'HunSpell_suggest': hunspell.c:81:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:93:1: warning: ob_refcnt of new ref from call to Py_BuildValue is 1 too high [enabled by default] hunspell.c:93:1: note: was expecting final ob_refcnt to be N + 1 (for some unknown N) hunspell.c:93:1: note: due to object being referenced by: PyListObject.ob_item[0] hunspell.c:93:1: note: but final ob_refcnt is N + 2 hunspell.c:88:16: note: new ref from call to Py_BuildValue allocated at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:81:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:81:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:84:13: note: reaching: slist_list = PyList_New(0); hunspell.c:84:13: note: when PyList_New() succeeds at: slist_list = PyList_New(0); hunspell.c:87:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:87:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:88:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: when treating unknown char * * from hunspell.c:88 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: ob_refcnt is now refs: 1 + N where N >= 0 hunspell.c:88:16: note: when PyList_Append() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: ob_refcnt is now refs: 2 + N where N >= 0 hunspell.c:88:16: note: new ref from call to Py_BuildValue is now referenced by 1 non-stack value(s): PyListObject.ob_item[0] hunspell.c:87:2: note: when considering value == (int)1 from hunspell.c:85 at: for (i = 0; i < num_slist; i++) { hunspell.c:87:2: note: taking False path at: for (i = 0; i < num_slist; i++) { hunspell.c:91:20: note: reaching: Hunspell_free_list(self->handle, &slist, num_slist); hunspell.c:93:1: note: returning hunspell.c:93:1: note: found 1 similar trace(s) to this hunspell.c:88:16: warning: calling PyList_Append with NULL as argument 1 (slist_list) at hunspell.c:88 [enabled by default] hunspell.c:81:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:81:5: note: taking False path at: if (!PyArg_ParseTuple(args, "s", &word)) hunspell.c:84:13: note: reaching: slist_list = PyList_New(0); hunspell.c:84:13: note: when PyList_New() fails at: slist_list = PyList_New(0); hunspell.c:87:2: note: when considering range: 1 <= value <= 0x7fffffff at: for (i = 0; i < num_slist; i++) { hunspell.c:87:2: note: taking True path at: for (i = 0; i < num_slist; i++) { hunspell.c:88:53: note: reaching: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: when treating unknown char * * from hunspell.c:88 as non-NULL at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: when Py_BuildValue() succeeds at: PyList_Append(slist_list, Py_BuildValue("s", slist[i])); hunspell.c:88:16: note: PyList_Append() invokes Py_TYPE() on the pointer via the PyList_Check() macro, thus accessing (NULL)->ob_type hunspell.c:88:16: note: found 1 similar trace(s) to this hunspell.c:76:1: note: graphical error report for function 'HunSpell_suggest' written out to 'build/temp.linux-x86_64-2.7/hunspell.c.HunSpell_suggest-refcount-errors.html' hunspell.c: In function 'HunSpell_spell': hunspell.c:66:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&word") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c: In function 'HunSpell_init': hunspell.c:40:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 3 ("&dpath") had type "char * *" but was expecting "const char * *" for format code "s" hunspell.c:40:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "ss" [enabled by default] argument 4 ("&apath") had type "char * *" but was expecting "const char * *" for format code "s" creating build/lib.linux-x86_64-2.7 gcc -pthread -shared -fplugin=python2 -fplugin-arg-python2-script=/test.py -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.7/hunspell.o -L/usr/lib64 -lhunspell-1.3 -lpython2.7 -o build/lib.linux-x86_64-2.7/hunspell.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.T7tul8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 ++ dirname /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 + cd hunspell-0.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 creating /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr creating /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/hunspell.so -> /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7/site-packages/hunspell-0.1-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/hunspell-0.1 extracting debug info from /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7/site-packages/hunspell.so 14 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: pyhunspell-0.1-6.fc16.x86_64 Provides: hunspell.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libhunspell-1.3.so.0()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: pyhunspell-debuginfo-0.1-6.fc16.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 Wrote: /builddir/build/RPMS/pyhunspell-0.1-6.fc16.x86_64.rpm Wrote: /builddir/build/RPMS/pyhunspell-debuginfo-0.1-6.fc16.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.O0YD4r + umask 022 + cd /builddir/build/BUILD + cd hunspell-0.1 + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.1-6.fc16.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->