Created
September 21, 2014 22:55
-
-
Save benmarten/7ba12ad6098d9056ded2 to your computer and use it in GitHub Desktop.
cmake fails to build on 10.10 #32485
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
Last login: Mon Sep 22 00:39:24 on ttys001 | |
[email protected]:~$ brew update | |
Already up-to-date. | |
[email protected]:~$ brew doctor | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Your Xcode (6.0.1) is outdated | |
Please update to Xcode 6.1. | |
Xcode can be updated from the App Store. | |
[email protected]:~$ HOMEBREW_MAKE_JOBS=1 brew install -v mariadb 2>&1 | |
==> Installing mariadb dependency: cmake | |
==> Downloading http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/cmake-3.0.2.tar.gz | |
==> Verifying cmake-3.0.2.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/cmake-3.0.2.tar.gz | |
==> Downloading https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/cmake--sphinx-1.2.3.tar.gz | |
==> Verifying cmake--sphinx-1.2.3.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/cmake--sphinx-1.2.3.tar.gz | |
==> python setup.py install --prefix=/private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to Sphinx.egg-info/requires.txt | |
writing Sphinx.egg-info/PKG-INFO | |
writing top-level names to Sphinx.egg-info/top_level.txt | |
writing dependency_links to Sphinx.egg-info/dependency_links.txt | |
writing entry points to Sphinx.egg-info/entry_points.txt | |
reading manifest file 'Sphinx.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
no previously-included directories found matching 'doc/_build' | |
writing manifest file 'Sphinx.egg-info/SOURCES.txt' | |
installing library code to build/bdist.macosx-10.10-intel/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/sphinx | |
copying sphinx/__init__.py -> build/lib/sphinx | |
copying sphinx/addnodes.py -> build/lib/sphinx | |
copying sphinx/apidoc.py -> build/lib/sphinx | |
copying sphinx/application.py -> build/lib/sphinx | |
copying sphinx/cmdline.py -> build/lib/sphinx | |
copying sphinx/config.py -> build/lib/sphinx | |
copying sphinx/environment.py -> build/lib/sphinx | |
copying sphinx/errors.py -> build/lib/sphinx | |
copying sphinx/highlighting.py -> build/lib/sphinx | |
copying sphinx/jinja2glue.py -> build/lib/sphinx | |
copying sphinx/make_mode.py -> build/lib/sphinx | |
copying sphinx/pygments_styles.py -> build/lib/sphinx | |
copying sphinx/quickstart.py -> build/lib/sphinx | |
copying sphinx/roles.py -> build/lib/sphinx | |
copying sphinx/setup_command.py -> build/lib/sphinx | |
copying sphinx/theming.py -> build/lib/sphinx | |
copying sphinx/transforms.py -> build/lib/sphinx | |
copying sphinx/versioning.py -> build/lib/sphinx | |
creating build/lib/sphinx/builders | |
copying sphinx/builders/__init__.py -> build/lib/sphinx/builders | |
copying sphinx/builders/changes.py -> build/lib/sphinx/builders | |
copying sphinx/builders/devhelp.py -> build/lib/sphinx/builders | |
copying sphinx/builders/epub.py -> build/lib/sphinx/builders | |
copying sphinx/builders/gettext.py -> build/lib/sphinx/builders | |
copying sphinx/builders/html.py -> build/lib/sphinx/builders | |
copying sphinx/builders/htmlhelp.py -> build/lib/sphinx/builders | |
copying sphinx/builders/latex.py -> build/lib/sphinx/builders | |
copying sphinx/builders/linkcheck.py -> build/lib/sphinx/builders | |
copying sphinx/builders/manpage.py -> build/lib/sphinx/builders | |
copying sphinx/builders/qthelp.py -> build/lib/sphinx/builders | |
copying sphinx/builders/texinfo.py -> build/lib/sphinx/builders | |
copying sphinx/builders/text.py -> build/lib/sphinx/builders | |
copying sphinx/builders/websupport.py -> build/lib/sphinx/builders | |
copying sphinx/builders/xml.py -> build/lib/sphinx/builders | |
creating build/lib/sphinx/directives | |
copying sphinx/directives/__init__.py -> build/lib/sphinx/directives | |
copying sphinx/directives/code.py -> build/lib/sphinx/directives | |
copying sphinx/directives/other.py -> build/lib/sphinx/directives | |
creating build/lib/sphinx/domains | |
copying sphinx/domains/__init__.py -> build/lib/sphinx/domains | |
copying sphinx/domains/c.py -> build/lib/sphinx/domains | |
copying sphinx/domains/cpp.py -> build/lib/sphinx/domains | |
copying sphinx/domains/javascript.py -> build/lib/sphinx/domains | |
copying sphinx/domains/python.py -> build/lib/sphinx/domains | |
copying sphinx/domains/rst.py -> build/lib/sphinx/domains | |
copying sphinx/domains/std.py -> build/lib/sphinx/domains | |
creating build/lib/sphinx/ext | |
copying sphinx/ext/__init__.py -> build/lib/sphinx/ext | |
copying sphinx/ext/autodoc.py -> build/lib/sphinx/ext | |
copying sphinx/ext/coverage.py -> build/lib/sphinx/ext | |
copying sphinx/ext/doctest.py -> build/lib/sphinx/ext | |
copying sphinx/ext/extlinks.py -> build/lib/sphinx/ext | |
copying sphinx/ext/graphviz.py -> build/lib/sphinx/ext | |
copying sphinx/ext/ifconfig.py -> build/lib/sphinx/ext | |
copying sphinx/ext/inheritance_diagram.py -> build/lib/sphinx/ext | |
copying sphinx/ext/intersphinx.py -> build/lib/sphinx/ext | |
copying sphinx/ext/jsmath.py -> build/lib/sphinx/ext | |
copying sphinx/ext/linkcode.py -> build/lib/sphinx/ext | |
copying sphinx/ext/mathbase.py -> build/lib/sphinx/ext | |
copying sphinx/ext/mathjax.py -> build/lib/sphinx/ext | |
copying sphinx/ext/oldcmarkup.py -> build/lib/sphinx/ext | |
copying sphinx/ext/pngmath.py -> build/lib/sphinx/ext | |
copying sphinx/ext/todo.py -> build/lib/sphinx/ext | |
copying sphinx/ext/viewcode.py -> build/lib/sphinx/ext | |
creating build/lib/sphinx/locale | |
copying sphinx/locale/__init__.py -> build/lib/sphinx/locale | |
creating build/lib/sphinx/pycode | |
copying sphinx/pycode/__init__.py -> build/lib/sphinx/pycode | |
copying sphinx/pycode/nodes.py -> build/lib/sphinx/pycode | |
creating build/lib/sphinx/search | |
copying sphinx/search/__init__.py -> build/lib/sphinx/search | |
copying sphinx/search/en.py -> build/lib/sphinx/search | |
copying sphinx/search/ja.py -> build/lib/sphinx/search | |
creating build/lib/sphinx/util | |
copying sphinx/util/__init__.py -> build/lib/sphinx/util | |
copying sphinx/util/compat.py -> build/lib/sphinx/util | |
copying sphinx/util/console.py -> build/lib/sphinx/util | |
copying sphinx/util/docfields.py -> build/lib/sphinx/util | |
copying sphinx/util/docstrings.py -> build/lib/sphinx/util | |
copying sphinx/util/inspect.py -> build/lib/sphinx/util | |
copying sphinx/util/jsdump.py -> build/lib/sphinx/util | |
copying sphinx/util/jsonimpl.py -> build/lib/sphinx/util | |
copying sphinx/util/matching.py -> build/lib/sphinx/util | |
copying sphinx/util/nodes.py -> build/lib/sphinx/util | |
copying sphinx/util/osutil.py -> build/lib/sphinx/util | |
copying sphinx/util/png.py -> build/lib/sphinx/util | |
copying sphinx/util/pycompat.py -> build/lib/sphinx/util | |
copying sphinx/util/smartypants.py -> build/lib/sphinx/util | |
copying sphinx/util/stemmer.py -> build/lib/sphinx/util | |
copying sphinx/util/tags.py -> build/lib/sphinx/util | |
copying sphinx/util/texescape.py -> build/lib/sphinx/util | |
copying sphinx/util/websupport.py -> build/lib/sphinx/util | |
creating build/lib/sphinx/websupport | |
copying sphinx/websupport/__init__.py -> build/lib/sphinx/websupport | |
copying sphinx/websupport/errors.py -> build/lib/sphinx/websupport | |
creating build/lib/sphinx/writers | |
copying sphinx/writers/__init__.py -> build/lib/sphinx/writers | |
copying sphinx/writers/html.py -> build/lib/sphinx/writers | |
copying sphinx/writers/latex.py -> build/lib/sphinx/writers | |
copying sphinx/writers/manpage.py -> build/lib/sphinx/writers | |
copying sphinx/writers/texinfo.py -> build/lib/sphinx/writers | |
copying sphinx/writers/text.py -> build/lib/sphinx/writers | |
copying sphinx/writers/websupport.py -> build/lib/sphinx/writers | |
copying sphinx/writers/xml.py -> build/lib/sphinx/writers | |
creating build/lib/sphinx/ext/autosummary | |
copying sphinx/ext/autosummary/__init__.py -> build/lib/sphinx/ext/autosummary | |
copying sphinx/ext/autosummary/generate.py -> build/lib/sphinx/ext/autosummary | |
creating build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/__init__.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/driver.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/grammar.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/literals.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/parse.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/pgen.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/token.py -> build/lib/sphinx/pycode/pgen2 | |
copying sphinx/pycode/pgen2/tokenize.py -> build/lib/sphinx/pycode/pgen2 | |
creating build/lib/sphinx/websupport/search | |
copying sphinx/websupport/search/__init__.py -> build/lib/sphinx/websupport/search | |
copying sphinx/websupport/search/nullsearch.py -> build/lib/sphinx/websupport/search | |
copying sphinx/websupport/search/whooshsearch.py -> build/lib/sphinx/websupport/search | |
copying sphinx/websupport/search/xapiansearch.py -> build/lib/sphinx/websupport/search | |
creating build/lib/sphinx/websupport/storage | |
copying sphinx/websupport/storage/__init__.py -> build/lib/sphinx/websupport/storage | |
copying sphinx/websupport/storage/differ.py -> build/lib/sphinx/websupport/storage | |
copying sphinx/websupport/storage/sqlalchemy_db.py -> build/lib/sphinx/websupport/storage | |
copying sphinx/websupport/storage/sqlalchemystorage.py -> build/lib/sphinx/websupport/storage | |
creating build/lib/sphinx/texinputs | |
copying sphinx/texinputs/Makefile -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/fncychap.sty -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/python.ist -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/sphinx.sty -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/sphinxhowto.cls -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/sphinxmanual.cls -> build/lib/sphinx/texinputs | |
copying sphinx/texinputs/tabulary.sty -> build/lib/sphinx/texinputs | |
creating build/lib/sphinx/themes | |
creating build/lib/sphinx/themes/agogo | |
copying sphinx/themes/agogo/layout.html -> build/lib/sphinx/themes/agogo | |
copying sphinx/themes/agogo/theme.conf -> build/lib/sphinx/themes/agogo | |
creating build/lib/sphinx/themes/agogo/static | |
copying sphinx/themes/agogo/static/agogo.css_t -> build/lib/sphinx/themes/agogo/static | |
copying sphinx/themes/agogo/static/bgfooter.png -> build/lib/sphinx/themes/agogo/static | |
copying sphinx/themes/agogo/static/bgtop.png -> build/lib/sphinx/themes/agogo/static | |
creating build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/defindex.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/domainindex.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/genindex-single.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/genindex-split.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/genindex.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/globaltoc.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/layout.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/localtoc.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/opensearch.xml -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/page.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/relations.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/search.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/searchbox.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/searchresults.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/sourcelink.html -> build/lib/sphinx/themes/basic | |
copying sphinx/themes/basic/theme.conf -> build/lib/sphinx/themes/basic | |
creating build/lib/sphinx/themes/basic/changes | |
copying sphinx/themes/basic/changes/frameset.html -> build/lib/sphinx/themes/basic/changes | |
copying sphinx/themes/basic/changes/rstsource.html -> build/lib/sphinx/themes/basic/changes | |
copying sphinx/themes/basic/changes/versionchanges.html -> build/lib/sphinx/themes/basic/changes | |
creating build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/ajax-loader.gif -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/basic.css_t -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/comment-bright.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/comment-close.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/comment.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/doctools.js -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/down-pressed.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/down.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/file.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/jquery.js -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/minus.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/plus.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/searchtools.js_t -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/underscore.js -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/up-pressed.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/up.png -> build/lib/sphinx/themes/basic/static | |
copying sphinx/themes/basic/static/websupport.js -> build/lib/sphinx/themes/basic/static | |
creating build/lib/sphinx/themes/default | |
copying sphinx/themes/default/layout.html -> build/lib/sphinx/themes/default | |
copying sphinx/themes/default/theme.conf -> build/lib/sphinx/themes/default | |
creating build/lib/sphinx/themes/default/static | |
copying sphinx/themes/default/static/default.css_t -> build/lib/sphinx/themes/default/static | |
copying sphinx/themes/default/static/sidebar.js_t -> build/lib/sphinx/themes/default/static | |
creating build/lib/sphinx/themes/epub | |
copying sphinx/themes/epub/epub-cover.html -> build/lib/sphinx/themes/epub | |
copying sphinx/themes/epub/layout.html -> build/lib/sphinx/themes/epub | |
copying sphinx/themes/epub/theme.conf -> build/lib/sphinx/themes/epub | |
creating build/lib/sphinx/themes/epub/static | |
copying sphinx/themes/epub/static/epub.css -> build/lib/sphinx/themes/epub/static | |
creating build/lib/sphinx/themes/haiku | |
copying sphinx/themes/haiku/layout.html -> build/lib/sphinx/themes/haiku | |
copying sphinx/themes/haiku/theme.conf -> build/lib/sphinx/themes/haiku | |
creating build/lib/sphinx/themes/haiku/static | |
copying sphinx/themes/haiku/static/alert_info_32.png -> build/lib/sphinx/themes/haiku/static | |
copying sphinx/themes/haiku/static/alert_warning_32.png -> build/lib/sphinx/themes/haiku/static | |
copying sphinx/themes/haiku/static/bg-page.png -> build/lib/sphinx/themes/haiku/static | |
copying sphinx/themes/haiku/static/bullet_orange.png -> build/lib/sphinx/themes/haiku/static | |
copying sphinx/themes/haiku/static/haiku.css_t -> build/lib/sphinx/themes/haiku/static | |
creating build/lib/sphinx/themes/nature | |
copying sphinx/themes/nature/theme.conf -> build/lib/sphinx/themes/nature | |
creating build/lib/sphinx/themes/nature/static | |
copying sphinx/themes/nature/static/nature.css_t -> build/lib/sphinx/themes/nature/static | |
creating build/lib/sphinx/themes/pyramid | |
copying sphinx/themes/pyramid/layout.html -> build/lib/sphinx/themes/pyramid | |
copying sphinx/themes/pyramid/theme.conf -> build/lib/sphinx/themes/pyramid | |
creating build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/dialog-note.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/dialog-seealso.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/dialog-todo.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/dialog-topic.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/dialog-warning.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/epub.css -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/footerbg.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/headerbg.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/ie6.css -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/middlebg.png -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/pyramid.css_t -> build/lib/sphinx/themes/pyramid/static | |
copying sphinx/themes/pyramid/static/transparent.gif -> build/lib/sphinx/themes/pyramid/static | |
creating build/lib/sphinx/themes/scrolls | |
copying sphinx/themes/scrolls/layout.html -> build/lib/sphinx/themes/scrolls | |
copying sphinx/themes/scrolls/theme.conf -> build/lib/sphinx/themes/scrolls | |
creating build/lib/sphinx/themes/scrolls/artwork | |
copying sphinx/themes/scrolls/artwork/logo.svg -> build/lib/sphinx/themes/scrolls/artwork | |
creating build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/darkmetal.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/headerbg.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/logo.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/metal.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/navigation.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/print.css -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/scrolls.css_t -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/theme_extras.js -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/watermark.png -> build/lib/sphinx/themes/scrolls/static | |
copying sphinx/themes/scrolls/static/watermark_blur.png -> build/lib/sphinx/themes/scrolls/static | |
creating build/lib/sphinx/themes/sphinxdoc | |
copying sphinx/themes/sphinxdoc/layout.html -> build/lib/sphinx/themes/sphinxdoc | |
copying sphinx/themes/sphinxdoc/theme.conf -> build/lib/sphinx/themes/sphinxdoc | |
creating build/lib/sphinx/themes/sphinxdoc/static | |
copying sphinx/themes/sphinxdoc/static/contents.png -> build/lib/sphinx/themes/sphinxdoc/static | |
copying sphinx/themes/sphinxdoc/static/navigation.png -> build/lib/sphinx/themes/sphinxdoc/static | |
copying sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> build/lib/sphinx/themes/sphinxdoc/static | |
creating build/lib/sphinx/themes/traditional | |
copying sphinx/themes/traditional/theme.conf -> build/lib/sphinx/themes/traditional | |
creating build/lib/sphinx/themes/traditional/static | |
copying sphinx/themes/traditional/static/traditional.css_t -> build/lib/sphinx/themes/traditional/static | |
copying sphinx/locale/sphinx.pot -> build/lib/sphinx/locale | |
creating build/lib/sphinx/locale/.tx | |
copying sphinx/locale/.tx/config -> build/lib/sphinx/locale/.tx | |
creating build/lib/sphinx/locale/bn | |
creating build/lib/sphinx/locale/bn/LC_MESSAGES | |
copying sphinx/locale/bn/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/bn/LC_MESSAGES | |
copying sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/bn/LC_MESSAGES | |
copying sphinx/locale/bn/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/bn/LC_MESSAGES | |
creating build/lib/sphinx/locale/ca | |
creating build/lib/sphinx/locale/ca/LC_MESSAGES | |
copying sphinx/locale/ca/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ca/LC_MESSAGES | |
copying sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ca/LC_MESSAGES | |
copying sphinx/locale/ca/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ca/LC_MESSAGES | |
creating build/lib/sphinx/locale/cs | |
creating build/lib/sphinx/locale/cs/LC_MESSAGES | |
copying sphinx/locale/cs/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/cs/LC_MESSAGES | |
copying sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/cs/LC_MESSAGES | |
copying sphinx/locale/cs/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/cs/LC_MESSAGES | |
creating build/lib/sphinx/locale/da | |
creating build/lib/sphinx/locale/da/LC_MESSAGES | |
copying sphinx/locale/da/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/da/LC_MESSAGES | |
copying sphinx/locale/da/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/da/LC_MESSAGES | |
copying sphinx/locale/da/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/da/LC_MESSAGES | |
creating build/lib/sphinx/locale/de | |
creating build/lib/sphinx/locale/de/LC_MESSAGES | |
copying sphinx/locale/de/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/de/LC_MESSAGES | |
copying sphinx/locale/de/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/de/LC_MESSAGES | |
copying sphinx/locale/de/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/de/LC_MESSAGES | |
creating build/lib/sphinx/locale/es | |
creating build/lib/sphinx/locale/es/LC_MESSAGES | |
copying sphinx/locale/es/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/es/LC_MESSAGES | |
copying sphinx/locale/es/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/es/LC_MESSAGES | |
copying sphinx/locale/es/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/es/LC_MESSAGES | |
creating build/lib/sphinx/locale/et | |
creating build/lib/sphinx/locale/et/LC_MESSAGES | |
copying sphinx/locale/et/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/et/LC_MESSAGES | |
copying sphinx/locale/et/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/et/LC_MESSAGES | |
copying sphinx/locale/et/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/et/LC_MESSAGES | |
creating build/lib/sphinx/locale/eu | |
creating build/lib/sphinx/locale/eu/LC_MESSAGES | |
copying sphinx/locale/eu/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/eu/LC_MESSAGES | |
copying sphinx/locale/eu/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/eu/LC_MESSAGES | |
copying sphinx/locale/eu/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/eu/LC_MESSAGES | |
creating build/lib/sphinx/locale/fa | |
creating build/lib/sphinx/locale/fa/LC_MESSAGES | |
copying sphinx/locale/fa/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fa/LC_MESSAGES | |
copying sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fa/LC_MESSAGES | |
copying sphinx/locale/fa/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fa/LC_MESSAGES | |
creating build/lib/sphinx/locale/fi | |
creating build/lib/sphinx/locale/fi/LC_MESSAGES | |
copying sphinx/locale/fi/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fi/LC_MESSAGES | |
copying sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fi/LC_MESSAGES | |
copying sphinx/locale/fi/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fi/LC_MESSAGES | |
creating build/lib/sphinx/locale/fr | |
creating build/lib/sphinx/locale/fr/LC_MESSAGES | |
copying sphinx/locale/fr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fr/LC_MESSAGES | |
copying sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fr/LC_MESSAGES | |
copying sphinx/locale/fr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fr/LC_MESSAGES | |
creating build/lib/sphinx/locale/he | |
creating build/lib/sphinx/locale/he/LC_MESSAGES | |
copying sphinx/locale/he/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/he/LC_MESSAGES | |
copying sphinx/locale/he/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/he/LC_MESSAGES | |
copying sphinx/locale/he/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/he/LC_MESSAGES | |
creating build/lib/sphinx/locale/hr | |
creating build/lib/sphinx/locale/hr/LC_MESSAGES | |
copying sphinx/locale/hr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/hr/LC_MESSAGES | |
copying sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/hr/LC_MESSAGES | |
copying sphinx/locale/hr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/hr/LC_MESSAGES | |
creating build/lib/sphinx/locale/hu | |
creating build/lib/sphinx/locale/hu/LC_MESSAGES | |
copying sphinx/locale/hu/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/hu/LC_MESSAGES | |
copying sphinx/locale/hu/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/hu/LC_MESSAGES | |
copying sphinx/locale/hu/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/hu/LC_MESSAGES | |
creating build/lib/sphinx/locale/id | |
creating build/lib/sphinx/locale/id/LC_MESSAGES | |
copying sphinx/locale/id/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/id/LC_MESSAGES | |
copying sphinx/locale/id/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/id/LC_MESSAGES | |
copying sphinx/locale/id/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/id/LC_MESSAGES | |
creating build/lib/sphinx/locale/it | |
creating build/lib/sphinx/locale/it/LC_MESSAGES | |
copying sphinx/locale/it/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/it/LC_MESSAGES | |
copying sphinx/locale/it/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/it/LC_MESSAGES | |
copying sphinx/locale/it/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/it/LC_MESSAGES | |
creating build/lib/sphinx/locale/ja | |
creating build/lib/sphinx/locale/ja/LC_MESSAGES | |
copying sphinx/locale/ja/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ja/LC_MESSAGES | |
copying sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ja/LC_MESSAGES | |
copying sphinx/locale/ja/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ja/LC_MESSAGES | |
creating build/lib/sphinx/locale/ko | |
creating build/lib/sphinx/locale/ko/LC_MESSAGES | |
copying sphinx/locale/ko/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ko/LC_MESSAGES | |
copying sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ko/LC_MESSAGES | |
copying sphinx/locale/ko/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ko/LC_MESSAGES | |
creating build/lib/sphinx/locale/lt | |
creating build/lib/sphinx/locale/lt/LC_MESSAGES | |
copying sphinx/locale/lt/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lt/LC_MESSAGES | |
copying sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lt/LC_MESSAGES | |
copying sphinx/locale/lt/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lt/LC_MESSAGES | |
creating build/lib/sphinx/locale/lv | |
creating build/lib/sphinx/locale/lv/LC_MESSAGES | |
copying sphinx/locale/lv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lv/LC_MESSAGES | |
copying sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lv/LC_MESSAGES | |
copying sphinx/locale/lv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lv/LC_MESSAGES | |
creating build/lib/sphinx/locale/mk | |
creating build/lib/sphinx/locale/mk/LC_MESSAGES | |
copying sphinx/locale/mk/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/mk/LC_MESSAGES | |
copying sphinx/locale/mk/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/mk/LC_MESSAGES | |
copying sphinx/locale/mk/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/mk/LC_MESSAGES | |
creating build/lib/sphinx/locale/nb_NO | |
creating build/lib/sphinx/locale/nb_NO/LC_MESSAGES | |
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES | |
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES | |
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES | |
creating build/lib/sphinx/locale/ne | |
creating build/lib/sphinx/locale/ne/LC_MESSAGES | |
copying sphinx/locale/ne/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ne/LC_MESSAGES | |
copying sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ne/LC_MESSAGES | |
copying sphinx/locale/ne/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ne/LC_MESSAGES | |
creating build/lib/sphinx/locale/nl | |
creating build/lib/sphinx/locale/nl/LC_MESSAGES | |
copying sphinx/locale/nl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/nl/LC_MESSAGES | |
copying sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/nl/LC_MESSAGES | |
copying sphinx/locale/nl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/nl/LC_MESSAGES | |
creating build/lib/sphinx/locale/pl | |
creating build/lib/sphinx/locale/pl/LC_MESSAGES | |
copying sphinx/locale/pl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pl/LC_MESSAGES | |
copying sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pl/LC_MESSAGES | |
copying sphinx/locale/pl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pl/LC_MESSAGES | |
creating build/lib/sphinx/locale/pt_BR | |
creating build/lib/sphinx/locale/pt_BR/LC_MESSAGES | |
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES | |
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES | |
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES | |
creating build/lib/sphinx/locale/pt_PT | |
creating build/lib/sphinx/locale/pt_PT/LC_MESSAGES | |
copying sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pt_PT/LC_MESSAGES | |
copying sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pt_PT/LC_MESSAGES | |
copying sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pt_PT/LC_MESSAGES | |
creating build/lib/sphinx/locale/ru | |
creating build/lib/sphinx/locale/ru/LC_MESSAGES | |
copying sphinx/locale/ru/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ru/LC_MESSAGES | |
copying sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ru/LC_MESSAGES | |
copying sphinx/locale/ru/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ru/LC_MESSAGES | |
creating build/lib/sphinx/locale/si | |
creating build/lib/sphinx/locale/si/LC_MESSAGES | |
copying sphinx/locale/si/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/si/LC_MESSAGES | |
copying sphinx/locale/si/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/si/LC_MESSAGES | |
copying sphinx/locale/si/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/si/LC_MESSAGES | |
creating build/lib/sphinx/locale/sk | |
creating build/lib/sphinx/locale/sk/LC_MESSAGES | |
copying sphinx/locale/sk/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sk/LC_MESSAGES | |
copying sphinx/locale/sk/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sk/LC_MESSAGES | |
copying sphinx/locale/sk/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sk/LC_MESSAGES | |
creating build/lib/sphinx/locale/sl | |
creating build/lib/sphinx/locale/sl/LC_MESSAGES | |
copying sphinx/locale/sl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sl/LC_MESSAGES | |
copying sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sl/LC_MESSAGES | |
copying sphinx/locale/sl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sl/LC_MESSAGES | |
creating build/lib/sphinx/locale/sv | |
creating build/lib/sphinx/locale/sv/LC_MESSAGES | |
copying sphinx/locale/sv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sv/LC_MESSAGES | |
copying sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sv/LC_MESSAGES | |
copying sphinx/locale/sv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sv/LC_MESSAGES | |
creating build/lib/sphinx/locale/tr | |
creating build/lib/sphinx/locale/tr/LC_MESSAGES | |
copying sphinx/locale/tr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/tr/LC_MESSAGES | |
copying sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/tr/LC_MESSAGES | |
copying sphinx/locale/tr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/tr/LC_MESSAGES | |
creating build/lib/sphinx/locale/uk_UA | |
creating build/lib/sphinx/locale/uk_UA/LC_MESSAGES | |
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES | |
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES | |
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES | |
creating build/lib/sphinx/locale/vi | |
creating build/lib/sphinx/locale/vi/LC_MESSAGES | |
copying sphinx/locale/vi/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/vi/LC_MESSAGES | |
copying sphinx/locale/vi/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/vi/LC_MESSAGES | |
copying sphinx/locale/vi/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/vi/LC_MESSAGES | |
creating build/lib/sphinx/locale/zh_CN | |
creating build/lib/sphinx/locale/zh_CN/LC_MESSAGES | |
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES | |
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES | |
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES | |
creating build/lib/sphinx/locale/zh_TW | |
creating build/lib/sphinx/locale/zh_TW/LC_MESSAGES | |
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES | |
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES | |
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES | |
copying sphinx/pycode/Grammar-py2.txt -> build/lib/sphinx/pycode | |
copying sphinx/pycode/Grammar-py3.txt -> build/lib/sphinx/pycode | |
creating build/lib/sphinx/ext/autosummary/templates | |
creating build/lib/sphinx/ext/autosummary/templates/autosummary | |
copying sphinx/ext/autosummary/templates/autosummary/base.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary | |
copying sphinx/ext/autosummary/templates/autosummary/class.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary | |
copying sphinx/ext/autosummary/templates/autosummary/module.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary | |
creating build/bdist.macosx-10.10-intel | |
creating build/bdist.macosx-10.10-intel/egg | |
creating build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/addnodes.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/apidoc.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/application.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/changes.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/devhelp.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/epub.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/gettext.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/html.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/htmlhelp.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/latex.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/linkcheck.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/manpage.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/qthelp.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/texinfo.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/text.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/websupport.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/builders/xml.py -> build/bdist.macosx-10.10-intel/egg/sphinx/builders | |
copying build/lib/sphinx/cmdline.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/config.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/directives | |
copying build/lib/sphinx/directives/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/directives | |
copying build/lib/sphinx/directives/code.py -> build/bdist.macosx-10.10-intel/egg/sphinx/directives | |
copying build/lib/sphinx/directives/other.py -> build/bdist.macosx-10.10-intel/egg/sphinx/directives | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/c.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/cpp.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/javascript.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/python.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/rst.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/domains/std.py -> build/bdist.macosx-10.10-intel/egg/sphinx/domains | |
copying build/lib/sphinx/environment.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/errors.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/autodoc.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary | |
copying build/lib/sphinx/ext/autosummary/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary | |
copying build/lib/sphinx/ext/autosummary/generate.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/templates | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/templates/autosummary | |
copying build/lib/sphinx/ext/autosummary/templates/autosummary/base.rst -> build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/templates/autosummary | |
copying build/lib/sphinx/ext/autosummary/templates/autosummary/class.rst -> build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/templates/autosummary | |
copying build/lib/sphinx/ext/autosummary/templates/autosummary/module.rst -> build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/templates/autosummary | |
copying build/lib/sphinx/ext/coverage.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/doctest.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/extlinks.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/graphviz.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/ifconfig.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/inheritance_diagram.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/intersphinx.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/jsmath.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/linkcode.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/mathbase.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/mathjax.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/oldcmarkup.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/pngmath.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/todo.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/ext/viewcode.py -> build/bdist.macosx-10.10-intel/egg/sphinx/ext | |
copying build/lib/sphinx/highlighting.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/jinja2glue.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/.tx | |
copying build/lib/sphinx/locale/.tx/config -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/.tx | |
copying build/lib/sphinx/locale/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/locale | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/bn | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/bn/LC_MESSAGES | |
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/bn/LC_MESSAGES | |
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/bn/LC_MESSAGES | |
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/bn/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ca | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ca/LC_MESSAGES | |
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ca/LC_MESSAGES | |
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ca/LC_MESSAGES | |
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ca/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/cs | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/cs/LC_MESSAGES | |
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/cs/LC_MESSAGES | |
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/cs/LC_MESSAGES | |
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/cs/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/da | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/da/LC_MESSAGES | |
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/da/LC_MESSAGES | |
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/da/LC_MESSAGES | |
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/da/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/de | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/de/LC_MESSAGES | |
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/de/LC_MESSAGES | |
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/de/LC_MESSAGES | |
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/de/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/es | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/es/LC_MESSAGES | |
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/es/LC_MESSAGES | |
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/es/LC_MESSAGES | |
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/es/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/et | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/et/LC_MESSAGES | |
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/et/LC_MESSAGES | |
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/et/LC_MESSAGES | |
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/et/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/eu | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/eu/LC_MESSAGES | |
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/eu/LC_MESSAGES | |
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/eu/LC_MESSAGES | |
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/eu/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fa | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fa/LC_MESSAGES | |
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fa/LC_MESSAGES | |
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fa/LC_MESSAGES | |
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fa/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fi | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fi/LC_MESSAGES | |
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fi/LC_MESSAGES | |
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fi/LC_MESSAGES | |
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fi/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fr | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/fr/LC_MESSAGES | |
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fr/LC_MESSAGES | |
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fr/LC_MESSAGES | |
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/fr/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/he | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/he/LC_MESSAGES | |
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/he/LC_MESSAGES | |
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/he/LC_MESSAGES | |
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/he/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/hr | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/hr/LC_MESSAGES | |
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hr/LC_MESSAGES | |
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hr/LC_MESSAGES | |
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hr/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/hu | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/hu/LC_MESSAGES | |
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hu/LC_MESSAGES | |
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hu/LC_MESSAGES | |
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/hu/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/id | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/id/LC_MESSAGES | |
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/id/LC_MESSAGES | |
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/id/LC_MESSAGES | |
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/id/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/it | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/it/LC_MESSAGES | |
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/it/LC_MESSAGES | |
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/it/LC_MESSAGES | |
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/it/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ja | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ja/LC_MESSAGES | |
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ja/LC_MESSAGES | |
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ja/LC_MESSAGES | |
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ja/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ko | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ko/LC_MESSAGES | |
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ko/LC_MESSAGES | |
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ko/LC_MESSAGES | |
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ko/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/lt | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/lt/LC_MESSAGES | |
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lt/LC_MESSAGES | |
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lt/LC_MESSAGES | |
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lt/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/lv | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/lv/LC_MESSAGES | |
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lv/LC_MESSAGES | |
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lv/LC_MESSAGES | |
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/lv/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/mk | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/mk/LC_MESSAGES | |
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/mk/LC_MESSAGES | |
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/mk/LC_MESSAGES | |
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/mk/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/nb_NO | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/nb_NO/LC_MESSAGES | |
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nb_NO/LC_MESSAGES | |
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nb_NO/LC_MESSAGES | |
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nb_NO/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ne | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ne/LC_MESSAGES | |
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ne/LC_MESSAGES | |
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ne/LC_MESSAGES | |
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ne/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/nl | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/nl/LC_MESSAGES | |
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nl/LC_MESSAGES | |
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nl/LC_MESSAGES | |
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/nl/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pl | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pl/LC_MESSAGES | |
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pl/LC_MESSAGES | |
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pl/LC_MESSAGES | |
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pl/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_BR | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_BR/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_BR/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_BR/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_BR/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_PT | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_PT/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_PT/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_PT/LC_MESSAGES | |
copying build/lib/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/pt_PT/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ru | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/ru/LC_MESSAGES | |
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ru/LC_MESSAGES | |
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ru/LC_MESSAGES | |
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/ru/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/si | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/si/LC_MESSAGES | |
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/si/LC_MESSAGES | |
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/si/LC_MESSAGES | |
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/si/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sk | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sk/LC_MESSAGES | |
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sk/LC_MESSAGES | |
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sk/LC_MESSAGES | |
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sk/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sl | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sl/LC_MESSAGES | |
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sl/LC_MESSAGES | |
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sl/LC_MESSAGES | |
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sl/LC_MESSAGES | |
copying build/lib/sphinx/locale/sphinx.pot -> build/bdist.macosx-10.10-intel/egg/sphinx/locale | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sv | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/sv/LC_MESSAGES | |
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sv/LC_MESSAGES | |
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sv/LC_MESSAGES | |
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/sv/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/tr | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/tr/LC_MESSAGES | |
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/tr/LC_MESSAGES | |
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/tr/LC_MESSAGES | |
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/tr/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/uk_UA | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/uk_UA/LC_MESSAGES | |
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/uk_UA/LC_MESSAGES | |
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/uk_UA/LC_MESSAGES | |
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/uk_UA/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/vi | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/vi/LC_MESSAGES | |
copying build/lib/sphinx/locale/vi/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/vi/LC_MESSAGES | |
copying build/lib/sphinx/locale/vi/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/vi/LC_MESSAGES | |
copying build/lib/sphinx/locale/vi/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/vi/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_CN | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_CN/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_CN/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_CN/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_CN/LC_MESSAGES | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_TW | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_TW/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_TW/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_TW/LC_MESSAGES | |
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.10-intel/egg/sphinx/locale/zh_TW/LC_MESSAGES | |
copying build/lib/sphinx/make_mode.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/pycode | |
copying build/lib/sphinx/pycode/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode | |
copying build/lib/sphinx/pycode/Grammar-py2.txt -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode | |
copying build/lib/sphinx/pycode/Grammar-py3.txt -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode | |
copying build/lib/sphinx/pycode/nodes.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/driver.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/grammar.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/literals.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/parse.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/pgen.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/token.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pycode/pgen2/tokenize.py -> build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2 | |
copying build/lib/sphinx/pygments_styles.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/quickstart.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/roles.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/search | |
copying build/lib/sphinx/search/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/search | |
copying build/lib/sphinx/search/en.py -> build/bdist.macosx-10.10-intel/egg/sphinx/search | |
copying build/lib/sphinx/search/ja.py -> build/bdist.macosx-10.10-intel/egg/sphinx/search | |
copying build/lib/sphinx/setup_command.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/fncychap.sty -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/Makefile -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/python.ist -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/sphinx.sty -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/sphinxhowto.cls -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/sphinxmanual.cls -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
copying build/lib/sphinx/texinputs/tabulary.sty -> build/bdist.macosx-10.10-intel/egg/sphinx/texinputs | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo | |
copying build/lib/sphinx/themes/agogo/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo/static | |
copying build/lib/sphinx/themes/agogo/static/agogo.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo/static | |
copying build/lib/sphinx/themes/agogo/static/bgfooter.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo/static | |
copying build/lib/sphinx/themes/agogo/static/bgtop.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo/static | |
copying build/lib/sphinx/themes/agogo/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/agogo | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/changes | |
copying build/lib/sphinx/themes/basic/changes/frameset.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/changes | |
copying build/lib/sphinx/themes/basic/changes/rstsource.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/changes | |
copying build/lib/sphinx/themes/basic/changes/versionchanges.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/changes | |
copying build/lib/sphinx/themes/basic/defindex.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/domainindex.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/genindex-single.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/genindex-split.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/genindex.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/globaltoc.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/localtoc.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/opensearch.xml -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/page.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/relations.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/search.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/searchbox.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/searchresults.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
copying build/lib/sphinx/themes/basic/sourcelink.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/ajax-loader.gif -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/basic.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/comment-bright.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/comment-close.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/comment.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/doctools.js -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/down-pressed.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/down.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/file.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/jquery.js -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/minus.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/plus.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/searchtools.js_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/underscore.js -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/up-pressed.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/up.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/static/websupport.js -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic/static | |
copying build/lib/sphinx/themes/basic/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/basic | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/default | |
copying build/lib/sphinx/themes/default/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/default | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/default/static | |
copying build/lib/sphinx/themes/default/static/default.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/default/static | |
copying build/lib/sphinx/themes/default/static/sidebar.js_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/default/static | |
copying build/lib/sphinx/themes/default/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/default | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub | |
copying build/lib/sphinx/themes/epub/epub-cover.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub | |
copying build/lib/sphinx/themes/epub/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub/static | |
copying build/lib/sphinx/themes/epub/static/epub.css -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub/static | |
copying build/lib/sphinx/themes/epub/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/epub | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku | |
copying build/lib/sphinx/themes/haiku/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/static/alert_info_32.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/static/alert_warning_32.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/static/bg-page.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/static/bullet_orange.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/static/haiku.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku/static | |
copying build/lib/sphinx/themes/haiku/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/haiku | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/nature | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/nature/static | |
copying build/lib/sphinx/themes/nature/static/nature.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/nature/static | |
copying build/lib/sphinx/themes/nature/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/nature | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid | |
copying build/lib/sphinx/themes/pyramid/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/dialog-note.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/dialog-seealso.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/dialog-todo.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/dialog-topic.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/dialog-warning.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/epub.css -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/footerbg.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/headerbg.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/ie6.css -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/middlebg.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/pyramid.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/static/transparent.gif -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid/static | |
copying build/lib/sphinx/themes/pyramid/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/pyramid | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/artwork | |
copying build/lib/sphinx/themes/scrolls/artwork/logo.svg -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/artwork | |
copying build/lib/sphinx/themes/scrolls/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/darkmetal.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/headerbg.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/logo.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/metal.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/navigation.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/print.css -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/scrolls.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/theme_extras.js -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/watermark.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/static/watermark_blur.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls/static | |
copying build/lib/sphinx/themes/scrolls/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/scrolls | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc | |
copying build/lib/sphinx/themes/sphinxdoc/layout.html -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc/static | |
copying build/lib/sphinx/themes/sphinxdoc/static/contents.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc/static | |
copying build/lib/sphinx/themes/sphinxdoc/static/navigation.png -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc/static | |
copying build/lib/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc/static | |
copying build/lib/sphinx/themes/sphinxdoc/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/sphinxdoc | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/traditional | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/themes/traditional/static | |
copying build/lib/sphinx/themes/traditional/static/traditional.css_t -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/traditional/static | |
copying build/lib/sphinx/themes/traditional/theme.conf -> build/bdist.macosx-10.10-intel/egg/sphinx/themes/traditional | |
copying build/lib/sphinx/theming.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
copying build/lib/sphinx/transforms.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/compat.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/console.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/docfields.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/docstrings.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/inspect.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/jsdump.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/jsonimpl.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/matching.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/nodes.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/osutil.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/png.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/pycompat.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/smartypants.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/stemmer.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/tags.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/texescape.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/util/websupport.py -> build/bdist.macosx-10.10-intel/egg/sphinx/util | |
copying build/lib/sphinx/versioning.py -> build/bdist.macosx-10.10-intel/egg/sphinx | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/websupport | |
copying build/lib/sphinx/websupport/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport | |
copying build/lib/sphinx/websupport/errors.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search | |
copying build/lib/sphinx/websupport/search/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search | |
copying build/lib/sphinx/websupport/search/nullsearch.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search | |
copying build/lib/sphinx/websupport/search/whooshsearch.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search | |
copying build/lib/sphinx/websupport/search/xapiansearch.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage | |
copying build/lib/sphinx/websupport/storage/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage | |
copying build/lib/sphinx/websupport/storage/differ.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage | |
copying build/lib/sphinx/websupport/storage/sqlalchemy_db.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage | |
copying build/lib/sphinx/websupport/storage/sqlalchemystorage.py -> build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage | |
creating build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/__init__.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/html.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/latex.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/manpage.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/texinfo.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/text.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/websupport.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
copying build/lib/sphinx/writers/xml.py -> build/bdist.macosx-10.10-intel/egg/sphinx/writers | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/addnodes.py to addnodes.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/apidoc.py to apidoc.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/application.py to application.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/changes.py to changes.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/devhelp.py to devhelp.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/epub.py to epub.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/gettext.py to gettext.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/html.py to html.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/htmlhelp.py to htmlhelp.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/latex.py to latex.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/linkcheck.py to linkcheck.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/manpage.py to manpage.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/qthelp.py to qthelp.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/texinfo.py to texinfo.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/text.py to text.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/websupport.py to websupport.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/builders/xml.py to xml.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/cmdline.py to cmdline.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/config.py to config.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/directives/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/directives/code.py to code.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/directives/other.py to other.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/c.py to c.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/cpp.py to cpp.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/javascript.py to javascript.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/python.py to python.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/rst.py to rst.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/domains/std.py to std.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/environment.py to environment.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/errors.py to errors.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/autodoc.py to autodoc.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/autosummary/generate.py to generate.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/coverage.py to coverage.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/doctest.py to doctest.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/extlinks.py to extlinks.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/graphviz.py to graphviz.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/ifconfig.py to ifconfig.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/inheritance_diagram.py to inheritance_diagram.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/intersphinx.py to intersphinx.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/jsmath.py to jsmath.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/linkcode.py to linkcode.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/mathbase.py to mathbase.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/mathjax.py to mathjax.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/oldcmarkup.py to oldcmarkup.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/pngmath.py to pngmath.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/todo.py to todo.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/ext/viewcode.py to viewcode.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/highlighting.py to highlighting.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/jinja2glue.py to jinja2glue.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/locale/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/make_mode.py to make_mode.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/nodes.py to nodes.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/driver.py to driver.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/grammar.py to grammar.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/literals.py to literals.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/parse.py to parse.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/pgen.py to pgen.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/token.py to token.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pycode/pgen2/tokenize.py to tokenize.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/pygments_styles.py to pygments_styles.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/quickstart.py to quickstart.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/roles.py to roles.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/search/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/search/en.py to en.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/search/ja.py to ja.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/setup_command.py to setup_command.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/theming.py to theming.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/transforms.py to transforms.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/compat.py to compat.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/console.py to console.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/docfields.py to docfields.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/docstrings.py to docstrings.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/inspect.py to inspect.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/jsdump.py to jsdump.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/jsonimpl.py to jsonimpl.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/matching.py to matching.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/nodes.py to nodes.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/osutil.py to osutil.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/png.py to png.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/pycompat.py to pycompat.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/smartypants.py to smartypants.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/stemmer.py to stemmer.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/tags.py to tags.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/texescape.py to texescape.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/util/websupport.py to websupport.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/versioning.py to versioning.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/errors.py to errors.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search/nullsearch.py to nullsearch.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search/whooshsearch.py to whooshsearch.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/search/xapiansearch.py to xapiansearch.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage/differ.py to differ.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage/sqlalchemy_db.py to sqlalchemy_db.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/websupport/storage/sqlalchemystorage.py to sqlalchemystorage.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/html.py to html.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/latex.py to latex.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/manpage.py to manpage.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/texinfo.py to texinfo.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/text.py to text.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/websupport.py to websupport.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/sphinx/writers/xml.py to xml.pyc | |
creating build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/PKG-INFO -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/SOURCES.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/dependency_links.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/entry_points.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/not-zip-safe -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/requires.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying Sphinx.egg-info/top_level.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
creating dist | |
creating 'dist/Sphinx-1.2.3-py2.7.egg' and adding 'build/bdist.macosx-10.10-intel/egg' to it | |
removing 'build/bdist.macosx-10.10-intel/egg' (and everything under it) | |
Creating /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/site.py | |
Processing Sphinx-1.2.3-py2.7.egg | |
creating /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/Sphinx-1.2.3-py2.7.egg | |
Extracting Sphinx-1.2.3-py2.7.egg to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages | |
Adding Sphinx 1.2.3 to easy-install.pth file | |
Installing sphinx-apidoc script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing sphinx-build script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing sphinx-quickstart script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing sphinx-autogen script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installed /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/Sphinx-1.2.3-py2.7.egg | |
Processing dependencies for Sphinx==1.2.3 | |
Searching for Jinja2>=2.3 | |
Reading https://pypi.python.org/simple/Jinja2/ | |
Best match: Jinja2 2.7.3 | |
Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz#md5=b9dffd2f3b43d673802fe857c8445b1a | |
Processing Jinja2-2.7.3.tar.gz | |
Writing /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-GxwLh9/Jinja2-2.7.3/setup.cfg | |
Running Jinja2-2.7.3/setup.py -q bdist_egg --dist-dir /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-GxwLh9/Jinja2-2.7.3/egg-dist-tmp-xDvtAx | |
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' | |
Adding Jinja2 2.7.3 to easy-install.pth file | |
Installed /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/Jinja2-2.7.3-py2.7.egg | |
Searching for docutils>=0.7 | |
Reading https://pypi.python.org/simple/docutils/ | |
Best match: docutils 0.12 | |
Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.12.tar.gz#md5=4622263b62c5c771c03502afa3157768 | |
Processing docutils-0.12.tar.gz | |
Writing /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-pHpQMH/docutils-0.12/setup.cfg | |
Running docutils-0.12/setup.py -q bdist_egg --dist-dir /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-pHpQMH/docutils-0.12/egg-dist-tmp-lmgp6U | |
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 '*' | |
zip_safe flag not set; analyzing archive contents... | |
docutils.parsers.rst.directives.misc: module references __file__ | |
docutils.writers.docutils_xml: module references __path__ | |
docutils.writers.html4css1.__init__: module references __file__ | |
docutils.writers.latex2e.__init__: module references __file__ | |
docutils.writers.odf_odt.__init__: module references __file__ | |
docutils.writers.pep_html.__init__: module references __file__ | |
docutils.writers.s5_html.__init__: module references __file__ | |
Adding docutils 0.12 to easy-install.pth file | |
Installing rst2html.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2latex.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2man.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2odt.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2odt_prepstyles.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2pseudoxml.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2s5.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2xetex.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rst2xml.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installing rstpep2html.py script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installed /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/docutils-0.12-py2.7.egg | |
Searching for Pygments>=1.2 | |
Reading https://pypi.python.org/simple/Pygments/ | |
Best match: Pygments 1.6 | |
Downloading https://pypi.python.org/packages/2.7/P/Pygments/Pygments-1.6-py2.7.egg#md5=1e1e52b1e434502682aab08938163034 | |
Processing Pygments-1.6-py2.7.egg | |
creating /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg | |
Extracting Pygments-1.6-py2.7.egg to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages | |
Adding Pygments 1.6 to easy-install.pth file | |
Installing pygmentize script to /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin | |
Installed /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg | |
Searching for markupsafe | |
Reading https://pypi.python.org/simple/markupsafe/ | |
Best match: MarkupSafe 0.23 | |
Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz#md5=f5ab3deee4c37cd6a922fb81e730da6e | |
Processing MarkupSafe-0.23.tar.gz | |
Writing /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-eM5fSM/MarkupSafe-0.23/setup.cfg | |
Running MarkupSafe-0.23/setup.py -q bdist_egg --dist-dir /var/folders/k7/lm882nxn66vcbt4cqc_799cc0000gn/T/easy_install-eM5fSM/MarkupSafe-0.23/egg-dist-tmp-lUQ1Qm | |
Adding MarkupSafe 0.23 to easy-install.pth file | |
Installed /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-macosx-10.10-intel.egg | |
Finished processing dependencies for Sphinx==1.2.3 | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.0.2 --system-libs --no-system-libarchive --sphinx-man --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 3.0.2, Copyright 2000-2014 Kitware, Inc. | |
C compiler on this system is: clang | |
C++ compiler on this system is: clang++ | |
Makefile processor on this system is: gmake | |
clang++ is GNU compiler | |
clang++ has setenv | |
clang++ has unsetenv | |
clang++ does not have environ in stdlib.h | |
clang++ has STL in std:: namespace | |
clang++ has ANSI streams | |
clang++ has streams in std:: namespace | |
clang++ has sstream | |
clang++ has operator!=(string, char*) | |
clang++ has stl iterator_traits | |
clang++ has standard template allocator | |
clang++ has allocator<>::rebind<> | |
clang++ does not have non-standard allocator<>::max_size argument | |
clang++ has stl containers supporting allocator objects | |
clang++ has stl wstring | |
clang++ has header cstddef | |
clang++ requires template friends to use <> | |
clang++ supports member templates | |
clang++ has standard template specialization syntax | |
clang++ has argument dependent lookup | |
clang++ does not have struct stat with st_mtim member | |
clang++ has ios::binary openmode | |
clang++ has ANSI for scoping | |
--------------------------------------------- | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmStandardIncludes.cxx -o cmStandardIncludes.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmake.cxx -o cmake.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmakemain.cxx -o cmakemain.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmcmd.cxx -o cmcmd.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmDefinitions.cxx -o cmDefinitions.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmDepends.cxx -o cmDepends.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmDependsC.cxx -o cmDependsC.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmPolicies.cxx -o cmPolicies.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmProperty.cxx -o cmProperty.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakeDepend.cxx -o cmMakeDepend.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakefile.cxx -o cmMakefile.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExportSet.cxx -o cmExportSet.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExportSetMap.cxx -o cmExportSetMap.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmSourceFile.cxx -o cmSourceFile.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmSystemTools.cxx -o cmSystemTools.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmTestGenerator.cxx -o cmTestGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmVersion.cxx -o cmVersion.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmBootstrapCommands1.cxx -o cmBootstrapCommands1.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmBootstrapCommands2.cxx -o cmBootstrapCommands2.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCommandsForBootstrap.cxx -o cmCommandsForBootstrap.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmTarget.cxx -o cmTarget.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmTest.cxx -o cmTest.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmCacheManager.cxx -o cmCacheManager.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmListFileCache.cxx -o cmListFileCache.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExprLexer.cxx -o cmExprLexer.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExprParser.cxx -o cmExprParser.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmGlobalNinjaGenerator.cxx -o cmGlobalNinjaGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmLocalNinjaGenerator.cxx -o cmLocalNinjaGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmNinjaTargetGenerator.cxx -o cmNinjaTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmNinjaNormalTargetGenerator.cxx -o cmNinjaNormalTargetGenerator.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmNinjaUtilityTargetGenerator.cxx -o cmNinjaUtilityTargetGenerator.o | |
clang -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/cmListFileLexer.c -o cmListFileLexer.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/Directory.cxx -o Directory.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/Glob.cxx -o Glob.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/RegularExpression.cxx -o RegularExpression.o | |
clang++ -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/SystemTools.cxx -o SystemTools.o | |
clang -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/EncodingC.c -o EncodingC.o | |
clang -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o | |
clang -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_STRING_C -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/String.c -o String.o | |
clang -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-yKX2xS/cmake-3.0.2/Source/kwsys/System.c -o System.o | |
clang++ -framework CoreFoundation -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Source -I/private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk cmStandardIncludes.o cmake.o cmakemain.o cmcmd.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDefinitions.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportTryCompileFileGenerator.o cmExportSet.o cmExportSetMap.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGeneratorTarget.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionParser.o cmGeneratorExpression.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmScriptGenerator.o cmSourceFile.o cmSourceFileLocation.o cmSystemTools.o cmTestGenerator.o cmVersion.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmOSXBundleGenerator.o cmNewLineStyle.o cmBootstrapCommands1.o cmBootstrapCommands2.o cmCommandsForBootstrap.o cmTarget.o cmTest.o cmCustomCommand.o cmCustomCommandGenerator.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmGlobalNinjaGenerator.o cmLocalNinjaGenerator.o cmNinjaTargetGenerator.o cmNinjaNormalTargetGenerator.o cmNinjaUtilityTargetGenerator.o cmListFileLexer.o Directory.o EncodingCXX.o Glob.o RegularExpression.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o -o cmake | |
loading initial cache file /private/tmp/cmake-yKX2xS/cmake-3.0.2/Bootstrap.cmk/InitialCacheFlags.cmake | |
-- The C compiler identification is AppleClang 6.0.0.6000051 | |
-- The CXX compiler identification is AppleClang 6.0.0.6000051 | |
CMake Warning at Modules/Platform/Darwin.cmake:179 (message): | |
Ignoring CMAKE_OSX_SYSROOT value: | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk | |
because the directory does not exist. | |
Call Stack (most recent call first): | |
Modules/CMakeSystemSpecificInformation.cmake:36 (include) | |
CMakeLists.txt:16 (project) | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Looking for C++ include iostream | |
-- Looking for C++ include iostream - found | |
-- Check for STD namespace | |
-- Check for STD namespace - found | |
-- Check for ANSI scope | |
-- Check for ANSI scope - found | |
-- Check for sstream | |
-- Check for sstream - found | |
-- Looking for unsetenv | |
-- Looking for unsetenv - found | |
-- Looking for environ | |
-- Looking for environ - not found | |
-- Checking whether header cstdio is available | |
-- Checking whether header cstdio is available - yes | |
-- Checking for Large File Support | |
-- Checking for Large File Support - yes | |
-- Checking whether STL classes are in std namespace | |
-- Checking whether STL classes are in std namespace - yes | |
-- Checking whether ANSI stream headers are available | |
-- Checking whether ANSI stream headers are available - yes | |
-- Checking whether ANSI streams are in std namespace | |
-- Checking whether ANSI streams are in std namespace - yes | |
-- Checking whether ANSI string stream is available | |
-- Checking whether ANSI string stream is available - yes | |
-- Checking whether header cstddef is available | |
-- Checking whether header cstddef is available - yes | |
-- Checking whether stl string has operator!= for char* | |
-- Checking whether stl string has operator!= for char* - yes | |
-- Checking whether stl has iterator_traits | |
-- Checking whether stl has iterator_traits - yes | |
-- Checking whether stl has standard template allocator | |
-- Checking whether stl has standard template allocator - yes | |
-- Checking for rebind member of stl allocator | |
-- Checking for rebind member of stl allocator - yes | |
-- Checking for non-standard argument to stl allocator<>::max_size | |
-- Checking for non-standard argument to stl allocator<>::max_size - no | |
-- Checking whether stl containers support allocator objects. | |
-- Checking whether stl containers support allocator objects. - yes | |
-- Checking whether ios has binary openmode | |
-- Checking whether ios has binary openmode - yes | |
-- Checking whether "<>" is needed for template friends | |
-- Checking whether "<>" is needed for template friends - yes | |
-- Checking for member template support | |
-- Checking for member template support - yes | |
-- Checking for standard template specialization syntax | |
-- Checking for standard template specialization syntax - yes | |
-- Checking whether argument dependent lookup is supported | |
-- Checking whether argument dependent lookup is supported - yes | |
-- Checking whether struct stat has st_mtim member | |
-- Checking whether struct stat has st_mtim member - no | |
-- Checking whether C++ compiler has 'long long' | |
-- Checking whether C++ compiler has 'long long' - yes | |
-- Checking whether C++ compiler has '__int64' | |
-- Checking whether C++ compiler has '__int64' - no | |
-- Checking for C type size macros | |
-- Checking for C type size macros - compiled | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of char | |
-- Check size of char - done | |
-- Check size of __int64 | |
-- Check size of __int64 - failed | |
-- Checking whether char is signed | |
-- Checking whether char is signed - yes | |
-- Checking whether wstring is available | |
-- Checking whether wstring is available - yes | |
-- Checking if istream supports long long | |
-- Checking if istream supports long long - yes | |
-- Checking if ostream supports long long | |
-- Checking if ostream supports long long - yes | |
-- Checking whether C compiler has ptrdiff_t in stddef.h | |
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes | |
-- Checking whether C compiler has ssize_t in unistd.h | |
-- Checking whether C compiler has ssize_t in unistd.h - yes | |
-- Checking whether CXX compiler has setenv | |
-- Checking whether CXX compiler has setenv - yes | |
-- Checking whether CXX compiler has unsetenv | |
-- Checking whether CXX compiler has unsetenv - yes | |
-- Checking whether CXX compiler has environ in stdlib.h | |
-- Checking whether CXX compiler has environ in stdlib.h - no | |
-- Checking whether CXX compiler has utimes | |
-- Checking whether CXX compiler has utimes - yes | |
-- Checking whether CXX compiler has utimensat | |
-- Checking whether CXX compiler has utimensat - no | |
-- Looking for include files sys/types.h, ifaddrs.h | |
-- Looking for include files sys/types.h, ifaddrs.h - found | |
-- Checking whether CXX compiler has rlimit64 | |
-- Checking whether CXX compiler has rlimit64 - no | |
-- Checking whether CXX compiler has atol | |
-- Checking whether CXX compiler has atol - yes | |
-- Checking whether CXX compiler has atoll | |
-- Checking whether CXX compiler has atoll - yes | |
-- Checking whether CXX compiler has _atoi64 | |
-- Checking whether CXX compiler has _atoi64 - no | |
-- Looking for C++ include execinfo.h | |
-- Looking for C++ include execinfo.h - found | |
-- Checking whether backtrace works with this C++ compiler | |
-- Checking whether backtrace works with this C++ compiler - yes | |
-- Looking for C++ include dlfcn.h | |
-- Looking for C++ include dlfcn.h - found | |
-- Checking whether dladdr works with this C++ compiler | |
-- Checking whether dladdr works with this C++ compiler - yes | |
-- Looking for C++ include cxxabi.h | |
-- Looking for C++ include cxxabi.h - found | |
-- Checking whether cxxabi works with this C++ compiler | |
-- Checking whether cxxabi works with this C++ compiler - yes | |
-- Using system-installed BZIP2 | |
-- Using system-installed CURL | |
-- Using system-installed EXPAT | |
-- Using system-installed ZLIB | |
-- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR) | |
CMake Error at CMakeLists.txt:256 (message): | |
CMAKE_USE_SYSTEM_ZLIB is ON but a zlib is not found! | |
Call Stack (most recent call first): | |
CMakeLists.txt:463 (CMAKE_BUILD_UTILITIES) | |
-- Configuring incomplete, errors occurred! | |
See also "/tmp/cmake-yKX2xS/cmake-3.0.2/CMakeFiles/CMakeOutput.log". | |
See also "/tmp/cmake-yKX2xS/cmake-3.0.2/CMakeFiles/CMakeError.log". | |
--------------------------------------------- | |
Error when bootstrapping CMake: | |
Problem while running initial CMake | |
--------------------------------------------- | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: b40cfe7e047318b35da8029850985a376ea6fa16 | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10-x86_64 | |
Xcode: 6.0.1 | |
X11: 2.7.7 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /System/Library/Frameworks | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
HOMEBREW_MAKE_JOBS: 1 | |
HOMEBREW_SDKROOT: | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /private/tmp/cmake-yKX2xS/cmake-3.0.2/sphinx/bin:/usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: cmake 3.0.2 did not build | |
Logs: | |
/Users/Ben/Library/Logs/Homebrew/cmake/01.python | |
/Users/Ben/Library/Logs/Homebrew/cmake/01.python.cc | |
/Users/Ben/Library/Logs/Homebrew/cmake/02.bootstrap | |
/Users/Ben/Library/Logs/Homebrew/cmake/02.bootstrap.cc | |
/Users/Ben/Library/Logs/Homebrew/cmake/CMakeCache.txt | |
These open issues may also help: | |
cmake fails to build on 10.10 (https://github.com/Homebrew/homebrew/issues/32485) | |
Fix LLVM CMake modules not being preprocessed (https://github.com/Homebrew/homebrew/pull/29976) | |
cmake builds fail on CLT-only with --env=std (https://github.com/Homebrew/homebrew/issues/29101) | |
[email protected]:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment