tar -xf simplejson-2.6.1.tar.gz running install running build running build_py creating build creating build/lib.linux-armv5tel-2.7 creating build/lib.linux-armv5tel-2.7/simplejson copying simplejson/ordered_dict.py -> build/lib.linux-armv5tel-2.7/simplejson copying simplejson/__init__.py -> build/lib.linux-armv5tel-2.7/simplejson copying simplejson/decoder.py -> build/lib.linux-armv5tel-2.7/simplejson copying simplejson/tool.py -> build/lib.linux-armv5tel-2.7/simplejson copying simplejson/encoder.py -> build/lib.linux-armv5tel-2.7/simplejson copying simplejson/scanner.py -> build/lib.linux-armv5tel-2.7/simplejson creating build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_namedtuple.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_check_circular.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_speedups.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_bigint_as_string.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_encode_for_html.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_errors.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_decimal.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_item_sort_key.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_tuple.py -> build/lib.linux-armv5tel-2.7/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.linux-armv5tel-2.7/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.linux-armv5tel-2.7 creating build/temp.linux-armv5tel-2.7/simplejson gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -march=armv5te -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-armv5tel-2.7/simplejson/_speedups.o simplejson/_speedups.c: In function 'scan_once_str': simplejson/_speedups.c:1732:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] simplejson/_speedups.c:1742:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] simplejson/_speedups.c: In function 'scan_once_unicode': simplejson/_speedups.c:1831:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] simplejson/_speedups.c:1841:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] simplejson/_speedups.c: In function 'encoder_listencode_obj': simplejson/_speedups.c:2269:67: warning: comparison of distinct pointer types lacks a cast [enabled by default] simplejson/_speedups.c:2269:9: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [enabled by default] In file included from /usr/include/python2.7/Python.h:80:0, from simplejson/_speedups.c:1: /usr/include/python2.7/object.h:437:5: note: expected 'struct PyTypeObject *' but argument is of type 'struct PyObject *' simplejson/_speedups.c: In function 'init_speedups': simplejson/_speedups.c:2741:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] simplejson/_speedups.c:2743:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] gcc -pthread -shared -O2 -march=armv5te build/temp.linux-armv5tel-2.7/simplejson/_speedups.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv5tel-2.7/simplejson/_speedups.so running install_lib creating /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib creating /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7 creating /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages creating /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/ordered_dict.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/__init__.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/decoder.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/tool.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/encoder.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson creating /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_namedtuple.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_fail.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/__init__.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_default.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_check_circular.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_speedups.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_float.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_unicode.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_bigint_as_string.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_encode_basestring_ascii.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_encode_for_html.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_pass2.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_separators.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_errors.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_decode.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_recursion.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_decimal.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_dump.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_pass3.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_pass1.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_scanstring.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_item_sort_key.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_tuple.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/tests/test_indent.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests copying build/lib.linux-armv5tel-2.7/simplejson/scanner.py -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson copying build/lib.linux-armv5tel-2.7/simplejson/_speedups.so -> /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/ordered_dict.py to ordered_dict.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/__init__.py to __init__.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/decoder.py to decoder.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tool.py to tool.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/encoder.py to encoder.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_fail.py to test_fail.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/__init__.py to __init__.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_default.py to test_default.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_float.py to test_float.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_separators.py to test_separators.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_errors.py to test_errors.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_decode.py to test_decode.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_dump.py to test_dump.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests/test_indent.py to test_indent.pyc byte-compiling /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/scanner.py to scanner.pyc running install_egg_info Writing /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson-2.6.1-py2.7.egg-info /builds/salix/arm/14.0/original/l/python-simplejson/pkg: total 8 drwxr-xr-x 2 root root 4096 Dec 24 09:48 install drwxr-xr-x 5 root root 4096 Dec 24 09:48 usr /builds/salix/arm/14.0/original/l/python-simplejson/pkg/install: total 4 -rw-r--r-- 1 root root 484 Dec 24 09:48 slack-desc /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr: total 12 drwxr-xr-x 3 root root 4096 Dec 24 09:48 doc drwxr-xr-x 3 root root 4096 Dec 24 09:48 lib drwxr-xr-x 3 root root 4096 Dec 24 09:47 src /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Dec 24 09:48 python-simplejson-2.6.1 /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/doc/python-simplejson-2.6.1: total 20 -rw-r--r-- 1 root root 11218 Dec 24 09:48 CHANGES.txt -rw-r--r-- 1 root root 1056 Dec 24 09:48 LICENSE.txt -rw-r--r-- 1 root root 770 Dec 24 09:48 README.rst /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib: total 4 drwxr-xr-x 3 root root 4096 Dec 24 09:48 python2.7 /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7: total 4 drwxr-xr-x 3 root root 4096 Dec 24 09:48 site-packages /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages: total 8 drwxr-xr-x 3 root root 4096 Dec 24 09:48 simplejson -rw-r--r-- 1 root root 1403 Dec 24 09:48 simplejson-2.6.1-py2.7.egg-info /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson: total 188 -rw-r--r-- 1 root root 20581 Jul 28 00:55 __init__.py -rw-r--r-- 1 root root 19259 Dec 24 09:48 __init__.pyc -rwxr-xr-x 1 root root 36224 Dec 24 09:48 _speedups.so -rw-r--r-- 1 root root 15400 Jul 28 00:54 decoder.py -rw-r--r-- 1 root root 13666 Dec 24 09:48 decoder.pyc -rw-r--r-- 1 root root 21798 May 10 2012 encoder.py -rw-r--r-- 1 root root 17943 Dec 24 09:48 encoder.pyc -rw-r--r-- 1 root root 3370 May 10 2012 ordered_dict.py -rw-r--r-- 1 root root 5100 Dec 24 09:48 ordered_dict.pyc -rw-r--r-- 1 root root 2560 May 10 2012 scanner.py -rw-r--r-- 1 root root 2750 Dec 24 09:48 scanner.pyc drwxr-xr-x 2 root root 4096 Dec 24 09:48 tests -rw-r--r-- 1 root root 1021 May 10 2012 tool.py -rw-r--r-- 1 root root 1331 Dec 24 09:48 tool.pyc /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/lib/python2.7/site-packages/simplejson/tests: total 212 -rw-r--r-- 1 root root 2125 May 10 2012 __init__.py -rw-r--r-- 1 root root 2980 Dec 24 09:48 __init__.pyc -rw-r--r-- 1 root root 1802 May 10 2012 test_bigint_as_string.py -rw-r--r-- 1 root root 2587 Dec 24 09:48 test_bigint_as_string.pyc -rw-r--r-- 1 root root 917 May 10 2012 test_check_circular.py -rw-r--r-- 1 root root 2145 Dec 24 09:48 test_check_circular.pyc -rw-r--r-- 1 root root 2357 May 10 2012 test_decimal.py -rw-r--r-- 1 root root 3131 Dec 24 09:48 test_decimal.pyc -rw-r--r-- 1 root root 3449 Jul 28 00:51 test_decode.py -rw-r--r-- 1 root root 5177 Dec 24 09:48 test_decode.pyc -rw-r--r-- 1 root root 222 May 10 2012 test_default.py -rw-r--r-- 1 root root 746 Dec 24 09:48 test_default.pyc -rw-r--r-- 1 root root 2544 May 10 2012 test_dump.py -rw-r--r-- 1 root root 3626 Dec 24 09:48 test_dump.pyc -rw-r--r-- 1 root root 2301 May 10 2012 test_encode_basestring_ascii.py -rw-r--r-- 1 root root 3573 Dec 24 09:48 test_encode_basestring_ascii.pyc -rw-r--r-- 1 root root 1077 May 10 2012 test_encode_for_html.py -rw-r--r-- 1 root root 1909 Dec 24 09:48 test_encode_for_html.pyc -rw-r--r-- 1 root root 1024 May 10 2012 test_errors.py -rw-r--r-- 1 root root 1818 Dec 24 09:48 test_errors.pyc -rw-r--r-- 1 root root 3555 May 10 2012 test_fail.py -rw-r--r-- 1 root root 2633 Dec 24 09:48 test_fail.pyc -rw-r--r-- 1 root root 743 May 10 2012 test_float.py -rw-r--r-- 1 root root 1355 Dec 24 09:48 test_float.pyc -rw-r--r-- 1 root root 2570 May 10 2012 test_indent.py -rw-r--r-- 1 root root 2962 Dec 24 09:48 test_indent.pyc -rw-r--r-- 1 root root 1130 May 10 2012 test_item_sort_key.py -rw-r--r-- 1 root root 2112 Dec 24 09:48 test_item_sort_key.pyc -rw-r--r-- 1 root root 3956 May 10 2012 test_namedtuple.py -rw-r--r-- 1 root root 6858 Dec 24 09:48 test_namedtuple.pyc -rw-r--r-- 1 root root 1903 May 10 2012 test_pass1.py -rw-r--r-- 1 root root 2314 Dec 24 09:48 test_pass1.pyc -rw-r--r-- 1 root root 387 May 10 2012 test_pass2.py -rw-r--r-- 1 root root 822 Dec 24 09:48 test_pass2.pyc -rw-r--r-- 1 root root 483 May 10 2012 test_pass3.py -rw-r--r-- 1 root root 917 Dec 24 09:48 test_pass3.pyc -rw-r--r-- 1 root root 1680 May 10 2012 test_recursion.py -rw-r--r-- 1 root root 2570 Dec 24 09:48 test_recursion.pyc -rw-r--r-- 1 root root 4060 May 10 2012 test_scanstring.py -rw-r--r-- 1 root root 4718 Dec 24 09:48 test_scanstring.pyc -rw-r--r-- 1 root root 945 May 10 2012 test_separators.py -rw-r--r-- 1 root root 1557 Dec 24 09:48 test_separators.pyc -rw-r--r-- 1 root root 592 May 10 2012 test_speedups.py -rw-r--r-- 1 root root 1290 Dec 24 09:48 test_speedups.pyc -rw-r--r-- 1 root root 1842 May 10 2012 test_tuple.py -rw-r--r-- 1 root root 2171 Dec 24 09:48 test_tuple.pyc -rw-r--r-- 1 root root 4687 May 10 2012 test_unicode.py -rw-r--r-- 1 root root 6439 Dec 24 09:48 test_unicode.pyc /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 24 09:48 python-simplejson-2.6.1 /builds/salix/arm/14.0/original/l/python-simplejson/pkg/usr/src/python-simplejson-2.6.1: total 4 -rw-r--r-- 1 root root 835 Dec 24 09:48 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /builds/salix/arm/14.0/original/l/python-simplejson/python-simplejson-2.6.1-arm-1rl.txz ./ usr/ usr/src/ usr/src/python-simplejson-2.6.1/ usr/src/python-simplejson-2.6.1/SLKBUILD usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/simplejson/ usr/lib/python2.7/site-packages/simplejson/ordered_dict.py usr/lib/python2.7/site-packages/simplejson/ordered_dict.pyc usr/lib/python2.7/site-packages/simplejson/__init__.py usr/lib/python2.7/site-packages/simplejson/decoder.py usr/lib/python2.7/site-packages/simplejson/tool.py usr/lib/python2.7/site-packages/simplejson/encoder.py usr/lib/python2.7/site-packages/simplejson/tests/ usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py usr/lib/python2.7/site-packages/simplejson/tests/test_fail.py usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.pyc usr/lib/python2.7/site-packages/simplejson/tests/__init__.py usr/lib/python2.7/site-packages/simplejson/tests/test_indent.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_default.py usr/lib/python2.7/site-packages/simplejson/tests/test_separators.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.py usr/lib/python2.7/site-packages/simplejson/tests/test_errors.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_float.py usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.py usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.py usr/lib/python2.7/site-packages/simplejson/tests/test_separators.py usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_errors.py usr/lib/python2.7/site-packages/simplejson/tests/test_decode.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.py usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.py usr/lib/python2.7/site-packages/simplejson/tests/test_dump.py usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.py usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.py usr/lib/python2.7/site-packages/simplejson/tests/test_decode.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_dump.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_float.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_default.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.py usr/lib/python2.7/site-packages/simplejson/tests/test_fail.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.pyc usr/lib/python2.7/site-packages/simplejson/tests/__init__.pyc usr/lib/python2.7/site-packages/simplejson/tests/test_indent.py usr/lib/python2.7/site-packages/simplejson/decoder.pyc usr/lib/python2.7/site-packages/simplejson/tool.pyc usr/lib/python2.7/site-packages/simplejson/scanner.py usr/lib/python2.7/site-packages/simplejson/encoder.pyc usr/lib/python2.7/site-packages/simplejson/scanner.pyc usr/lib/python2.7/site-packages/simplejson/_speedups.so usr/lib/python2.7/site-packages/simplejson/__init__.pyc usr/lib/python2.7/site-packages/simplejson-2.6.1-py2.7.egg-info usr/doc/ usr/doc/python-simplejson-2.6.1/ usr/doc/python-simplejson-2.6.1/CHANGES.txt usr/doc/python-simplejson-2.6.1/README.rst usr/doc/python-simplejson-2.6.1/LICENSE.txt install/ install/slack-desc Slackware package /builds/salix/arm/14.0/original/l/python-simplejson/python-simplejson-2.6.1-arm-1rl.txz created. Package has been built. Cleaning pkg and src directories