Last active
August 29, 2015 14:01
-
-
Save shimizukawa/05408dcc1b16c23dfcdc to your computer and use it in GitHub Desktop.
substanced make html log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@precise64:/tmp$ virtualenv venv | |
New python executable in venv/bin/python2.7 | |
Also creating executable in venv/bin/python | |
Installing Setuptools..............................................................................................................................................................................................................................done. | |
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done. | |
vagrant@precise64:/tmp$ cd venv/ | |
vagrant@precise64:/tmp/venv$ git clone https://github.com/Pylons/substanced/ | |
Cloning into 'substanced'... | |
remote: Reusing existing pack: 17699, done. | |
remote: Counting objects: 220, done. | |
remote: Compressing objects: 100% (215/215), done. | |
remote: Total 17919 (delta 121), reused 11 (delta 5) | |
Receiving objects: 100% (17919/17919), 10.52 MiB | 1.44 MiB/s, done. | |
Resolving deltas: 100% (9163/9163), done. | |
vagrant@precise64:/tmp/venv$ ls | |
bin include lib substanced | |
vagrant@precise64:/tmp/venv$ source bin/activate | |
(venv)vagrant@precise64:/tmp/venv$ ls | |
bin include lib substanced | |
(venv)vagrant@precise64:/tmp/venv$ cd substanced/ | |
(venv)vagrant@precise64:/tmp/venv/substanced$ ls | |
CHANGES.txt demos LICENSE.txt setup.cfg TODO.txt | |
CONTRIBUTORS.txt docs README.rst setup.py tox.ini | |
COPYRIGHT.txt HACKING.txt rtd.txt substanced | |
(venv)vagrant@precise64:/tmp/venv/substanced$ python setup.py dev | |
/usr/local/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'message_extractors' | |
warnings.warn(msg) | |
running develop | |
running egg_info | |
creating substanced.egg-info | |
writing requirements to substanced.egg-info/requires.txt | |
writing substanced.egg-info/PKG-INFO | |
writing top-level names to substanced.egg-info/top_level.txt | |
writing dependency_links to substanced.egg-info/dependency_links.txt | |
writing entry points to substanced.egg-info/entry_points.txt | |
writing manifest file 'substanced.egg-info/SOURCES.txt' | |
reading manifest file 'substanced.egg-info/SOURCES.txt' | |
writing manifest file 'substanced.egg-info/SOURCES.txt' | |
running build_ext | |
Creating /tmp/venv/lib/python2.7/site-packages/substanced.egg-link (link to .) | |
Adding substanced 0.0 to easy-install.pth file | |
Installing sd_drain_indexing script to /tmp/venv/bin | |
Installing sd_adduser script to /tmp/venv/bin | |
Installing sd_dump script to /tmp/venv/bin | |
Installing sd_evolve script to /tmp/venv/bin | |
Installing sd_reindex script to /tmp/venv/bin | |
Installed /tmp/venv/substanced | |
Processing dependencies for substanced==0.0 | |
Searching for pytz | |
Reading https://pypi.python.org/simple/pytz/ | |
Best match: pytz 2014.3 | |
Downloading https://pypi.python.org/packages/2.7/p/pytz/pytz-2014.3-py2.7.egg#md5=5e3fe062ff7ce94effb51dc3510fc10a | |
Processing pytz-2014.3-py2.7.egg | |
creating /tmp/venv/lib/python2.7/site-packages/pytz-2014.3-py2.7.egg | |
Extracting pytz-2014.3-py2.7.egg to /tmp/venv/lib/python2.7/site-packages | |
Adding pytz 2014.3 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/pytz-2014.3-py2.7.egg | |
Searching for statsd | |
Reading https://pypi.python.org/simple/statsd/ | |
Best match: statsd 3.0 | |
Downloading https://pypi.python.org/packages/source/s/statsd/statsd-3.0.tar.gz#md5=ffc7c7973a0059b25b96d02ad4a37ff1 | |
Processing statsd-3.0.tar.gz | |
Writing /tmp/easy_install-UJLfaA/statsd-3.0/setup.cfg | |
Running statsd-3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UJLfaA/statsd-3.0/egg-dist-tmp-URgmyE | |
zip_safe flag not set; analyzing archive contents... | |
Adding statsd 3.0 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/statsd-3.0-py2.7.egg | |
Searching for zope.deprecation | |
Reading https://pypi.python.org/simple/zope.deprecation/ | |
Best match: zope.deprecation 4.1.1 | |
Downloading https://pypi.python.org/packages/source/z/zope.deprecation/zope.deprecation-4.1.1.tar.gz#md5=ce261b9384066f7e13b63525778430cb | |
Processing zope.deprecation-4.1.1.tar.gz | |
Writing /tmp/easy_install-ppXov7/zope.deprecation-4.1.1/setup.cfg | |
Running zope.deprecation-4.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ppXov7/zope.deprecation-4.1.1/egg-dist-tmp-UUPNxg | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding zope.deprecation 4.1.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zope.deprecation-4.1.1-py2.7.egg | |
Searching for zope.component | |
Reading https://pypi.python.org/simple/zope.component/ | |
Best match: zope.component 4.2.1 | |
Downloading https://pypi.python.org/packages/source/z/zope.component/zope.component-4.2.1.tar.gz#md5=cf55d496428d976f9329a4a2330a8b54 | |
Processing zope.component-4.2.1.tar.gz | |
Writing /tmp/easy_install-MJ3cK8/zope.component-4.2.1/setup.cfg | |
Running zope.component-4.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-MJ3cK8/zope.component-4.2.1/egg-dist-tmp-kj4ny2 | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding zope.component 4.2.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zope.component-4.2.1-py2.7.egg | |
Searching for zope.copy | |
Reading https://pypi.python.org/simple/zope.copy/ | |
Best match: zope.copy 4.0.2 | |
Downloading https://pypi.python.org/packages/source/z/zope.copy/zope.copy-4.0.2.zip#md5=36aa2c96dec4cfeea57f54da2b733eb9 | |
Processing zope.copy-4.0.2.zip | |
Writing /tmp/easy_install-Y5UsAs/zope.copy-4.0.2/setup.cfg | |
Running zope.copy-4.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Y5UsAs/zope.copy-4.0.2/egg-dist-tmp-sad0r6 | |
warning: no files found matching '*.rst' | |
Adding zope.copy 4.0.2 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zope.copy-4.0.2-py2.7.egg | |
Searching for PyYAML | |
Reading https://pypi.python.org/simple/PyYAML/ | |
Best match: PyYAML 3.11 | |
Downloading https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.zip#md5=89cbc92cda979042533b640b76e6e055 | |
Processing PyYAML-3.11.zip | |
Writing /tmp/easy_install-nc1VS_/PyYAML-3.11/setup.cfg | |
Running PyYAML-3.11/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nc1VS_/PyYAML-3.11/egg-dist-tmp-1eiOzj | |
build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory | |
compilation terminated. | |
libyaml is not found or a compiler error: forcing --without-libyaml | |
(if libyaml is installed correctly, you may need to | |
specify the option --include-dirs or uncomment and | |
modify the parameter include_dirs in setup.cfg) | |
zip_safe flag not set; analyzing archive contents... | |
Adding PyYAML 3.11 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/PyYAML-3.11-py2.7-linux-x86_64.egg | |
Searching for python-magic | |
Reading https://pypi.python.org/simple/python-magic/ | |
Best match: python-magic 0.4.6 | |
Downloading https://pypi.python.org/packages/2.7/p/python-magic/python_magic-0.4.6-py2.7.egg#md5=b016ddfa7d1e3d888eb64f3e8e44d933 | |
Processing python_magic-0.4.6-py2.7.egg | |
creating /tmp/venv/lib/python2.7/site-packages/python_magic-0.4.6-py2.7.egg | |
Extracting python_magic-0.4.6-py2.7.egg to /tmp/venv/lib/python2.7/site-packages | |
Adding python-magic 0.4.6 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/python_magic-0.4.6-py2.7.egg | |
Searching for cryptacular | |
Reading https://pypi.python.org/simple/cryptacular/ | |
Best match: cryptacular 1.4.1 | |
Downloading https://pypi.python.org/packages/source/c/cryptacular/cryptacular-1.4.1.tar.gz#md5=fe12232ac660185186dd8057d8ca7b0e | |
Processing cryptacular-1.4.1.tar.gz | |
Writing /tmp/easy_install-etfJ3M/cryptacular-1.4.1/setup.cfg | |
Running cryptacular-1.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-etfJ3M/cryptacular-1.4.1/egg-dist-tmp-H9eBGK | |
cryptacular/bcrypt/_bcrypt.c: In function ‘init_bcrypt’: | |
cryptacular/bcrypt/_bcrypt.c:129:19: warning: unused variable ‘module’ [-Wunused-variable] | |
Adding cryptacular 1.4.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/cryptacular-1.4.1-py2.7-linux-x86_64.egg | |
Searching for pyramid-mailer | |
Reading https://pypi.python.org/simple/pyramid_mailer/ | |
Best match: pyramid-mailer 0.13 | |
Downloading https://pypi.python.org/packages/source/p/pyramid_mailer/pyramid_mailer-0.13.tar.gz#md5=43800c7c894097a23140da58e3638c93 | |
Processing pyramid_mailer-0.13.tar.gz | |
Writing /tmp/easy_install-0KIfzc/pyramid_mailer-0.13/setup.cfg | |
Running pyramid_mailer-0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0KIfzc/pyramid_mailer-0.13/egg-dist-tmp-BhiAHp | |
Adding pyramid-mailer 0.13 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/pyramid_mailer-0.13-py2.7.egg | |
Searching for pyramid-chameleon | |
Reading https://pypi.python.org/simple/pyramid_chameleon/ | |
Best match: pyramid-chameleon 0.1 | |
Downloading https://pypi.python.org/packages/source/p/pyramid_chameleon/pyramid_chameleon-0.1.tar.gz#md5=39b1327a9890f382200bbfde943833d7 | |
Processing pyramid_chameleon-0.1.tar.gz | |
Writing /tmp/easy_install-9pv0qT/pyramid_chameleon-0.1/setup.cfg | |
Running pyramid_chameleon-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9pv0qT/pyramid_chameleon-0.1/egg-dist-tmp-MaHUmy | |
Adding pyramid-chameleon 0.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/pyramid_chameleon-0.1-py2.7.egg | |
Searching for pyramid-zodbconn | |
Reading https://pypi.python.org/simple/pyramid_zodbconn/ | |
Best match: pyramid-zodbconn 0.5 | |
Downloading https://pypi.python.org/packages/source/p/pyramid_zodbconn/pyramid_zodbconn-0.5.tar.gz#md5=3a89694e5aa74af79422a46c20a96da5 | |
Processing pyramid_zodbconn-0.5.tar.gz | |
Writing /tmp/easy_install-FvinTY/pyramid_zodbconn-0.5/setup.cfg | |
Running pyramid_zodbconn-0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-FvinTY/pyramid_zodbconn-0.5/egg-dist-tmp-oH7dkY | |
Adding pyramid-zodbconn 0.5 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/pyramid_zodbconn-0.5-py2.7.egg | |
Searching for colander>=1.0a1 | |
Reading https://pypi.python.org/simple/colander/ | |
Best match: colander 1.0b1 | |
Downloading https://pypi.python.org/packages/source/c/colander/colander-1.0b1.tar.gz#md5=89f2cf4b5c87d43f7917d6a0d4872e6a | |
Processing colander-1.0b1.tar.gz | |
Writing /tmp/easy_install-ySFlRR/colander-1.0b1/setup.cfg | |
Running colander-1.0b1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ySFlRR/colander-1.0b1/egg-dist-tmp-Ybu0MU | |
Adding colander 1.0b1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/colander-1.0b1-py2.7.egg | |
Searching for deform>=2.0a2 | |
Reading https://pypi.python.org/simple/deform/ | |
Best match: deform 2.0a2 | |
Downloading https://pypi.python.org/packages/source/d/deform/deform-2.0a2.tar.gz#md5=7a90d41f7fbc18002ce74f39bd90a5e4 | |
Processing deform-2.0a2.tar.gz | |
Writing /tmp/easy_install-BlyOvB/deform-2.0a2/setup.cfg | |
Running deform-2.0a2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-BlyOvB/deform-2.0a2/egg-dist-tmp-HCPaBF | |
Adding deform 2.0a2 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/deform-2.0a2-py2.7.egg | |
Searching for venusian>=1.0a3 | |
Reading https://pypi.python.org/simple/venusian/ | |
Best match: venusian 1.0a8 | |
Downloading https://pypi.python.org/packages/source/v/venusian/venusian-1.0a8.tar.gz#md5=a1a72166fd7cccf0f30e3305e09ce5cf | |
Processing venusian-1.0a8.tar.gz | |
Writing /tmp/easy_install-dSTrge/venusian-1.0a8/setup.cfg | |
Running venusian-1.0a8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dSTrge/venusian-1.0a8/egg-dist-tmp-NtNc9F | |
Adding venusian 1.0a8 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/venusian-1.0a8-py2.7.egg | |
Searching for hypatia>=0.2 | |
Reading https://pypi.python.org/simple/hypatia/ | |
Best match: hypatia 0.2 | |
Downloading https://pypi.python.org/packages/source/h/hypatia/hypatia-0.2.tar.gz#md5=a17f01bc97fade9d09b3b519d0468185 | |
Processing hypatia-0.2.tar.gz | |
Writing /tmp/easy_install-dlGQsk/hypatia-0.2/setup.cfg | |
Running hypatia-0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dlGQsk/hypatia-0.2/egg-dist-tmp-bO9W4Y | |
Adding hypatia 0.2 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/hypatia-0.2-py2.7-linux-x86_64.egg | |
Searching for ZODB3 | |
Reading https://pypi.python.org/simple/ZODB3/ | |
Best match: ZODB3 3.11.0a3 | |
Downloading https://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.11.0a3.tar.gz#md5=ce34ed7452fb972344ef2bf3152775d9 | |
Processing ZODB3-3.11.0a3.tar.gz | |
Writing /tmp/easy_install-14EWV0/ZODB3-3.11.0a3/setup.cfg | |
Running ZODB3-3.11.0a3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-14EWV0/ZODB3-3.11.0a3/egg-dist-tmp-8riUP_ | |
warning: no files found matching '*.rst' | |
warning: install_lib: 'build/lib' does not exist -- no Python modules to install | |
Adding ZODB3 3.11.0a3 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/ZODB3-3.11.0a3-py2.7.egg | |
Searching for pyramid>=1.5dev | |
Reading https://pypi.python.org/simple/pyramid/ | |
Best match: pyramid 1.5 | |
Downloading https://pypi.python.org/packages/source/p/pyramid/pyramid-1.5.tar.gz#md5=8747658dcbab709a9c491e43d3b0d58b | |
Processing pyramid-1.5.tar.gz | |
Writing /tmp/easy_install-3pOSXS/pyramid-1.5/setup.cfg | |
Running pyramid-1.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3pOSXS/pyramid-1.5/egg-dist-tmp-JvQOwC | |
Adding pyramid 1.5 to easy-install.pth file | |
Installing ptweens script to /tmp/venv/bin | |
Installing pdistreport script to /tmp/venv/bin | |
Installing proutes script to /tmp/venv/bin | |
Installing pshell script to /tmp/venv/bin | |
Installing prequest script to /tmp/venv/bin | |
Installing pviews script to /tmp/venv/bin | |
Installing pcreate script to /tmp/venv/bin | |
Installing pserve script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg | |
Searching for zope.event | |
Reading https://pypi.python.org/simple/zope.event/ | |
Best match: zope.event 4.0.3 | |
Downloading https://pypi.python.org/packages/source/z/zope.event/zope.event-4.0.3.tar.gz#md5=9a3780916332b18b8b85f522bcc3e249 | |
Processing zope.event-4.0.3.tar.gz | |
Writing /tmp/easy_install-kdIGMy/zope.event-4.0.3/setup.cfg | |
Running zope.event-4.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kdIGMy/zope.event-4.0.3/egg-dist-tmp-yJcQ3q | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding zope.event 4.0.3 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zope.event-4.0.3-py2.7.egg | |
Searching for zope.interface>=4.1.0 | |
Reading https://pypi.python.org/simple/zope.interface/ | |
Best match: zope.interface 4.1.1 | |
Downloading https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.1.tar.gz#md5=edcd5f719c5eb2e18894c4d06e29b6c6 | |
Processing zope.interface-4.1.1.tar.gz | |
Writing /tmp/easy_install-7a6RAz/zope.interface-4.1.1/setup.cfg | |
Running zope.interface-4.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7a6RAz/zope.interface-4.1.1/egg-dist-tmp-GfpwKK | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding zope.interface 4.1.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zope.interface-4.1.1-py2.7-linux-x86_64.egg | |
Searching for pbkdf2 | |
Reading https://pypi.python.org/simple/pbkdf2/ | |
Best match: pbkdf2 1.3 | |
Downloading https://pypi.python.org/packages/source/p/pbkdf2/pbkdf2-1.3.tar.gz#md5=40cda566f61420490206597243dd869f | |
Processing pbkdf2-1.3.tar.gz | |
Writing /tmp/easy_install-qizAN2/pbkdf2-1.3/setup.cfg | |
Running pbkdf2-1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qizAN2/pbkdf2-1.3/egg-dist-tmp-u_9ovB | |
zip_safe flag not set; analyzing archive contents... | |
Adding pbkdf2 1.3 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg | |
Searching for repoze.sendmail>=4.1 | |
Reading https://pypi.python.org/simple/repoze.sendmail/ | |
Best match: repoze.sendmail 4.2 | |
Downloading https://pypi.python.org/packages/source/r/repoze.sendmail/repoze.sendmail-4.2.tar.gz#md5=d6e6d40e3284ea447936919adbc3002b | |
Processing repoze.sendmail-4.2.tar.gz | |
Writing /tmp/easy_install-lfbruv/repoze.sendmail-4.2/setup.cfg | |
Running repoze.sendmail-4.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-lfbruv/repoze.sendmail-4.2/egg-dist-tmp-8XZjuq | |
Adding repoze.sendmail 4.2 to easy-install.pth file | |
Installing qp script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/repoze.sendmail-4.2-py2.7.egg | |
Searching for Chameleon | |
Reading https://pypi.python.org/simple/Chameleon/ | |
Best match: Chameleon 2.16 | |
Downloading https://pypi.python.org/packages/source/C/Chameleon/Chameleon-2.16.tar.gz#md5=6336d780dde9f7a4b8a5a8971dd983a1 | |
Processing Chameleon-2.16.tar.gz | |
Writing /tmp/easy_install-nVTsjd/Chameleon-2.16/setup.cfg | |
Running Chameleon-2.16/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nVTsjd/Chameleon-2.16/egg-dist-tmp-NT60LK | |
Adding Chameleon 2.16 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/Chameleon-2.16-py2.7.egg | |
Searching for zodburi | |
Reading https://pypi.python.org/simple/zodburi/ | |
Best match: zodburi 2.0 | |
Downloading https://pypi.python.org/packages/source/z/zodburi/zodburi-2.0.tar.gz#md5=7876893829c2f784506c80d49f861b67 | |
Processing zodburi-2.0.tar.gz | |
Writing /tmp/easy_install-Cjxvct/zodburi-2.0/setup.cfg | |
Running zodburi-2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Cjxvct/zodburi-2.0/egg-dist-tmp-GAx_qq | |
Adding zodburi 2.0 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zodburi-2.0-py2.7.egg | |
Searching for translationstring | |
Reading https://pypi.python.org/simple/translationstring/ | |
Best match: translationstring 1.1 | |
Downloading https://pypi.python.org/packages/source/t/translationstring/translationstring-1.1.tar.gz#md5=0979b46d8f0f852810c8ec4be5c26cf2 | |
Processing translationstring-1.1.tar.gz | |
Writing /tmp/easy_install-mK_1XM/translationstring-1.1/setup.cfg | |
Running translationstring-1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mK_1XM/translationstring-1.1/egg-dist-tmp-fAmvjJ | |
no previously-included directories found matching 'docs/_build' | |
Adding translationstring 1.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/translationstring-1.1-py2.7.egg | |
Searching for peppercorn>=0.3 | |
Reading https://pypi.python.org/simple/peppercorn/ | |
Best match: peppercorn 0.4 | |
Downloading https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.4.tar.gz#md5=464d6f2342eaf704dfb52046c1f5c320 | |
Processing peppercorn-0.4.tar.gz | |
Writing /tmp/easy_install-Ge3Z_p/peppercorn-0.4/setup.cfg | |
Running peppercorn-0.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Ge3Z_p/peppercorn-0.4/egg-dist-tmp-q_lL8y | |
Adding peppercorn 0.4 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/peppercorn-0.4-py2.7.egg | |
Searching for transaction | |
Reading https://pypi.python.org/simple/transaction/ | |
Best match: transaction 1.4.3 | |
Downloading https://pypi.python.org/packages/source/t/transaction/transaction-1.4.3.tar.gz#md5=b4ca5983c9e3a0808ff5ff7648092c76 | |
Processing transaction-1.4.3.tar.gz | |
Writing /tmp/easy_install-UgHsqe/transaction-1.4.3/setup.cfg | |
Running transaction-1.4.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UgHsqe/transaction-1.4.3/egg-dist-tmp-ekP5ic | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding transaction 1.4.3 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/transaction-1.4.3-py2.7.egg | |
Searching for BTrees>=4.0.0dev | |
Reading https://pypi.python.org/simple/BTrees/ | |
Best match: BTrees 4.0.8 | |
Downloading https://pypi.python.org/packages/source/B/BTrees/BTrees-4.0.8.tar.gz#md5=7f5df4cf8dd50fb0c584c0929a406c92 | |
Processing BTrees-4.0.8.tar.gz | |
Writing /tmp/easy_install-EgY3S0/BTrees-4.0.8/setup.cfg | |
Running BTrees-4.0.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EgY3S0/BTrees-4.0.8/egg-dist-tmp-VyygMt | |
Searching for persistent | |
Reading https://pypi.python.org/simple/persistent/ | |
Best match: persistent 4.0.8 | |
Downloading https://pypi.python.org/packages/source/p/persistent/persistent-4.0.8.tar.gz#md5=2942f1ca7764b1bef8d48fa0d9a236b7 | |
Processing persistent-4.0.8.tar.gz | |
Writing /tmp/easy_install-EgY3S0/BTrees-4.0.8/temp/easy_install-k0wpDe/persistent-4.0.8/setup.cfg | |
Running persistent-4.0.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EgY3S0/BTrees-4.0.8/temp/easy_install-k0wpDe/persistent-4.0.8/egg-dist-tmp-naTVtp | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Installed /tmp/easy_install-EgY3S0/BTrees-4.0.8/persistent-4.0.8-py2.7-linux-x86_64.egg | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding BTrees 4.0.8 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/BTrees-4.0.8-py2.7-linux-x86_64.egg | |
Searching for persistent>=4.0.0dev | |
Reading https://pypi.python.org/simple/persistent/ | |
Best match: persistent 4.0.8 | |
Downloading https://pypi.python.org/packages/source/p/persistent/persistent-4.0.8.tar.gz#md5=2942f1ca7764b1bef8d48fa0d9a236b7 | |
Processing persistent-4.0.8.tar.gz | |
Writing /tmp/easy_install-0bwE2D/persistent-4.0.8/setup.cfg | |
Running persistent-4.0.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0bwE2D/persistent-4.0.8/egg-dist-tmp-hR8UfX | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding persistent 4.0.8 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/persistent-4.0.8-py2.7-linux-x86_64.egg | |
Searching for ZODB>=4.0.0dev | |
Reading https://pypi.python.org/simple/ZODB/ | |
Best match: ZODB 4.0.0 | |
Downloading https://pypi.python.org/packages/source/Z/ZODB/ZODB-4.0.0.tar.gz#md5=508ee0dfb42d9606eacf6155f63664ba | |
Processing ZODB-4.0.0.tar.gz | |
Writing /tmp/easy_install-OiXRLa/ZODB-4.0.0/setup.cfg | |
Running ZODB-4.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-OiXRLa/ZODB-4.0.0/egg-dist-tmp-CBJeWo | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Adding ZODB 4.0.0 to easy-install.pth file | |
Installing fsdump script to /tmp/venv/bin | |
Installing repozo script to /tmp/venv/bin | |
Installing fsoids script to /tmp/venv/bin | |
Installing fstail script to /tmp/venv/bin | |
Installing fsrefs script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/ZODB-4.0.0-py2.7.egg | |
Searching for ZEO>=4.0.0dev | |
Reading https://pypi.python.org/simple/ZEO/ | |
Best match: ZEO 4.0.0 | |
Downloading https://pypi.python.org/packages/source/Z/ZEO/ZEO-4.0.0.tar.gz#md5=494d8320549185097ba4a6b6b76017d6 | |
Processing ZEO-4.0.0.tar.gz | |
Writing /tmp/easy_install-vYSXiA/ZEO-4.0.0/setup.cfg | |
Running ZEO-4.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vYSXiA/ZEO-4.0.0/egg-dist-tmp-BKQ7Tj | |
warning: no files found matching '*.rst' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Adding ZEO 4.0.0 to easy-install.pth file | |
Installing runzeo script to /tmp/venv/bin | |
Installing zeoctl script to /tmp/venv/bin | |
Installing zeopack script to /tmp/venv/bin | |
Installing zeopasswd script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/ZEO-4.0.0-py2.7.egg | |
Searching for PasteDeploy>=1.5.0 | |
Reading https://pypi.python.org/simple/PasteDeploy/ | |
Best match: PasteDeploy 1.5.2 | |
Downloading https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.5.2.tar.gz#md5=352b7205c78c8de4987578d19431af3b | |
Processing PasteDeploy-1.5.2.tar.gz | |
Writing /tmp/easy_install-RfUvtd/PasteDeploy-1.5.2/setup.cfg | |
Running PasteDeploy-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-RfUvtd/PasteDeploy-1.5.2/egg-dist-tmp-E1sm65 | |
Adding PasteDeploy 1.5.2 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg | |
Searching for repoze.lru>=0.4 | |
Reading https://pypi.python.org/simple/repoze.lru/ | |
Best match: repoze.lru 0.6 | |
Downloading https://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-0.6.tar.gz#md5=2c3b64b17a8e18b405f55d46173e14dd | |
Processing repoze.lru-0.6.tar.gz | |
Writing /tmp/easy_install-Tu_1Ot/repoze.lru-0.6/setup.cfg | |
Running repoze.lru-0.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Tu_1Ot/repoze.lru-0.6/egg-dist-tmp-yQ2Cda | |
Adding repoze.lru 0.6 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/repoze.lru-0.6-py2.7.egg | |
Searching for WebOb>=1.3.1 | |
Reading https://pypi.python.org/simple/WebOb/ | |
Best match: WebOb 1.4 | |
Downloading https://pypi.python.org/packages/source/W/WebOb/WebOb-1.4.tar.gz#md5=8437607c0cc00c35f658f972516ffb55 | |
Processing WebOb-1.4.tar.gz | |
Writing /tmp/easy_install-N18HN6/WebOb-1.4/setup.cfg | |
Running WebOb-1.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-N18HN6/WebOb-1.4/egg-dist-tmp-_7GtGw | |
no previously-included directories found matching '*.pyc' | |
no previously-included directories found matching '*.pyo' | |
Adding WebOb 1.4 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/WebOb-1.4-py2.7.egg | |
Searching for mock | |
Reading https://pypi.python.org/simple/mock/ | |
Best match: mock 1.0.1 | |
Downloading https://pypi.python.org/packages/source/m/mock/mock-1.0.1.zip#md5=869f08d003c289a97c1a6610faf5e913 | |
Processing mock-1.0.1.zip | |
Writing /tmp/easy_install-_OZ_sq/mock-1.0.1/setup.cfg | |
Running mock-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_OZ_sq/mock-1.0.1/egg-dist-tmp-pD1NFX | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
zip_safe flag not set; analyzing archive contents... | |
Adding mock 1.0.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/mock-1.0.1-py2.7.egg | |
Searching for ZConfig | |
Reading https://pypi.python.org/simple/ZConfig/ | |
Best match: ZConfig 3.0.4 | |
Downloading https://pypi.python.org/packages/source/Z/ZConfig/ZConfig-3.0.4.tar.gz#md5=32018f77d37f220b6a80aaf311fea63f | |
Processing ZConfig-3.0.4.tar.gz | |
Writing /tmp/easy_install-6niX2v/ZConfig-3.0.4/setup.cfg | |
Running ZConfig-3.0.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-6niX2v/ZConfig-3.0.4/egg-dist-tmp-CBUth7 | |
warning: no files found matching '*.rst' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Adding ZConfig 3.0.4 to easy-install.pth file | |
Installing zconfig_schema2html script to /tmp/venv/bin | |
Installing zconfig script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/ZConfig-3.0.4-py2.7.egg | |
Searching for zdaemon>=4.0.0a1 | |
Reading https://pypi.python.org/simple/zdaemon/ | |
Best match: zdaemon 4.0.0 | |
Downloading https://pypi.python.org/packages/source/z/zdaemon/zdaemon-4.0.0.tar.gz#md5=4056e2ea35855695ed15389d9c168b92 | |
Processing zdaemon-4.0.0.tar.gz | |
Writing /tmp/easy_install-BLcirj/zdaemon-4.0.0/setup.cfg | |
Running zdaemon-4.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-BLcirj/zdaemon-4.0.0/egg-dist-tmp-ECcr3C | |
warning: no files found matching '*.rst' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Adding zdaemon 4.0.0 to easy-install.pth file | |
Installing zdaemon script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/zdaemon-4.0.0-py2.7.egg | |
Searching for zc.lockfile | |
Reading https://pypi.python.org/simple/zc.lockfile/ | |
Best match: zc.lockfile 1.1.0 | |
Downloading https://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-1.1.0.zip#md5=8e46b830417363501363bd09e1af1ecc | |
Processing zc.lockfile-1.1.0.zip | |
Writing /tmp/easy_install-qFiBfn/zc.lockfile-1.1.0/setup.cfg | |
Running zc.lockfile-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qFiBfn/zc.lockfile-1.1.0/egg-dist-tmp-18ehRp | |
warning: no files found matching '*.rst' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Adding zc.lockfile 1.1.0 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/zc.lockfile-1.1.0-py2.7.egg | |
Searching for six | |
Reading https://pypi.python.org/simple/six/ | |
Best match: six 1.6.1 | |
Downloading https://pypi.python.org/packages/source/s/six/six-1.6.1.tar.gz#md5=07d606ac08595d795bf926cc9985674f | |
Processing six-1.6.1.tar.gz | |
Writing /tmp/easy_install-70VfFr/six-1.6.1/setup.cfg | |
Running six-1.6.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-70VfFr/six-1.6.1/egg-dist-tmp-s92gOs | |
no previously-included directories found matching 'documentation/_build' | |
zip_safe flag not set; analyzing archive contents... | |
six: module references __file__ | |
six: module references __path__ | |
Adding six 1.6.1 to easy-install.pth file | |
Installed /tmp/venv/lib/python2.7/site-packages/six-1.6.1-py2.7.egg | |
Searching for setuptools==0.9.8 | |
Best match: setuptools 0.9.8 | |
Adding setuptools 0.9.8 to easy-install.pth file | |
Installing easy_install script to /tmp/venv/bin | |
Installing easy_install-2.7 script to /tmp/venv/bin | |
Using /tmp/venv/lib/python2.7/site-packages | |
Finished processing dependencies for substanced==0.0 | |
running easy_install | |
Searching for substanced[testing] | |
Best match: substanced 0.0 | |
substanced 0.0 is already the active version in easy-install.pth | |
Installing sd_drain_indexing script to /tmp/venv/bin | |
Installing sd_adduser script to /tmp/venv/bin | |
Installing sd_dump script to /tmp/venv/bin | |
Installing sd_evolve script to /tmp/venv/bin | |
Installing sd_reindex script to /tmp/venv/bin | |
Using /tmp/venv/substanced | |
Processing dependencies for substanced[testing] | |
Searching for virtualenv | |
Reading https://pypi.python.org/simple/virtualenv/ | |
Best match: virtualenv 1.11.6 | |
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz#md5=f61cdd983d2c4e6aeabb70b1060d6f49 | |
Processing virtualenv-1.11.6.tar.gz | |
Writing /tmp/easy_install-i4UkM4/virtualenv-1.11.6/setup.cfg | |
Running virtualenv-1.11.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-i4UkM4/virtualenv-1.11.6/egg-dist-tmp-z0rWOY | |
warning: no previously-included files matching '*' found under directory 'docs/_templates' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Adding virtualenv 1.11.6 to easy-install.pth file | |
Installing virtualenv script to /tmp/venv/bin | |
Installing virtualenv-2.7 script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/virtualenv-1.11.6-py2.7.egg | |
Searching for coverage | |
Reading https://pypi.python.org/simple/coverage/ | |
Best match: coverage 3.7.1 | |
Downloading https://pypi.python.org/packages/source/c/coverage/coverage-3.7.1.tar.gz#md5=c47b36ceb17eaff3ecfab3bcd347d0df | |
Processing coverage-3.7.1.tar.gz | |
Writing /tmp/easy_install-aqCzLn/coverage-3.7.1/setup.cfg | |
Running coverage-3.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-aqCzLn/coverage-3.7.1/egg-dist-tmp-cNhk0m | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Adding coverage 3.7.1 to easy-install.pth file | |
Installing coverage2 script to /tmp/venv/bin | |
Installing coverage-2.7 script to /tmp/venv/bin | |
Installing coverage script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/coverage-3.7.1-py2.7-linux-x86_64.egg | |
Searching for nose | |
Reading https://pypi.python.org/simple/nose/ | |
Best match: nose 1.3.3 | |
Downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.3.tar.gz#md5=42776061bf5206670cb819176dc78654 | |
Processing nose-1.3.3.tar.gz | |
Writing /tmp/easy_install-hLKTe3/nose-1.3.3/setup.cfg | |
Running nose-1.3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hLKTe3/nose-1.3.3/egg-dist-tmp-xkRhnp | |
no previously-included directories found matching 'doc/.build' | |
Adding nose 1.3.3 to easy-install.pth file | |
Installing nosetests script to /tmp/venv/bin | |
Installing nosetests-2.7 script to /tmp/venv/bin | |
Installed /tmp/venv/lib/python2.7/site-packages/nose-1.3.3-py2.7.egg | |
Finished processing dependencies for substanced[testing] | |
(venv)vagrant@precise64:/tmp/venv/substanced$ cd docs/ | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ vi conf.py # comment-in the 'Add and use Pylons theme' block | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ pip install -U setuptools | |
Downloading/unpacking setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-3.6.tar.gz#md5=8f3a1dcdc14313c8334eb6af4f66ea0a | |
Downloading setuptools-3.6.tar.gz (797kB): 797kB downloaded | |
Running setup.py egg_info for package setuptools | |
Installing collected packages: setuptools | |
Found existing installation: setuptools 0.9.8 | |
Uninstalling setuptools: | |
Successfully uninstalled setuptools | |
Running setup.py install for setuptools | |
Installing easy_install script to /tmp/venv/bin | |
Installing easy_install-2.7 script to /tmp/venv/bin | |
Successfully installed setuptools | |
Cleaning up... | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ pip install -U pip | |
Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz#md5=01026f87978932060cc86c1dc527903e | |
Downloading pip-1.5.6.tar.gz (938kB): 938kB downloaded | |
Running setup.py egg_info for package pip | |
warning: no files found matching 'pip/cacert.pem' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.rst' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
Installing collected packages: pip | |
Found existing installation: pip 1.4.1 | |
Uninstalling pip: | |
Successfully uninstalled pip | |
Running setup.py install for pip | |
warning: no files found matching 'pip/cacert.pem' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.rst' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
Installing pip script to /tmp/venv/bin | |
Installing pip2.7 script to /tmp/venv/bin | |
Installing pip2 script to /tmp/venv/bin | |
Successfully installed pip | |
Cleaning up... | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ pip install sphinx | |
Downloading/unpacking sphinx | |
Downloading Sphinx-1.2.2-py27-none-any.whl (1.1MB): 1.1MB downloaded | |
Downloading/unpacking Jinja2>=2.3 (from sphinx) | |
Downloading Jinja2-2.7.2.tar.gz (378kB): 378kB downloaded | |
Running setup.py (path:/tmp/venv/build/Jinja2/setup.py) egg_info for package Jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Downloading/unpacking Pygments>=1.2 (from sphinx) | |
Downloading Pygments-1.6.tar.gz (1.4MB): 1.4MB downloaded | |
Running setup.py (path:/tmp/venv/build/Pygments/setup.py) egg_info for package Pygments | |
Downloading/unpacking docutils>=0.7 (from sphinx) | |
Downloading docutils-0.11.tar.gz (1.6MB): 1.6MB downloaded | |
Running setup.py (path:/tmp/venv/build/docutils/setup.py) egg_info for package docutils | |
warning: no files found matching 'MANIFEST' | |
warning: no files found matching '*' under directory 'extras' | |
warning: no previously-included files matching '.cvsignore' found under directory '*' | |
warning: no previously-included files matching '*.pyc' found under directory '*' | |
warning: no previously-included files matching '*~' found under directory '*' | |
warning: no previously-included files matching '.DS_Store' found under directory '*' | |
Downloading/unpacking markupsafe (from Jinja2>=2.3->sphinx) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/tmp/venv/build/markupsafe/setup.py) egg_info for package markupsafe | |
Installing collected packages: sphinx, Jinja2, Pygments, docutils, markupsafe | |
Running setup.py install for Jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Running setup.py install for Pygments | |
Installing pygmentize script to /tmp/venv/bin | |
Running setup.py install for docutils | |
changing mode of build/scripts-2.7/rst2html.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2s5.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2latex.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2xetex.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2man.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2xml.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2pseudoxml.py from 664 to 775 | |
changing mode of build/scripts-2.7/rstpep2html.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2odt.py from 664 to 775 | |
changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 664 to 775 | |
warning: no files found matching 'MANIFEST' | |
warning: no files found matching '*' under directory 'extras' | |
warning: no previously-included files matching '.cvsignore' found under directory '*' | |
warning: no previously-included files matching '*.pyc' found under directory '*' | |
warning: no previously-included files matching '*~' found under directory '*' | |
warning: no previously-included files matching '.DS_Store' found under directory '*' | |
changing mode of /tmp/venv/bin/rst2pseudoxml.py to 775 | |
changing mode of /tmp/venv/bin/rst2odt.py to 775 | |
changing mode of /tmp/venv/bin/rst2man.py to 775 | |
changing mode of /tmp/venv/bin/rst2html.py to 775 | |
changing mode of /tmp/venv/bin/rst2odt_prepstyles.py to 775 | |
changing mode of /tmp/venv/bin/rst2xml.py to 775 | |
changing mode of /tmp/venv/bin/rst2xetex.py to 775 | |
changing mode of /tmp/venv/bin/rst2s5.py to 775 | |
changing mode of /tmp/venv/bin/rstpep2html.py to 775 | |
changing mode of /tmp/venv/bin/rst2latex.py to 775 | |
Running setup.py install for markupsafe | |
building 'markupsafe._speedups' extension | |
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o | |
gcc -pthread -shared build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so | |
Successfully installed sphinx Jinja2 Pygments docutils markupsafe | |
Cleaning up... | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ pip install repoze.sphinx.autointerface | |
Downloading/unpacking repoze.sphinx.autointerface | |
Downloading repoze.sphinx.autointerface-0.7.1.tar.gz | |
Running setup.py (path:/tmp/venv/build/repoze.sphinx.autointerface/setup.py) egg_info for package repoze.sphinx.autointerface | |
Requirement already satisfied (use --upgrade to upgrade): zope.interface in /tmp/venv/lib/python2.7/site-packages/zope.interface-4.1.1-py2.7-linux-x86_64.egg (from repoze.sphinx.autointerface) | |
Requirement already satisfied (use --upgrade to upgrade): Sphinx>=0.6.1 in /tmp/venv/lib/python2.7/site-packages (from repoze.sphinx.autointerface) | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in /tmp/venv/lib/python2.7/site-packages (from repoze.sphinx.autointerface) | |
Installing collected packages: repoze.sphinx.autointerface | |
Running setup.py install for repoze.sphinx.autointerface | |
Skipping installation of /tmp/venv/lib/python2.7/site-packages/repoze/__init__.py (namespace package) | |
Skipping installation of /tmp/venv/lib/python2.7/site-packages/repoze/sphinx/__init__.py (namespace package) | |
Installing /tmp/venv/lib/python2.7/site-packages/repoze.sphinx.autointerface-0.7.1-py2.7-nspkg.pth | |
Successfully installed repoze.sphinx.autointerface | |
Cleaning up... | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ make html | |
mkdir -p _build/html _build/doctrees | |
sphinx-build -b html -d _build/doctrees -W . _build/html | |
Running Sphinx v1.2.2 | |
M docs/conf.py | |
Already on 'master' | |
Already up-to-date. | |
loading pickled environment... not yet created | |
loading intersphinx inventory from http://docs.pylonsproject.org/projects/pyramid/en/latest/objects.inv... | |
building [html]: targets for 24 source files that are out of date | |
updating environment: 24 added, 0 changed, 0 removed | |
reading sources... [100%] workflows | |
looking for now-outdated files... none found | |
pickling environment... done | |
checking consistency... done | |
preparing documents... done | |
writing output... [100%] workflows | |
writing additional files... genindex py-modindex search | |
copying images... [100%] images/undo1.png | |
copying static files... | |
Warning, treated as error: | |
WARNING: favicon file '_static/favicon.ico' does not exist | |
make: *** [html] Error 1 | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ vi conf.py # comment-out 'favicon.ico' line | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ make html | |
mkdir -p _build/html _build/doctrees | |
sphinx-build -b html -d _build/doctrees -W . _build/html | |
Running Sphinx v1.2.2 | |
M docs/conf.py | |
Already on 'master' | |
Already up-to-date. | |
loading pickled environment... not yet created | |
loading intersphinx inventory from http://docs.pylonsproject.org/projects/pyramid/en/latest/objects.inv... | |
building [html]: targets for 24 source files that are out of date | |
updating environment: 24 added, 0 changed, 0 removed | |
reading sources... [100%] workflows | |
looking for now-outdated files... none found | |
pickling environment... done | |
checking consistency... done | |
preparing documents... done | |
writing output... [100%] workflows | |
writing additional files... genindex py-modindex search | |
copying images... [100%] images/undo1.png | |
copying static files... done | |
copying extra files... done | |
dumping search index... done | |
dumping object inventory... done | |
build succeeded. | |
Build finished. The HTML pages are in _build/html. | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ ls _build/html/ | |
api.html genindex.html retail.html | |
audit.html glossary.html scripts.html | |
.buildinfo _images/ sdi.html | |
cataloging.html index.html search.html | |
configuration.html intro.html searchindex.js | |
content.html locking.html services.html | |
copyright.html mgmtview.html _sources/ | |
dump.html objects.inv _static/ | |
evolution.html permissions.html statistics.html | |
folder_contents.html py-modindex.html vrooting.html | |
forms.html references.html workflows.html | |
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ ls -laF _build/html/searchindex.js | |
-rw-rw-r-- 1 vagrant vagrant 48995 May 19 01:22 _build/html/searchindex.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ pip freeze | |
BTrees==4.0.8 | |
Chameleon==2.16 | |
Jinja2==2.7.2 | |
MarkupSafe==0.23 | |
PasteDeploy==1.5.2 | |
PyYAML==3.11 | |
Pygments==1.6 | |
Sphinx==1.2.2 | |
WebOb==1.4 | |
ZConfig==3.0.4 | |
ZEO==4.0.0 | |
ZODB==4.0.0 | |
ZODB3==3.11.0a3 | |
colander==1.0b1 | |
coverage==3.7.1 | |
cryptacular==1.4.1 | |
deform==2.0a2 | |
docutils==0.11 | |
hypatia==0.2 | |
mock==1.0.1 | |
nose==1.3.3 | |
pbkdf2==1.3 | |
peppercorn==0.4 | |
persistent==4.0.8 | |
pyramid==1.5 | |
pyramid-chameleon==0.1 | |
pyramid-mailer==0.13 | |
pyramid-zodbconn==0.5 | |
python-magic==0.4.6 | |
pytz==2014.3 | |
repoze.lru==0.6 | |
repoze.sendmail==4.2 | |
repoze.sphinx.autointerface==0.7.1 | |
six==1.6.1 | |
statsd==3.0 | |
-e git+https://github.com/Pylons/substanced/@433eb4c6f24fccf01e4c972d1e42a505cda5f543#egg=substanced-origin/master | |
transaction==1.4.3 | |
translationstring==1.1 | |
venusian==1.0a8 | |
virtualenv==1.11.6 | |
wsgiref==0.1.2 | |
zc.lockfile==1.1.0 | |
zdaemon==4.0.0 | |
zodburi==2.0 | |
zope.component==4.2.1 | |
zope.copy==4.0.2 | |
zope.deprecation==4.1.1 | |
zope.event==4.0.3 | |
zope.interface==4.1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(venv)vagrant@precise64:/tmp/venv/substanced/docs$ python | |
Python 2.7.5 (default, May 29 2013, 01:58:06) | |
[GCC 4.6.3] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment