
{"id":14236,"date":"2013-09-16T15:10:58","date_gmt":"2013-09-16T15:10:58","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=14236"},"modified":"2013-09-16T15:10:58","modified_gmt":"2013-09-16T15:10:58","slug":"autotest-unittest-suite-setting-up-dependencies","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/09\/16\/autotest-unittest-suite-setting-up-dependencies\/","title":{"rendered":"Autotest Unittest suite.  Setting up dependencies"},"content":{"rendered":"<h4><u>Get The Hang<\/u><\/h4>\n<pre style=\"font-size:80%;\">\n$sudo .\/utils\/build_externals.py\n20:28:50 INFO | imported setuptools version 0.6.\n20:28:50 INFO | A new Setuptools is not needed on this system.\n20:28:50 INFO | MySQLdb isn't present. Will install.\n20:28:50 INFO | Fetching http:\/\/downloads.sourceforge.net\/project\/mysql-python\/mysql-python\/1.2.2\/MySQL-python-1.2.2.tar.gz\n20:28:52 INFO | Good checksum.\n20:28:52 INFO | imported django version 1.5.1.\n20:28:52 INFO | A new Django is not needed on this system.\n20:28:52 INFO | imported numpy version 1.6.2.\n20:28:52 INFO | A new Numpy is not needed on this system.\n20:28:52 INFO | imported matplotlib version 1.1.1rc2.\n20:28:52 INFO | A new Matplotlib is not needed on this system.\n20:28:52 INFO | atfork isn't present. Will install.\n20:28:52 INFO | Fetching http:\/\/python-atfork.googlecode.com\/files\/atfork-0.1.2.zip\n20:28:53 INFO | Good checksum.\n20:28:53 INFO | imported paramiko version 1.7.7.1 (George).\n20:28:53 INFO | A new Paramiko is not needed on this system.\n20:28:53 INFO | imported simplejson version 2.6.2.\n20:28:53 INFO | A new Simplejson is not needed on this system.\n20:28:53 INFO | imported httplib2 version 0.6.0.\n20:28:53 INFO | A new Httplib2 is not needed on this system.\n20:28:53 INFO | gwt not installed for autotest\n20:28:53 INFO | Fetching http:\/\/google-web-toolkit.googlecode.com\/files\/gwt-2.4.0.zip\n20:35:03 INFO | Good checksum.\n20:35:03 INFO | tar -xzf '\/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/ExternalSource\/MySQL-python-1.2.2.tar.gz'\n20:35:03 INFO | '\/usr\/bin\/python' setup.py bdist_egg\nrunning bdist_egg\nrunning egg_info\nwriting MySQL_python.egg-info\/PKG-INFO\nwriting top-level names to MySQL_python.egg-info\/top_level.txt\nwriting dependency_links to MySQL_python.egg-info\/dependency_links.txt\ndeleting MySQL_python.egg-info\/native_libs.txt\nreading manifest file 'MySQL_python.egg-info\/SOURCES.txt'\nreading manifest template 'MANIFEST.in'\nwriting manifest file 'MySQL_python.egg-info\/SOURCES.txt'\ninstalling library code to build\/bdist.linux-x86_64\/egg\nrunning install_lib\nrunning build_py\ncreating build\ncreating build\/lib.linux-x86_64-2.7\ncopying _mysql_exceptions.py -&gt; build\/lib.linux-x86_64-2.7\ncreating build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/__init__.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/converters.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/connections.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/cursors.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/release.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncopying MySQLdb\/times.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\ncreating build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/__init__.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/CR.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/FIELD_TYPE.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/ER.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/FLAG.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/REFRESH.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\ncopying MySQLdb\/constants\/CLIENT.py -&gt; build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\nrunning build_ext\nbuilding '_mysql' extension\ncreating build\/temp.linux-x86_64-2.7\nx86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Dversion_info=(1,2,2,'final',0) -D__version__=1.2.2 -I\/usr\/include\/mysql -I\/usr\/include\/python2.7 -c _mysql.c -o build\/temp.linux-x86_64-2.7\/_mysql.o -DBIG_JOINS=1 -fno-strict-aliasing -g\nIn file included from _mysql.c:35:0:\n\/usr\/include\/mysql\/my_config.h:422:0: warning: \"HAVE_WCSCOLL\" redefined [enabled by default]\nIn file included from \/usr\/include\/python2.7\/pyconfig.h:3:0,\n                 from \/usr\/include\/python2.7\/Python.h:8,\n                 from pymemcompat.h:10,\n                 from _mysql.c:29:\n\/usr\/include\/x86_64-linux-gnu\/python2.7\/pyconfig.h:902:0: note: this is the location of the previous definition\nx86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build\/temp.linux-x86_64-2.7\/_mysql.o -L\/usr\/lib\/x86_64-linux-gnu -lmysqlclient_r -lpthread -lz -lm -lrt -ldl -o build\/lib.linux-x86_64-2.7\/_mysql.so\ncreating build\/bdist.linux-x86_64\ncreating build\/bdist.linux-x86_64\/egg\ncopying build\/lib.linux-x86_64-2.7\/_mysql_exceptions.py -&gt; build\/bdist.linux-x86_64\/egg\ncopying build\/lib.linux-x86_64-2.7\/_mysql.so -&gt; build\/bdist.linux-x86_64\/egg\ncreating build\/bdist.linux-x86_64\/egg\/MySQLdb\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/__init__.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/release.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/cursors.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\ncreating build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/__init__.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/FIELD_TYPE.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/FLAG.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/ER.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/CLIENT.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/CR.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/constants\/REFRESH.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/times.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/connections.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\ncopying build\/lib.linux-x86_64-2.7\/MySQLdb\/converters.py -&gt; build\/bdist.linux-x86_64\/egg\/MySQLdb\nbyte-compiling build\/bdist.linux-x86_64\/egg\/_mysql_exceptions.py to _mysql_exceptions.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/__init__.py to __init__.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/release.py to release.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/cursors.py to cursors.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/__init__.py to __init__.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/FIELD_TYPE.py to FIELD_TYPE.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/FLAG.py to FLAG.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/ER.py to ER.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/CLIENT.py to CLIENT.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/CR.py to CR.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/constants\/REFRESH.py to REFRESH.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/times.py to times.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/connections.py to connections.pyc\nbyte-compiling build\/bdist.linux-x86_64\/egg\/MySQLdb\/converters.py to converters.pyc\ncreating stub loader for _mysql.so\nbyte-compiling build\/bdist.linux-x86_64\/egg\/_mysql.py to _mysql.pyc\ncreating build\/bdist.linux-x86_64\/egg\/EGG-INFO\ncopying MySQL_python.egg-info\/PKG-INFO -&gt; build\/bdist.linux-x86_64\/egg\/EGG-INFO\ncopying MySQL_python.egg-info\/SOURCES.txt -&gt; build\/bdist.linux-x86_64\/egg\/EGG-INFO\ncopying MySQL_python.egg-info\/dependency_links.txt -&gt; build\/bdist.linux-x86_64\/egg\/EGG-INFO\ncopying MySQL_python.egg-info\/top_level.txt -&gt; build\/bdist.linux-x86_64\/egg\/EGG-INFO\nwriting build\/bdist.linux-x86_64\/egg\/EGG-INFO\/native_libs.txt\nzip_safe flag not set; analyzing archive contents...\ncreating dist\ncreating 'dist\/MySQL_python-1.2.2-py2.7-linux-x86_64.egg' and adding 'build\/bdist.linux-x86_64\/egg' to it\nremoving 'build\/bdist.linux-x86_64\/egg' (and everything under it)\n20:35:07 INFO | unzip -q -o -d '\/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/site-packages' 'dist\/MySQL_python-1.2.2-py2.7-linux-x86_64.egg'\n20:35:07 INFO | unzip '\/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/ExternalSource\/atfork-0.1.2.zip'\nArchive:  \/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/ExternalSource\/atfork-0.1.2.zip\n  inflating: atfork-0.1.2\/setup.py\n  inflating: atfork-0.1.2\/PKG-INFO\n  inflating: atfork-0.1.2\/atfork\/__init__.py\n  inflating: atfork-0.1.2\/atfork\/stdlib_fixer.py\n  inflating: atfork-0.1.2\/atfork\/tests\/test_atfork.py\n  inflating: atfork-0.1.2\/atfork\/tests\/test_stdlib_fixer.py\n20:35:07 INFO | '\/usr\/bin\/python' setup.py build\nrunning build\nrunning build_py\ncreating build\ncreating build\/lib.linux-x86_64-2.7\ncreating build\/lib.linux-x86_64-2.7\/atfork\ncopying atfork\/__init__.py -&gt; build\/lib.linux-x86_64-2.7\/atfork\ncopying atfork\/stdlib_fixer.py -&gt; build\/lib.linux-x86_64-2.7\/atfork\npackage init file 'atfork\/tests\/__init__.py' not found (or not a regular file)\ncreating build\/lib.linux-x86_64-2.7\/atfork\/tests\ncopying atfork\/tests\/test_atfork.py -&gt; build\/lib.linux-x86_64-2.7\/atfork\/tests\ncopying atfork\/tests\/test_stdlib_fixer.py -&gt; build\/lib.linux-x86_64-2.7\/atfork\/tests\npackage init file 'atfork\/tests\/__init__.py' not found (or not a regular file)\n20:35:07 INFO | '\/usr\/bin\/python' setup.py install --no-compile --prefix='\/var\/tmp\/tmpaniaRy'\nrunning install\nrunning build\nrunning build_py\npackage init file 'atfork\/tests\/__init__.py' not found (or not a regular file)\npackage init file 'atfork\/tests\/__init__.py' not found (or not a regular file)\nrunning install_lib\ncreating \/var\/tmp\/tmpaniaRy\/lib\ncreating \/var\/tmp\/tmpaniaRy\/lib\/python2.7\ncreating \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\ncreating \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\ncopying build\/lib.linux-x86_64-2.7\/atfork\/__init__.py -&gt; \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\ncreating \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\/tests\ncopying build\/lib.linux-x86_64-2.7\/atfork\/tests\/test_atfork.py -&gt; \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\/tests\ncopying build\/lib.linux-x86_64-2.7\/atfork\/tests\/test_stdlib_fixer.py -&gt; \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\/tests\ncopying build\/lib.linux-x86_64-2.7\/atfork\/stdlib_fixer.py -&gt; \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork\nrunning install_egg_info\nWriting \/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/atfork-0.1.2-py2.7.egg-info\n20:35:07 INFO | rsync -r '\/var\/tmp\/tmpaniaRy\/lib\/python2.7\/site-packages\/' '\/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/site-packages\/'\n20:35:07 INFO | unzip '\/usr\/local\/lib\/python2.7\/dist-packages\/autotest\/ExternalSource\/gwt-2.4.0.zip'\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Get The Hang $sudo .\/utils\/build_externals.py 20:28:50 INFO | imported setuptools version 0.6. 20:28:50 INFO | A new Setuptools is not needed on this system. 20:28:50 INFO | MySQLdb isn&#8217;t present. Will install. 20:28:50 INFO | Fetching http:\/\/downloads.sourceforge.net\/project\/mysql-python\/mysql-python\/1.2.2\/MySQL-python-1.2.2.tar.gz 20:28:52 INFO | Good checksum. 20:28:52 INFO | imported django version 1.5.1. 20:28:52 INFO | A new Django &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/09\/16\/autotest-unittest-suite-setting-up-dependencies\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Autotest Unittest suite.  Setting up dependencies&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14236"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=14236"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14236\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}