Created
August 22, 2017 20:19
-
-
Save surkin/128ee1314dd4cc0f3e2b8308442d58a6 to your computer and use it in GitHub Desktop.
mpv on macOS 10.12.6 - Homebrew build logs
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
Homebrew build logs for mpv on macOS 10.12.6 | |
Build date: 2017-08-22 22:15:24 |
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
HOMEBREW_VERSION: 1.3.1-75-g9d6ae89 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 9d6ae89ea329d541103a9629a2f94144b39c6ba6 | |
Last commit: 3 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 4ab6295f4d68090a736ff01ec3a202391b842899 | |
Core tap last commit: 41 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 9.0 build 900 | |
Git: 2.14.1 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/opt/rbenv/shims/ruby => /usr/local/Cellar/rbenv/1.1.1/versions/2.4.1/bin/ruby | |
Java: 1.8.0_144, 1.8.0_141, 1.8.0_131, 1.8.0_92 | |
macOS: 10.12.6-x86_64 | |
Xcode: 9.0 => /Applications/Xcode-beta.app/Contents/Developer | |
CLT: 9.0.0.0.1.1501856957 | |
X11: 2.7.11 => /opt/X11 |
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
Your system is ready to brew. |
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
mpv --with-bundle --with-jack --with-libaacs --with-libarchive --with-libbluray --with-libcaca --with-libcdio --with-libdvdnav --with-libdvdread --with-pulseaudio --with-rubberband --with-uchardet --with-vapoursynth |
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
2017-08-22 22:15:21 +0200 | |
python | |
-c | |
import setuptools, tokenize | |
__file__ = 'setup.py' | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read() | |
.replace('\r\n', '\n'), __file__, 'exec')) | |
--no-user-cfg | |
install | |
--prefix=/private/tmp/mpv-20170822-95686-1215v1j/vendor | |
--single-version-externally-managed | |
--record=installed.txt | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/docutils | |
copying docutils/__init__.py -> build/lib/docutils | |
copying docutils/_compat.py -> build/lib/docutils | |
copying docutils/core.py -> build/lib/docutils | |
copying docutils/examples.py -> build/lib/docutils | |
copying docutils/frontend.py -> build/lib/docutils | |
copying docutils/io.py -> build/lib/docutils | |
copying docutils/nodes.py -> build/lib/docutils | |
copying docutils/statemachine.py -> build/lib/docutils | |
creating build/lib/docutils/languages | |
copying docutils/languages/__init__.py -> build/lib/docutils/languages | |
copying docutils/languages/af.py -> build/lib/docutils/languages | |
copying docutils/languages/ca.py -> build/lib/docutils/languages | |
copying docutils/languages/cs.py -> build/lib/docutils/languages | |
copying docutils/languages/da.py -> build/lib/docutils/languages | |
copying docutils/languages/de.py -> build/lib/docutils/languages | |
copying docutils/languages/en.py -> build/lib/docutils/languages | |
copying docutils/languages/eo.py -> build/lib/docutils/languages | |
copying docutils/languages/es.py -> build/lib/docutils/languages | |
copying docutils/languages/fa.py -> build/lib/docutils/languages | |
copying docutils/languages/fi.py -> build/lib/docutils/languages | |
copying docutils/languages/fr.py -> build/lib/docutils/languages | |
copying docutils/languages/gl.py -> build/lib/docutils/languages | |
copying docutils/languages/he.py -> build/lib/docutils/languages | |
copying docutils/languages/it.py -> build/lib/docutils/languages | |
copying docutils/languages/ja.py -> build/lib/docutils/languages | |
copying docutils/languages/lt.py -> build/lib/docutils/languages | |
copying docutils/languages/lv.py -> build/lib/docutils/languages | |
copying docutils/languages/nl.py -> build/lib/docutils/languages | |
copying docutils/languages/pl.py -> build/lib/docutils/languages | |
copying docutils/languages/pt_br.py -> build/lib/docutils/languages | |
copying docutils/languages/ru.py -> build/lib/docutils/languages | |
copying docutils/languages/sk.py -> build/lib/docutils/languages | |
copying docutils/languages/sv.py -> build/lib/docutils/languages | |
copying docutils/languages/zh_cn.py -> build/lib/docutils/languages | |
copying docutils/languages/zh_tw.py -> build/lib/docutils/languages | |
creating build/lib/docutils/parsers | |
copying docutils/parsers/__init__.py -> build/lib/docutils/parsers | |
copying docutils/parsers/null.py -> build/lib/docutils/parsers | |
creating build/lib/docutils/parsers/rst | |
copying docutils/parsers/rst/__init__.py -> build/lib/docutils/parsers/rst | |
copying docutils/parsers/rst/roles.py -> build/lib/docutils/parsers/rst | |
copying docutils/parsers/rst/states.py -> build/lib/docutils/parsers/rst | |
copying docutils/parsers/rst/tableparser.py -> build/lib/docutils/parsers/rst | |
creating build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/__init__.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/admonitions.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/body.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/html.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/images.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/misc.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/parts.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/references.py -> build/lib/docutils/parsers/rst/directives | |
copying docutils/parsers/rst/directives/tables.py -> build/lib/docutils/parsers/rst/directives | |
creating build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/__init__.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/af.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/ca.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/cs.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/da.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/de.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/en.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/eo.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/es.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/fa.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/fi.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/fr.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/gl.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/he.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/it.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/ja.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/lt.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/lv.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/nl.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/pl.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/pt_br.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/ru.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/sk.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/sv.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/zh_cn.py -> build/lib/docutils/parsers/rst/languages | |
copying docutils/parsers/rst/languages/zh_tw.py -> build/lib/docutils/parsers/rst/languages | |
creating build/lib/docutils/readers | |
copying docutils/readers/__init__.py -> build/lib/docutils/readers | |
copying docutils/readers/doctree.py -> build/lib/docutils/readers | |
copying docutils/readers/pep.py -> build/lib/docutils/readers | |
copying docutils/readers/standalone.py -> build/lib/docutils/readers | |
creating build/lib/docutils/transforms | |
copying docutils/transforms/__init__.py -> build/lib/docutils/transforms | |
copying docutils/transforms/components.py -> build/lib/docutils/transforms | |
copying docutils/transforms/frontmatter.py -> build/lib/docutils/transforms | |
copying docutils/transforms/misc.py -> build/lib/docutils/transforms | |
copying docutils/transforms/parts.py -> build/lib/docutils/transforms | |
copying docutils/transforms/peps.py -> build/lib/docutils/transforms | |
copying docutils/transforms/references.py -> build/lib/docutils/transforms | |
copying docutils/transforms/universal.py -> build/lib/docutils/transforms | |
copying docutils/transforms/writer_aux.py -> build/lib/docutils/transforms | |
creating build/lib/docutils/utils | |
copying docutils/utils/__init__.py -> build/lib/docutils/utils | |
copying docutils/utils/code_analyzer.py -> build/lib/docutils/utils | |
copying docutils/utils/error_reporting.py -> build/lib/docutils/utils | |
copying docutils/utils/punctuation_chars.py -> build/lib/docutils/utils | |
copying docutils/utils/roman.py -> build/lib/docutils/utils | |
copying docutils/utils/smartquotes.py -> build/lib/docutils/utils | |
copying docutils/utils/urischemes.py -> build/lib/docutils/utils | |
creating build/lib/docutils/utils/math | |
copying docutils/utils/math/__init__.py -> build/lib/docutils/utils/math | |
copying docutils/utils/math/latex2mathml.py -> build/lib/docutils/utils/math | |
copying docutils/utils/math/math2html.py -> build/lib/docutils/utils/math | |
copying docutils/utils/math/tex2mathml_extern.py -> build/lib/docutils/utils/math | |
copying docutils/utils/math/tex2unichar.py -> build/lib/docutils/utils/math | |
copying docutils/utils/math/unichar2tex.py -> build/lib/docutils/utils/math | |
creating build/lib/docutils/writers | |
copying docutils/writers/__init__.py -> build/lib/docutils/writers | |
copying docutils/writers/_html_base.py -> build/lib/docutils/writers | |
copying docutils/writers/docutils_xml.py -> build/lib/docutils/writers | |
copying docutils/writers/manpage.py -> build/lib/docutils/writers | |
copying docutils/writers/null.py -> build/lib/docutils/writers | |
copying docutils/writers/pseudoxml.py -> build/lib/docutils/writers | |
creating build/lib/docutils/writers/html4css1 | |
copying docutils/writers/html4css1/__init__.py -> build/lib/docutils/writers/html4css1 | |
creating build/lib/docutils/writers/html5_polyglot | |
copying docutils/writers/html5_polyglot/__init__.py -> build/lib/docutils/writers/html5_polyglot | |
creating build/lib/docutils/writers/pep_html | |
copying docutils/writers/pep_html/__init__.py -> build/lib/docutils/writers/pep_html | |
creating build/lib/docutils/writers/s5_html | |
copying docutils/writers/s5_html/__init__.py -> build/lib/docutils/writers/s5_html | |
creating build/lib/docutils/writers/latex2e | |
copying docutils/writers/latex2e/__init__.py -> build/lib/docutils/writers/latex2e | |
creating build/lib/docutils/writers/xetex | |
copying docutils/writers/xetex/__init__.py -> build/lib/docutils/writers/xetex | |
creating build/lib/docutils/writers/odf_odt | |
copying docutils/writers/odf_odt/__init__.py -> build/lib/docutils/writers/odf_odt | |
copying docutils/writers/odf_odt/pygmentsformatter.py -> build/lib/docutils/writers/odf_odt | |
running build_scripts | |
creating build/scripts-2.7 | |
copying and adjusting tools/rst2html.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2html5.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2s5.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2latex.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2xetex.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2man.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2xml.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2pseudoxml.py -> build/scripts-2.7 | |
copying and adjusting tools/rstpep2html.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2odt.py -> build/scripts-2.7 | |
copying and adjusting tools/rst2odt_prepstyles.py -> build/scripts-2.7 | |
changing mode of build/scripts-2.7/rst2html.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2html5.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2s5.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2latex.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2xetex.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2man.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2xml.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2pseudoxml.py from 644 to 755 | |
changing mode of build/scripts-2.7/rstpep2html.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2odt.py from 644 to 755 | |
changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 644 to 755 | |
running build_data | |
creating build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamsa.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamsb.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamsn.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamso.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isoamsr.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isobox.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isocyr1.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isocyr2.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isodia.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isogrk1.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isogrk2.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isogrk4-wide.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isogrk4.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isolat1.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isolat2.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomfrk-wide.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomfrk.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomopf-wide.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomopf.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomscr-wide.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isomscr.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isonum.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isopub.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/isotech.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/mmlalias.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/mmlextra-wide.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/mmlextra.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/xhtml1-lat1.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/xhtml1-special.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/parsers/rst/include/xhtml1-symbol.txt -> build/lib/docutils/parsers/rst/include | |
copying docutils/writers/html5_polyglot/minimal.css -> build/lib/docutils/writers/html5_polyglot | |
copying docutils/writers/html5_polyglot/plain.css -> build/lib/docutils/writers/html5_polyglot | |
copying docutils/writers/html5_polyglot/math.css -> build/lib/docutils/writers/html5_polyglot | |
copying docutils/writers/html5_polyglot/template.txt -> build/lib/docutils/writers/html5_polyglot | |
copying docutils/writers/html4css1/html4css1.css -> build/lib/docutils/writers/html4css1 | |
copying docutils/writers/html4css1/template.txt -> build/lib/docutils/writers/html4css1 | |
copying docutils/writers/latex2e/default.tex -> build/lib/docutils/writers/latex2e | |
copying docutils/writers/latex2e/titlepage.tex -> build/lib/docutils/writers/latex2e | |
copying docutils/writers/latex2e/xelatex.tex -> build/lib/docutils/writers/latex2e | |
copying docutils/writers/pep_html/pep.css -> build/lib/docutils/writers/pep_html | |
copying docutils/writers/pep_html/template.txt -> build/lib/docutils/writers/pep_html | |
creating build/lib/docutils/writers/s5_html/themes | |
copying docutils/writers/s5_html/themes/README.txt -> build/lib/docutils/writers/s5_html/themes | |
copying docutils/writers/odf_odt/styles.odt -> build/lib/docutils/writers/odf_odt | |
creating build/lib/docutils/writers/s5_html/themes/big-black | |
copying docutils/writers/s5_html/themes/big-black/__base__ -> build/lib/docutils/writers/s5_html/themes/big-black | |
copying docutils/writers/s5_html/themes/big-black/framing.css -> build/lib/docutils/writers/s5_html/themes/big-black | |
copying docutils/writers/s5_html/themes/big-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-black | |
creating build/lib/docutils/writers/s5_html/themes/big-white | |
copying docutils/writers/s5_html/themes/big-white/framing.css -> build/lib/docutils/writers/s5_html/themes/big-white | |
copying docutils/writers/s5_html/themes/big-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-white | |
creating build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/blank.gif -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/framing.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/iepngfix.htc -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/opera.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/outline.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/pretty.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/print.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/s5-core.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/slides.css -> build/lib/docutils/writers/s5_html/themes/default | |
copying docutils/writers/s5_html/themes/default/slides.js -> build/lib/docutils/writers/s5_html/themes/default | |
creating build/lib/docutils/writers/s5_html/themes/medium-black | |
copying docutils/writers/s5_html/themes/medium-black/__base__ -> build/lib/docutils/writers/s5_html/themes/medium-black | |
copying docutils/writers/s5_html/themes/medium-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-black | |
creating build/lib/docutils/writers/s5_html/themes/medium-white | |
copying docutils/writers/s5_html/themes/medium-white/framing.css -> build/lib/docutils/writers/s5_html/themes/medium-white | |
copying docutils/writers/s5_html/themes/medium-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-white | |
creating build/lib/docutils/writers/s5_html/themes/small-black | |
copying docutils/writers/s5_html/themes/small-black/__base__ -> build/lib/docutils/writers/s5_html/themes/small-black | |
copying docutils/writers/s5_html/themes/small-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-black | |
creating build/lib/docutils/writers/s5_html/themes/small-white | |
copying docutils/writers/s5_html/themes/small-white/framing.css -> build/lib/docutils/writers/s5_html/themes/small-white | |
copying docutils/writers/s5_html/themes/small-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-white | |
running install_lib | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/_compat.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/core.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/examples.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/frontend.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
copying build/lib/docutils/io.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/af.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/ca.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/cs.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/da.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/de.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/en.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/eo.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/es.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/fa.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/fi.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/fr.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/gl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/he.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/it.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/ja.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/lt.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/lv.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/nl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/pl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/pt_br.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/ru.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/sk.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/sv.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/zh_cn.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/languages/zh_tw.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages | |
copying build/lib/docutils/nodes.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers | |
copying build/lib/docutils/parsers/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers | |
copying build/lib/docutils/parsers/null.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst | |
copying build/lib/docutils/parsers/rst/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/admonitions.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/body.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/html.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/images.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/misc.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/parts.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/references.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
copying build/lib/docutils/parsers/rst/directives/tables.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamsa.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamsb.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamsc.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamsn.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamso.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isoamsr.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isobox.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isocyr1.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isocyr2.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isodia.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isogrk1.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isogrk2.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isogrk3.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isogrk4-wide.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isogrk4.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isolat1.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isolat2.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomfrk-wide.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomfrk.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomopf-wide.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomopf.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomscr-wide.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isomscr.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isonum.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isopub.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/isotech.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/mmlalias.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/mmlextra-wide.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/mmlextra.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/README.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/s5defs.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/xhtml1-lat1.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/xhtml1-special.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
copying build/lib/docutils/parsers/rst/include/xhtml1-symbol.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/include | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/af.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/ca.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/cs.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/da.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/de.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/en.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/eo.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/es.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/fa.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/fi.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/fr.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/gl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/he.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/it.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/ja.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/lt.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/lv.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/nl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/pl.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/pt_br.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/ru.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/sk.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/sv.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/zh_cn.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/languages/zh_tw.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages | |
copying build/lib/docutils/parsers/rst/roles.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst | |
copying build/lib/docutils/parsers/rst/states.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst | |
copying build/lib/docutils/parsers/rst/tableparser.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers | |
copying build/lib/docutils/readers/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers | |
copying build/lib/docutils/readers/doctree.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers | |
copying build/lib/docutils/readers/pep.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers | |
copying build/lib/docutils/readers/standalone.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers | |
copying build/lib/docutils/statemachine.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/components.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/frontmatter.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/misc.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/parts.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/peps.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/references.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/universal.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
copying build/lib/docutils/transforms/writer_aux.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/code_analyzer.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/error_reporting.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/latex2mathml.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/math2html.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/tex2mathml_extern.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/tex2unichar.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/math/unichar2tex.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math | |
copying build/lib/docutils/utils/punctuation_chars.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/roman.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/smartquotes.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
copying build/lib/docutils/utils/urischemes.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
copying build/lib/docutils/writers/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
copying build/lib/docutils/writers/_html_base.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
copying build/lib/docutils/writers/docutils_xml.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html4css1 | |
copying build/lib/docutils/writers/html4css1/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html4css1 | |
copying build/lib/docutils/writers/html4css1/html4css1.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html4css1 | |
copying build/lib/docutils/writers/html4css1/template.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html4css1 | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
copying build/lib/docutils/writers/html5_polyglot/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
copying build/lib/docutils/writers/html5_polyglot/math.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
copying build/lib/docutils/writers/html5_polyglot/minimal.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
copying build/lib/docutils/writers/html5_polyglot/plain.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
copying build/lib/docutils/writers/html5_polyglot/template.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e | |
copying build/lib/docutils/writers/latex2e/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e | |
copying build/lib/docutils/writers/latex2e/default.tex -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e | |
copying build/lib/docutils/writers/latex2e/titlepage.tex -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e | |
copying build/lib/docutils/writers/latex2e/xelatex.tex -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e | |
copying build/lib/docutils/writers/manpage.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
copying build/lib/docutils/writers/null.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt | |
copying build/lib/docutils/writers/odf_odt/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt | |
copying build/lib/docutils/writers/odf_odt/pygmentsformatter.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt | |
copying build/lib/docutils/writers/odf_odt/styles.odt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pep_html | |
copying build/lib/docutils/writers/pep_html/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pep_html | |
copying build/lib/docutils/writers/pep_html/pep.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pep_html | |
copying build/lib/docutils/writers/pep_html/template.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pep_html | |
copying build/lib/docutils/writers/pseudoxml.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html | |
copying build/lib/docutils/writers/s5_html/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black | |
copying build/lib/docutils/writers/s5_html/themes/big-black/__base__ -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black | |
copying build/lib/docutils/writers/s5_html/themes/big-black/framing.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black | |
copying build/lib/docutils/writers/s5_html/themes/big-black/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white | |
copying build/lib/docutils/writers/s5_html/themes/big-white/framing.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white | |
copying build/lib/docutils/writers/s5_html/themes/big-white/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/blank.gif -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/framing.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/iepngfix.htc -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/opera.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/outline.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/print.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/s5-core.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/slides.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
copying build/lib/docutils/writers/s5_html/themes/default/slides.js -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black | |
copying build/lib/docutils/writers/s5_html/themes/medium-black/__base__ -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black | |
copying build/lib/docutils/writers/s5_html/themes/medium-black/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white | |
copying build/lib/docutils/writers/s5_html/themes/medium-white/framing.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white | |
copying build/lib/docutils/writers/s5_html/themes/medium-white/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white | |
copying build/lib/docutils/writers/s5_html/themes/README.txt -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black | |
copying build/lib/docutils/writers/s5_html/themes/small-black/__base__ -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black | |
copying build/lib/docutils/writers/s5_html/themes/small-black/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white | |
copying build/lib/docutils/writers/s5_html/themes/small-white/framing.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white | |
copying build/lib/docutils/writers/s5_html/themes/small-white/pretty.css -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/xetex | |
copying build/lib/docutils/writers/xetex/__init__.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/xetex | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/_compat.py to _compat.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/core.py to core.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/examples.py to examples.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/frontend.py to frontend.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/io.py to io.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/af.py to af.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/ca.py to ca.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/cs.py to cs.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/da.py to da.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/de.py to de.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/en.py to en.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/eo.py to eo.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/es.py to es.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/fa.py to fa.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/fi.py to fi.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/fr.py to fr.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/gl.py to gl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/he.py to he.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/it.py to it.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/ja.py to ja.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/lt.py to lt.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/lv.py to lv.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/nl.py to nl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/pl.py to pl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/pt_br.py to pt_br.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/ru.py to ru.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/sk.py to sk.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/sv.py to sv.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/zh_cn.py to zh_cn.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/languages/zh_tw.py to zh_tw.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/nodes.py to nodes.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/null.py to null.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/admonitions.py to admonitions.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/body.py to body.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/html.py to html.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/images.py to images.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/misc.py to misc.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/parts.py to parts.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/references.py to references.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/directives/tables.py to tables.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/af.py to af.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/ca.py to ca.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/cs.py to cs.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/da.py to da.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/de.py to de.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/en.py to en.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/eo.py to eo.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/es.py to es.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/fa.py to fa.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/fi.py to fi.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/fr.py to fr.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/gl.py to gl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/he.py to he.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/it.py to it.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/ja.py to ja.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/lt.py to lt.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/lv.py to lv.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/nl.py to nl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/pl.py to pl.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/pt_br.py to pt_br.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/ru.py to ru.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/sk.py to sk.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/sv.py to sv.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_cn.py to zh_cn.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_tw.py to zh_tw.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/roles.py to roles.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/states.py to states.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/parsers/rst/tableparser.py to tableparser.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers/doctree.py to doctree.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers/pep.py to pep.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/readers/standalone.py to standalone.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/statemachine.py to statemachine.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/components.py to components.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/frontmatter.py to frontmatter.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/misc.py to misc.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/parts.py to parts.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/peps.py to peps.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/references.py to references.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/universal.py to universal.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/transforms/writer_aux.py to writer_aux.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/code_analyzer.py to code_analyzer.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/error_reporting.py to error_reporting.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/latex2mathml.py to latex2mathml.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/math2html.py to math2html.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/tex2mathml_extern.py to tex2mathml_extern.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/tex2unichar.py to tex2unichar.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/math/unichar2tex.py to unichar2tex.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/punctuation_chars.py to punctuation_chars.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/roman.py to roman.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/smartquotes.py to smartquotes.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/utils/urischemes.py to urischemes.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/_html_base.py to _html_base.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/docutils_xml.py to docutils_xml.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/html5_polyglot/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/latex2e/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/manpage.py to manpage.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/null.py to null.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/odf_odt/pygmentsformatter.py to pygmentsformatter.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pep_html/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/pseudoxml.py to pseudoxml.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/s5_html/__init__.py to __init__.pyc | |
byte-compiling /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils/writers/xetex/__init__.py to __init__.pyc | |
running install_data | |
running install_egg_info | |
running egg_info | |
creating docutils.egg-info | |
writing docutils.egg-info/PKG-INFO | |
writing top-level names to docutils.egg-info/top_level.txt | |
writing dependency_links to docutils.egg-info/dependency_links.txt | |
writing manifest file 'docutils.egg-info/SOURCES.txt' | |
reading manifest file 'docutils.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching 'MANIFEST' | |
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 '*' | |
writing manifest file 'docutils.egg-info/SOURCES.txt' | |
Copying docutils.egg-info to /private/tmp/mpv-20170822-95686-1215v1j/vendor/lib/python2.7/site-packages/docutils-0.13.1-py2.7.egg-info | |
running install_scripts | |
creating /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2html.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2html5.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2latex.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2man.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2odt.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2odt_prepstyles.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2pseudoxml.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2s5.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2xetex.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rst2xml.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
copying build/scripts-2.7/rstpep2html.py -> /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2html.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2html5.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2latex.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2man.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2odt.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2odt_prepstyles.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2pseudoxml.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2s5.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2xetex.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2xml.py to 755 | |
changing mode of /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rstpep2html.py to 755 | |
writing list of installed files to 'installed.txt' |
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
2017-08-22 22:15:23 +0200 | |
./bootstrap.py | |
Downloading https://waf.io/waf-1.9.8... | |
Checksum verified. |
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
2017-08-22 22:15:23 +0200 | |
python3 | |
waf | |
configure | |
--prefix=/usr/local/Cellar/mpv/HEAD-8f2ccba_1 | |
--enable-zsh-comp | |
--enable-libmpv-shared | |
--enable-html-build | |
--confdir=/usr/local/etc/mpv | |
--datadir=/usr/local/Cellar/mpv/HEAD-8f2ccba_1/share/mpv | |
--mandir=/usr/local/Cellar/mpv/HEAD-8f2ccba_1/share/man | |
--docdir=/usr/local/Cellar/mpv/HEAD-8f2ccba_1/share/doc/mpv | |
--zshdir=/usr/local/Cellar/mpv/HEAD-8f2ccba_1/share/zsh/site-functions | |
--enable-libarchive | |
--enable-libbluray | |
--enable-dvdnav | |
--enable-dvdread | |
--enable-cdda | |
--enable-pulse | |
Setting top to : /private/tmp/mpv-20170822-95686-1215v1j | |
Setting out to : /private/tmp/mpv-20170822-95686-1215v1j/build | |
Checking for waf version in 1.8.4-2.0.0 : ok | |
Checking for program 'cc' : clang | |
Checking for program 'pkg-config' : /usr/local/opt/pkg-config/bin/pkg-config | |
Checking for program 'ar' : /usr/bin/ar | |
Checking for program 'rst2html' : /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2html.py | |
Checking for program 'rst2man' : /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin/rst2man.py | |
Checking for program 'rst2pdf' : not found | |
Checking for program 'windres' : not found | |
Checking for program 'perl' : /usr/bin/perl | |
Checking for 'clang' (C compiler) : clang | |
Detected target OS: : os-darwin | |
Checking for compiler flags -Werror=implicit-function-declaration : yes | |
Checking for compiler flags -Wno-error=deprecated-declarations : yes | |
Checking for compiler flags -Wno-error=unused-function : yes | |
Checking for compiler flags -Wempty-body : yes | |
Checking for compiler flags -Wdisabled-optimization : yes | |
Checking for compiler flags -Wstrict-prototypes : yes | |
Checking for compiler flags -Wno-format-zero-length : yes | |
Checking for compiler flags -Werror=format-security : yes | |
Checking for compiler flags -Wno-redundant-decls : yes | |
Checking for compiler flags -Wvla : yes | |
Checking for mpv CLI player : yes | |
Checking for shared library : yes | |
Checking for static library : disabled | |
Checking for static build : disabled | |
Checking for whether to include binary compile time : yes | |
Checking for whether to optimize : yes | |
Checking for whether to compile-in debugging information : yes | |
Checking for manpage generation : yes | |
Checking for html manual generation : yes | |
Checking for pdf manual generation : disabled | |
Checking for dynamic loader : yes | |
Checking for C plugins : yes | |
Checking for zsh completion : yes | |
Checking for inline assembly (currently without effect) : yes | |
Checking for test suite (using cmocka) : disabled | |
Checking for generate a clang compilation database : disabled | |
Checking for compiler support for noexecstack : no | |
Checking for linker support for --nxcompat --no-seh --dynamicbase : no | |
Checking for -lm : yes | |
Checking for MinGW : os-win32 not found | |
Checking for POSIX environment : yes | |
Checking for Android environment : no | |
Checking for development environment : yes | |
Checking for Universal Windows Platform : disabled | |
Checking for win32 desktop APIs : not found any of os-cygwin, os-win32 | |
Checking for internal pthread wrapper for win32 (Vista+) : os-win32 not found | |
Checking for POSIX threads : yes | |
Checking for GNU C extensions : yes | |
Checking for stdatomic.h : yes | |
Checking for stdatomic.h support or slow emulation : yes | |
Checking for linking with -lrt : no | |
Checking for iconv : yes | |
Checking for w32/dos paths : not found any of os-cygwin, os-win32 | |
Checking for termios : yes | |
Checking for shm : yes | |
Checking for nanosleep : yes | |
Checking for POSIX spawnp()/kill() : yes | |
Checking for Windows pipe support : win32-desktop not found | |
Checking for glob() POSIX support : yes | |
Checking for glob() win32 replacement : not found any of os-cygwin, os-win32 | |
Checking for any glob() support : yes | |
Checking for fchmod() : yes | |
Checking for vt.h : no | |
Checking for gbm.h : no | |
Checking for GLIBC API for setting thread name : no | |
Checking for OSX API for setting thread name : yes | |
Checking for BSD API for setting thread name : osx-thread-name found | |
Checking for BSD's fstatfs() : yes | |
Checking for Linux's fstatfs() : os-linux not found | |
Checking for Samba support (makes mpv GPLv3) : disabled | |
Checking for Lua : yes (version found: 52) | |
Checking for Javascript (MuJS backend) : no ('mujs >= 1.0.0' not found) | |
Checking for SSA/ASS support : yes | |
Checking for libass OSD support : yes | |
Checking for dummy OSD support : libass-osd found | |
Checking for zlib : yes | |
Checking for Encoding : yes | |
Checking for Bluray support : yes | |
Checking for dvdread support : yes | |
Checking for dvdnav support : yes | |
Checking for DVD/IFO support : yes | |
Checking for cdda support (libcdio) : no ('libcdio_paranoia' not found) | |
You manually enabled the feature 'cdda', but the autodetection check failed. | |
HOMEBREW_VERSION: 1.3.1-75-g9d6ae89 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 9d6ae89ea329d541103a9629a2f94144b39c6ba6 | |
Last commit: 3 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 4ab6295f4d68090a736ff01ec3a202391b842899 | |
Core tap last commit: 37 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 9.0 build 900 | |
Git: 2.14.1 => /usr/local/opt/git/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_144, 1.8.0_141, 1.8.0_131, 1.8.0_92 | |
macOS: 10.12.6-x86_64 | |
Xcode: 9.0 => /Applications/Xcode-beta.app/Contents/Developer | |
CLT: 9.0.0.0.1.1501856957 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CFLAGS: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin | |
CXXFLAGS: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin | |
SDKROOT: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/openssl:/usr/local/opt/icu4c:/usr/local/opt/libarchive:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks:/usr/local/opt/python3/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.12 | |
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/libass/lib/pkgconfig:/usr/local/opt/x264/lib/pkgconfig:/usr/local/opt/libvidstab/lib/pkgconfig:/usr/local/opt/libvpx/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/rubberband/lib/pkgconfig:/usr/local/opt/x265/lib/pkgconfig:/usr/local/opt/ffmpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/lua/lib/pkgconfig:/usr/local/opt/jack/lib/pkgconfig:/usr/local/opt/libaacs/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/libbluray/lib/pkgconfig:/usr/local/opt/libcaca/lib/pkgconfig:/usr/local/opt/libdvdcss/lib/pkgconfig:/usr/local/opt/libdvdread/lib/pkgconfig:/usr/local/opt/libdvdnav/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig:/usr/local/opt/libsoxr/lib/pkgconfig:/usr/local/opt/speexdsp/lib/pkgconfig:/usr/local/opt/pulseaudio/lib/pkgconfig:/usr/local/opt/uchardet/lib/pkgconfig:/usr/local/opt/leptonica/lib/pkgconfig:/usr/local/opt/tesseract/lib/pkgconfig:/usr/local/opt/zimg/lib/pkgconfig:/usr/local/opt/vapoursynth/lib/pkgconfig:/usr/local/opt/libcdio/lib/pkgconfig:/usr/local/opt/python3/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.12 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
PATH: /private/tmp/mpv-20170822-95686-1215v1j/vendor/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/pkg-config/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/fribidi/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/cairo/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/openssl/bin:/usr/local/opt/python/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/graphite2/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/lame/bin:/usr/local/opt/x264/bin:/usr/local/opt/flac/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/rubberband/bin:/usr/local/opt/x265/bin:/usr/local/opt/ffmpeg/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/lua/bin:/usr/local/opt/youtube-dl/bin:/usr/local/opt/berkeley-db/bin:/usr/local/opt/jack/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/libaacs/bin:/usr/local/opt/xz/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/libbluray/bin:/usr/local/opt/libcaca/bin:/usr/local/opt/libtool/bin:/usr/local/opt/pulseaudio/bin:/usr/local/opt/uchardet/bin:/usr/local/opt/leptonica/bin:/usr/local/opt/tesseract/bin:/usr/local/opt/vapoursynth/bin:/usr/local/opt/libcdio/bin:/usr/local/opt/git/bin:/usr/local/opt/python3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/bin |
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
clang called with: -dM -E - | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -dM -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_764bbfb061b485bd6d88e3dcb92c8d26/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_764bbfb061b485bd6d88e3dcb92c8d26/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_764bbfb061b485bd6d88e3dcb92c8d26/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_764bbfb061b485bd6d88e3dcb92c8d26/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-error=deprecated-declarations ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c2ceb0f1ed243abbb28aa266e7c19b0b/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-error=deprecated-declarations ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c2ceb0f1ed243abbb28aa266e7c19b0b/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c2ceb0f1ed243abbb28aa266e7c19b0b/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c2ceb0f1ed243abbb28aa266e7c19b0b/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-error=unused-function ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_93731374f9c17f785cca0d35af3b2d81/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-error=unused-function ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_93731374f9c17f785cca0d35af3b2d81/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_93731374f9c17f785cca0d35af3b2d81/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_93731374f9c17f785cca0d35af3b2d81/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wempty-body ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_ab95988a9b3a1091caa15b9e8166bdd7/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wempty-body ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_ab95988a9b3a1091caa15b9e8166bdd7/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_ab95988a9b3a1091caa15b9e8166bdd7/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_ab95988a9b3a1091caa15b9e8166bdd7/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wdisabled-optimization ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_051dfe36dc4640549f18dcf97858ba0f/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wdisabled-optimization ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_051dfe36dc4640549f18dcf97858ba0f/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_051dfe36dc4640549f18dcf97858ba0f/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_051dfe36dc4640549f18dcf97858ba0f/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wstrict-prototypes ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_978df9111f76fae74e41c5a4c8a321d3/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wstrict-prototypes ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_978df9111f76fae74e41c5a4c8a321d3/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_978df9111f76fae74e41c5a4c8a321d3/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_978df9111f76fae74e41c5a4c8a321d3/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-format-zero-length ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_fc45385fe0399a1aaa2f144f05103998/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-format-zero-length ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_fc45385fe0399a1aaa2f144f05103998/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_fc45385fe0399a1aaa2f144f05103998/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_fc45385fe0399a1aaa2f144f05103998/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=format-security ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_946f6e264d7b6aca1e78779102b27d8a/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=format-security ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_946f6e264d7b6aca1e78779102b27d8a/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_946f6e264d7b6aca1e78779102b27d8a/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_946f6e264d7b6aca1e78779102b27d8a/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-redundant-decls ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_9c9409958877b30ecd0df5b9ab7725d7/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wno-redundant-decls ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_9c9409958877b30ecd0df5b9ab7725d7/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_9c9409958877b30ecd0df5b9ab7725d7/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_9c9409958877b30ecd0df5b9ab7725d7/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wvla ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_41480ca82a884e9ad9273c18a5e7952f/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Wvla ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_41480ca82a884e9ad9273c18a5e7952f/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_41480ca82a884e9ad9273c18a5e7952f/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_41480ca82a884e9ad9273c18a5e7952f/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -dM -E - | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -dM -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_5a11bde2b9acf329109337f3aeec5467/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_5a11bde2b9acf329109337f3aeec5467/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_5a11bde2b9acf329109337f3aeec5467/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_5a11bde2b9acf329109337f3aeec5467/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c38033609b1149ef869b70c64558c9ff/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c38033609b1149ef869b70c64558c9ff/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -rdynamic test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c38033609b1149ef869b70c64558c9ff/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -rdynamic test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_c38033609b1149ef869b70c64558c9ff/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6f6afdf5341d8f0a7c06f24dda4d6db0/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6f6afdf5341d8f0a7c06f24dda4d6db0/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -Wl,-z,noexecstack test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6f6afdf5341d8f0a7c06f24dda4d6db0/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -Wl,-z,noexecstack test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6f6afdf5341d8f0a7c06f24dda4d6db0/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_576215d54e4abb7eb4ca57f8c551c0b7/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_576215d54e4abb7eb4ca57f8c551c0b7/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_576215d54e4abb7eb4ca57f8c551c0b7/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_576215d54e4abb7eb4ca57f8c551c0b7/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_dd51efb44f10c4850d8ef3c645708946/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_dd51efb44f10c4850d8ef3c645708946/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_dd51efb44f10c4850d8ef3c645708946/testbuild/testprog -lm | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_dd51efb44f10c4850d8ef3c645708946/testbuild/testprog -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ddb90fd988ab413a47d052d786c9898/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ddb90fd988ab413a47d052d786c9898/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ddb90fd988ab413a47d052d786c9898/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ddb90fd988ab413a47d052d786c9898/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a23403880aa4e37ca7e5103ea7d0dc19/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a23403880aa4e37ca7e5103ea7d0dc19/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_839b8b255bfa01fc4e4cd275f407eff4/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_839b8b255bfa01fc4e4cd275f407eff4/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_839b8b255bfa01fc4e4cd275f407eff4/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_839b8b255bfa01fc4e4cd275f407eff4/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d42cb3d00967ef6c0c8534df3acac0dc/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d42cb3d00967ef6c0c8534df3acac0dc/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d42cb3d00967ef6c0c8534df3acac0dc/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d42cb3d00967ef6c0c8534df3acac0dc/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_db95ca3c4764e1c325b2e1ed3ad48b35/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_db95ca3c4764e1c325b2e1ed3ad48b35/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_db95ca3c4764e1c325b2e1ed3ad48b35/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_db95ca3c4764e1c325b2e1ed3ad48b35/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a33d39561d55137a3fd976abe754da6f/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a33d39561d55137a3fd976abe754da6f/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a33d39561d55137a3fd976abe754da6f/testbuild/testprog -lrt | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a33d39561d55137a3fd976abe754da6f/testbuild/testprog -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1be39a76f724cc7e24a329038c06cee1/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1be39a76f724cc7e24a329038c06cee1/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1be39a76f724cc7e24a329038c06cee1/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1be39a76f724cc7e24a329038c06cee1/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a66ed88864bebfd45637689e13e8e180/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a66ed88864bebfd45637689e13e8e180/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a66ed88864bebfd45637689e13e8e180/testbuild/testprog -liconv | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_a66ed88864bebfd45637689e13e8e180/testbuild/testprog -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_09ff00204762382cfc3af7eee7690a8a/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_09ff00204762382cfc3af7eee7690a8a/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_09ff00204762382cfc3af7eee7690a8a/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_09ff00204762382cfc3af7eee7690a8a/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_56f50857fa65622c718dd94d1ec07466/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_56f50857fa65622c718dd94d1ec07466/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_56f50857fa65622c718dd94d1ec07466/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_56f50857fa65622c718dd94d1ec07466/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6cdd86481201a8b3a077e2867a003c94/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6cdd86481201a8b3a077e2867a003c94/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6cdd86481201a8b3a077e2867a003c94/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6cdd86481201a8b3a077e2867a003c94/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_26f591128f33db7c8546b2197c1da459/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_26f591128f33db7c8546b2197c1da459/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_26f591128f33db7c8546b2197c1da459/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_26f591128f33db7c8546b2197c1da459/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_40f5174d5f4c7a1390744a76b680aada/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_40f5174d5f4c7a1390744a76b680aada/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_40f5174d5f4c7a1390744a76b680aada/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_40f5174d5f4c7a1390744a76b680aada/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_3b0931bab9f6751a2b7402371ed95229/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_3b0931bab9f6751a2b7402371ed95229/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_3b0931bab9f6751a2b7402371ed95229/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_3b0931bab9f6751a2b7402371ed95229/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1dc2a997c9c640946c01a23899f25a81/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1dc2a997c9c640946c01a23899f25a81/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ae1b65f2b5433d0ce231b3ea8c6d0ea/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_6ae1b65f2b5433d0ce231b3ea8c6d0ea/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1fd19b2d8dac21211abec2091c11abc3/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1fd19b2d8dac21211abec2091c11abc3/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e8b49f6fab92da5ee721e8838448157b/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -pthread -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e8b49f6fab92da5ee721e8838448157b/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e8b49f6fab92da5ee721e8838448157b/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e8b49f6fab92da5ee721e8838448157b/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1cbf4ecb0ccc8e39d0974d79d99f9b91/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1cbf4ecb0ccc8e39d0974d79d99f9b91/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1cbf4ecb0ccc8e39d0974d79d99f9b91/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_1cbf4ecb0ccc8e39d0974d79d99f9b91/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 -DHAVE_BSD_FSTATFS=1 -DHAVE_52=1 -DHAVE_LUA=1 -DHAVE_LIBASS=1 -DHAVE_LIBASS_OSD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e5cfe7874257aaa0574cfc572d3916bd/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 -DHAVE_BSD_FSTATFS=1 -DHAVE_52=1 -DHAVE_LUA=1 -DHAVE_LIBASS=1 -DHAVE_LIBASS_OSD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e5cfe7874257aaa0574cfc572d3916bd/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e5cfe7874257aaa0574cfc572d3916bd/testbuild/testprog | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_e5cfe7874257aaa0574cfc572d3916bd/testbuild/testprog -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 -DHAVE_BSD_FSTATFS=1 -DHAVE_52=1 -DHAVE_LUA=1 -DHAVE_LIBASS=1 -DHAVE_LIBASS_OSD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d3ed454daa20d28460f10ce8deec317d/testbuild/test.c.1.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
superenv executed: clang -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/include/darwin -D_ISOC99_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -std=c99 -Wall -O2 -g -Werror=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-function -Wempty-body -Wdisabled-optimization -Wstrict-prototypes -Wno-format-zero-length -Werror=format-security -Wno-redundant-decls -Wvla -Wall -Wundef -Wmissing-prototypes -Wshadow -Wno-switch -Wparentheses -Wpointer-arith -Wno-pointer-sign -Wno-unused-result -Wno-logical-op-parentheses -fcolor-diagnostics -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -DDEFAULT_DVD_DEVICE="/dev/rdiskN" -DDEFAULT_CDROM_DEVICE="/dev/disk1" -DHAVE_CPLAYER=1 -DHAVE_LIBMPV_SHARED=1 -DHAVE_BUILD_DATE=1 -DHAVE_OPTIMIZE=1 -DHAVE_DEBUG_BUILD=1 -DHAVE_LIBDL=1 -DHAVE_CPLUGINS=1 -DHAVE_ZSH_COMP=1 -DHAVE_ASM=1 -DHAVE_LIBM=1 -DHAVE_POSIX=1 -DHAVE_POSIX_OR_MINGW=1 -DHAVE_PTHREADS=1 -DHAVE_GNUC=1 -DHAVE_STDATOMIC=1 -DHAVE_ATOMICS=1 -DHAVE_ICONV=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIOS=1 -DHAVE_SHM=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_SPAWN=1 -DHAVE_GLOB_POSIX=1 -DHAVE_GLOB=1 -DHAVE_FCHMOD=1 -DHAVE_OSX_THREAD_NAME=1 -DHAVE_BSD_FSTATFS=1 -DHAVE_52=1 -DHAVE_LUA=1 -DHAVE_LIBASS=1 -DHAVE_LIBASS_OSD=1 ../test.c -c -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d3ed454daa20d28460f10ce8deec317d/testbuild/test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include | |
clang called with: test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d3ed454daa20d28460f10ce8deec317d/testbuild/testprog -lz | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang test.c.1.o -o/private/tmp/mpv-20170822-95686-1215v1j/build/.conf_check_d3ed454daa20d28460f10ce8deec317d/testbuild/testprog -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libarchive/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libarchive/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment