<86>Apr 27 23:02:10 userdel[18366]: delete user `rooter' <86>Apr 27 23:02:10 userdel[18366]: remove group `rooter' <86>Apr 27 23:02:10 groupadd[18367]: new group: name=rooter, gid=501 <86>Apr 27 23:02:10 useradd[18368]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 23:02:10 userdel[18370]: delete user `builder' <86>Apr 27 23:02:10 userdel[18370]: remove group `builder' <86>Apr 27 23:02:10 groupadd[18371]: new group: name=builder, gid=502 <86>Apr 27 23:02:10 useradd[18372]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 27 23:02:12 rpmi: ca-certificates-2007.02.06-alt1 installed <13>Apr 27 23:02:12 rpmi: libssl6-0.9.8d-alt4 installed <13>Apr 27 23:02:12 rpmi: libgdbm-1.8.3-alt4 installed <13>Apr 27 23:02:12 rpmi: libncursesw-5.6-alt4 installed <13>Apr 27 23:02:12 rpmi: python-modules-curses-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:12 rpmi: libexpat-2.0.1-alt0.1 installed <13>Apr 27 23:02:12 rpmi: python-modules-email-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:12 rpmi: python-modules-compiler-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:12 rpmi: python-modules-encodings-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-modules-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-modules-xml-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-modules-hotshot-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-modules-bsddb-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-modules-logging-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-2.5.2-alt0.M41.2 installed <13>Apr 27 23:02:13 rpmi: python-dev-2.5.2-alt0.M41.2 installed Installing python-module-cherrypy-2.1.0-alt1.1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf CherryPy-2.1.0 + echo 'Source #0 (CherryPy-2.1.0.tar.gz):' Source #0 (CherryPy-2.1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/CherryPy-2.1.0.tar.gz + /bin/tar -xf - + cd CherryPy-2.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.28107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd CherryPy-2.1.0 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/cherrypy copying cherrypy/config.py -> build/lib/cherrypy copying cherrypy/_cpwsgiserver.py -> build/lib/cherrypy copying cherrypy/_cpwsgi.py -> build/lib/cherrypy copying cherrypy/_cputil.py -> build/lib/cherrypy copying cherrypy/_cpthreadinglocal.py -> build/lib/cherrypy copying cherrypy/_cpserver.py -> build/lib/cherrypy copying cherrypy/_cphttptools.py -> build/lib/cherrypy copying cherrypy/_cphttpserver.py -> build/lib/cherrypy copying cherrypy/_cperror.py -> build/lib/cherrypy copying cherrypy/_cpcgifs.py -> build/lib/cherrypy copying cherrypy/__init__.py -> build/lib/cherrypy creating build/lib/cherrypy/lib copying cherrypy/lib/profiler.py -> build/lib/cherrypy/lib copying cherrypy/lib/httptools.py -> build/lib/cherrypy/lib copying cherrypy/lib/form.py -> build/lib/cherrypy/lib copying cherrypy/lib/defaultformmask.py -> build/lib/cherrypy/lib copying cherrypy/lib/csauthenticate.py -> build/lib/cherrypy/lib copying cherrypy/lib/cptools.py -> build/lib/cherrypy/lib copying cherrypy/lib/covercp.py -> build/lib/cherrypy/lib copying cherrypy/lib/autoreload.py -> build/lib/cherrypy/lib copying cherrypy/lib/aspect.py -> build/lib/cherrypy/lib copying cherrypy/lib/__init__.py -> build/lib/cherrypy/lib creating build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/xmlrpcfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/tidyfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/staticfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/sessionfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/sessionauthenticatefilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/nsgmlsfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/logdebuginfofilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/gzipfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/encodingfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/decodingfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/cachefilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/baseurlfilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/basefilter.py -> build/lib/cherrypy/lib/filter copying cherrypy/lib/filter/__init__.py -> build/lib/cherrypy/lib/filter creating build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut10_http_errors.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut09_files.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut08_generators_and_yield.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut07_sessions.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut06_default_method.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut05_derived_objects.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut04_complex_site.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut03_get_and_post.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut02_expose_methods.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/tut01_helloworld.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/bonus-sqlobject.py -> build/lib/cherrypy/tutorial copying cherrypy/tutorial/__init__.py -> build/lib/cherrypy/tutorial creating build/lib/cherrypy/test copying cherrypy/test/webtest.py -> build/lib/cherrypy/test copying cherrypy/test/test_xmlrpc_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_tutorials.py -> build/lib/cherrypy/test copying cherrypy/test/test_static_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_states.py -> build/lib/cherrypy/test copying cherrypy/test/test_sessionauthenticate_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_session_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_objectmapping.py -> build/lib/cherrypy/test copying cherrypy/test/test_noserver.py -> build/lib/cherrypy/test copying cherrypy/test/test_logdebuginfo_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_gzip_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_decodingencoding_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_core.py -> build/lib/cherrypy/test copying cherrypy/test/test_combinedfilters.py -> build/lib/cherrypy/test copying cherrypy/test/test_cache_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test_baseurl_filter.py -> build/lib/cherrypy/test copying cherrypy/test/test.py -> build/lib/cherrypy/test copying cherrypy/test/helper.py -> build/lib/cherrypy/test copying cherrypy/test/__init__.py -> build/lib/cherrypy/test + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/python-module-cherrypy-buildroot + : + /bin/rm -rf -- /usr/src/tmp/python-module-cherrypy-buildroot + cd CherryPy-2.1.0 + /usr/bin/python setup.py install --root=/usr/src/tmp/python-module-cherrypy-buildroot --optimize=2 --record=INSTALLED_FILES_TMP running install running build running build_py running install_lib creating /usr/src/tmp/python-module-cherrypy-buildroot creating /usr/src/tmp/python-module-cherrypy-buildroot/usr creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5 creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/__init__.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/helper.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_baseurl_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_cache_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_combinedfilters.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_core.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_decodingencoding_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_gzip_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_logdebuginfo_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_noserver.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_objectmapping.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_session_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_sessionauthenticate_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_states.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_static_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_tutorials.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/test_xmlrpc_filter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test copying build/lib/cherrypy/test/webtest.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/__init__.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/bonus-sqlobject.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut01_helloworld.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut02_expose_methods.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut03_get_and_post.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut04_complex_site.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut05_derived_objects.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut06_default_method.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut07_sessions.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut08_generators_and_yield.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut09_files.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying build/lib/cherrypy/tutorial/tut10_http_errors.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/__init__.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/basefilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/baseurlfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/cachefilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/decodingfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/encodingfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/gzipfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/logdebuginfofilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/nsgmlsfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/sessionauthenticatefilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/sessionfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/staticfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/tidyfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/filter/xmlrpcfilter.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter copying build/lib/cherrypy/lib/__init__.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/aspect.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/autoreload.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/covercp.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/cptools.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/csauthenticate.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/defaultformmask.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/form.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/httptools.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/lib/profiler.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib copying build/lib/cherrypy/__init__.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cpcgifs.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cperror.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cphttpserver.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cphttptools.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cpserver.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cpthreadinglocal.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cputil.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cpwsgi.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/_cpwsgiserver.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying build/lib/cherrypy/config.py -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/__init__.py to __init__.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/helper.py to helper.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test.py to test.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.py to test_baseurl_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.py to test_cache_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.py to test_combinedfilters.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_core.py to test_core.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.py to test_decodingencoding_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.py to test_gzip_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.py to test_logdebuginfo_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.py to test_noserver.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.py to test_objectmapping.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.py to test_session_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.py to test_sessionauthenticate_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_states.py to test_states.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.py to test_static_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.py to test_tutorials.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.py to test_xmlrpc_filter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/webtest.py to webtest.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.py to __init__.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.py to bonus-sqlobject.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.py to tut01_helloworld.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.py to tut02_expose_methods.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.py to tut03_get_and_post.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.py to tut04_complex_site.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.py to tut05_derived_objects.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.py to tut06_default_method.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.py to tut07_sessions.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.py to tut08_generators_and_yield.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.py to tut09_files.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.py to tut10_http_errors.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/__init__.py to __init__.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.py to basefilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.py to baseurlfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.py to cachefilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.py to decodingfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.py to encodingfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.py to gzipfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py to logdebuginfofilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.py to nsgmlsfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.py to sessionauthenticatefilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.py to sessionfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py to staticfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py to tidyfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py to xmlrpcfilter.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.py to __init__.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.py to aspect.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/autoreload.py to autoreload.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py to covercp.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.py to cptools.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.py to csauthenticate.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.py to defaultformmask.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.py to form.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.py to httptools.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py to profiler.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py to __init__.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpcgifs.py to _cpcgifs.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py to _cperror.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.py to _cphttpserver.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.py to _cphttptools.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py to _cpserver.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpthreadinglocal.py to _cpthreadinglocal.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.py to _cputil.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.py to _cpwsgi.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.py to _cpwsgiserver.pyc byte-compiling /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.py to config.pyc writing byte-compilation script '/usr/src/tmp/tmpVLwRmy.py' /usr/bin/python -OO /usr/src/tmp/tmpVLwRmy.py removing /usr/src/tmp/tmpVLwRmy.py running install_data copying cherrypy/tutorial/tutorial.conf -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying cherrypy/tutorial/README.txt -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying cherrypy/tutorial/pdf_file.pdf -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying cherrypy/tutorial/custom_error.html -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial copying cherrypy/favicon.ico -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy copying cherrypy/test/style.css -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test creating /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/static copying cherrypy/test/static/index.html -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/static copying cherrypy/test/static/has space.html -> /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/static running install_egg_info Writing /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/CherryPy-2.1.0-py2.5.egg-info writing list of installed files to 'INSTALLED_FILES_TMP' + egrep -v '/test/|/tutorial/' INSTALLED_FILES_TMP + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/python-module-cherrypy-buildroot (auto) Verifying and fixing files in /usr/src/tmp/python-module-cherrypy-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/python-module-cherrypy-buildroot (auto) Adjusting library links in /usr/src/tmp/python-module-cherrypy-buildroot ./usr/lib: ./usr/lib/python2.5/site-packages/cherrypy/lib: Verifying ELF objects in /usr/src/tmp/python-module-cherrypy-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/python-module-cherrypy-buildroot (executable,shared) Bytecompiling python modules in /usr/src/tmp/python-module-cherrypy-buildroot using /usr/bin/python unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpcgifs.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpthreadinglocal.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.pyc compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpcgifs.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpthreadinglocal.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/autoreload.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.pyc compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/autoreload.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/__init__.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.pyc compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/__init__.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/helper.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_core.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_states.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/webtest.pyc compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/helper.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_core.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_states.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/webtest.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.pyc unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.pyc compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.py Bytecompiling python modules with optimization in /usr/src/tmp/python-module-cherrypy-buildroot using /usr/bin/python -O unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpcgifs.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpthreadinglocal.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.pyo compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpcgifs.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpthreadinglocal.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/autoreload.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.pyo compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/autoreload.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/__init__.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.pyo compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/__init__.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/helper.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_core.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_states.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/webtest.pyo compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/helper.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_core.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_states.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/test/webtest.py unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.pyo unlink /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.pyo compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.py compile /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.py Processing files: python-module-cherrypy-2.1.0-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.69560 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd CherryPy-2.1.0 + DOCDIR=/usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + export DOCDIR + rm -rf /usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + /bin/mkdir -p /usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + cp -prL cherrypy/tutorial CHANGELOG.txt CHERRYPYTEAM.txt /usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + chmod -R go-w /usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + chmod -R a+rX /usr/src/tmp/python-module-cherrypy-buildroot/usr/share/doc/python-module-cherrypy-2.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.69560 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,python,shell) + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.31507 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: running scripts (files,lib,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py: line=47 IGNORE module=threading /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py: line=49 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py: line=123 IGNORE module=_cputil /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=66 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=67 IGNORE module=cgi /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=99 IGNORE module=urlparse /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=100 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=131 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=183 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=184 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=204 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py: line=213 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py: line=82 IGNORE module=_cpwsgi /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py: line=213 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py: line=294 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py: line=326 IGNORE module=socket /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py: line=52 IGNORE module=cStringIO /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py: line=54 IGNORE module=StringIO /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py: line=57 IGNORE module=coverage /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py: line=65 IGNORE module=warnings /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py: line=374 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.py: line=39 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.py: line=127 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.py: line=38 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.py: line=38 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.py: line=41 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py: line=32 IGNORE module=cPickle /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py: line=34 IGNORE module=pickle /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py: line=46 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.py: line=41 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.py: line=56 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.py: line=88 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py: line=38 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py: line=39 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py: line=46 IGNORE module=re /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py: line=43 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py: line=106 IGNORE module=elementtree /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py: line=147 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py: line=194 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py: line=68 IGNORE module=cStringIO /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py: line=70 IGNORE module=StringIO /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py: line=98 IGNORE module=hotshot /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py: line=133 IGNORE module=cherrypy /usr/lib/rpm/python.req.py: /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py: line=140 IGNORE module=cherrypy shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/__init__.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cperror.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttpserver.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cphttptools.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpserver.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cputil.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgi.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/config.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/__init__.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/aspect.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/covercp.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/cptools.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/csauthenticate.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/defaultformmask.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/basefilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/baseurlfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/cachefilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/decodingfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/encodingfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/gzipfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/logdebuginfofilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/nsgmlsfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionauthenticatefilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/sessionfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/staticfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/tidyfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/filter/xmlrpcfilter.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/form.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/httptools.py is not executable shebang.req.files: executable script /usr/src/tmp/python-module-cherrypy-buildroot/usr/lib/python2.5/site-packages/cherrypy/lib/profiler.py is not executable + exit 0 Provides: python2.5(cherrypy), python2.5(cherrypy._cpcgifs), python2.5(cherrypy._cperror), python2.5(cherrypy._cphttpserver), python2.5(cherrypy._cphttptools), python2.5(cherrypy._cpserver), python2.5(cherrypy._cpthreadinglocal), python2.5(cherrypy._cputil), python2.5(cherrypy._cpwsgi), python2.5(cherrypy._cpwsgiserver), python2.5(cherrypy.config), python2.5(cherrypy.lib), python2.5(cherrypy.lib.aspect), python2.5(cherrypy.lib.autoreload), python2.5(cherrypy.lib.covercp), python2.5(cherrypy.lib.cptools), python2.5(cherrypy.lib.csauthenticate), python2.5(cherrypy.lib.defaultformmask), python2.5(cherrypy.lib.filter), python2.5(cherrypy.lib.filter.basefilter), python2.5(cherrypy.lib.filter.baseurlfilter), python2.5(cherrypy.lib.filter.cachefilter), python2.5(cherrypy.lib.filter.decodingfilter), python2.5(cherrypy.lib.filter.encodingfilter), python2.5(cherrypy.lib.filter.gzipfilter), python2.5(cherrypy.lib.filter.logdebuginfofilter), python2.5(cherrypy.lib.filter.nsgmlsfilter), python2.5(cherrypy.lib.filter.sessionauthenticatefilter), python2.5(cherrypy.lib.filter.sessionfilter), python2.5(cherrypy.lib.filter.staticfilter), python2.5(cherrypy.lib.filter.tidyfilter), python2.5(cherrypy.lib.filter.xmlrpcfilter), python2.5(cherrypy.lib.form), python2.5(cherrypy.lib.httptools), python2.5(cherrypy.lib.profiler) Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: python2.5(BaseHTTPServer), python2.5(ConfigParser), python2.5(Cookie), python2.5(Queue), python2.5(SocketServer), python2.5(StringIO), python2.5(cgi), python2.5(compiler), python2.5(datetime), python2.5(hotshot), python2.5(inspect), python2.5(mimetools), python2.5(mimetypes), python2.5(os), python2.5(pickle), python2.5(random), python2.5(re), python2.5(sha), python2.5(socket), python2.5(struct), python2.5(threading), python2.5(time), python2.5(traceback), python2.5(types), python2.5(urllib), python2.5(urlparse), python2.5(warnings), python2.5(xml), python2.5(xmlrpclib), python2.5(zlib) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.13038 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/check-files + exit 0 warning: Installed (but unpackaged) file(s) found: /usr/lib/python2.5/site-packages/cherrypy/test/__init__.py /usr/lib/python2.5/site-packages/cherrypy/test/__init__.pyc /usr/lib/python2.5/site-packages/cherrypy/test/__init__.pyo /usr/lib/python2.5/site-packages/cherrypy/test/helper.py /usr/lib/python2.5/site-packages/cherrypy/test/helper.pyc /usr/lib/python2.5/site-packages/cherrypy/test/helper.pyo /usr/lib/python2.5/site-packages/cherrypy/test/static/has space.html /usr/lib/python2.5/site-packages/cherrypy/test/static/index.html /usr/lib/python2.5/site-packages/cherrypy/test/style.css /usr/lib/python2.5/site-packages/cherrypy/test/test.py /usr/lib/python2.5/site-packages/cherrypy/test/test.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_baseurl_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_cache_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.py /usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_combinedfilters.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_core.py /usr/lib/python2.5/site-packages/cherrypy/test/test_core.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_core.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_decodingencoding_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_gzip_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_logdebuginfo_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.py /usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_noserver.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.py /usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_objectmapping.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_session_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_sessionauthenticate_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_states.py /usr/lib/python2.5/site-packages/cherrypy/test/test_states.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_states.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_static_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.py /usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_tutorials.pyo /usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.py /usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.pyc /usr/lib/python2.5/site-packages/cherrypy/test/test_xmlrpc_filter.pyo /usr/lib/python2.5/site-packages/cherrypy/test/webtest.py /usr/lib/python2.5/site-packages/cherrypy/test/webtest.pyc /usr/lib/python2.5/site-packages/cherrypy/test/webtest.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/README.txt /usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/__init__.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/bonus-sqlobject.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/custom_error.html /usr/lib/python2.5/site-packages/cherrypy/tutorial/pdf_file.pdf /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut01_helloworld.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut02_expose_methods.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut03_get_and_post.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut04_complex_site.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut05_derived_objects.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut06_default_method.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut07_sessions.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut08_generators_and_yield.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut09_files.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.py /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.pyc /usr/lib/python2.5/site-packages/cherrypy/tutorial/tut10_http_errors.pyo /usr/lib/python2.5/site-packages/cherrypy/tutorial/tutorial.conf Wrote: /usr/src/RPM/SRPMS/python-module-cherrypy-2.1.0-alt1.1.src.rpm Wrote: /usr/src/RPM/RPMS/noarch/python-module-cherrypy-2.1.0-alt1.1.noarch.rpm 4.34user 1.52system 0:08.84elapsed 66%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+317046minor)pagefaults 0swaps