Created
February 1, 2019 18:12
-
-
Save albertosottile/464b41582197b921fb5c5f64d2720b12 to your computer and use it in GitHub Desktop.
pyside on macOS 10.13.6 - Homebrew build logs
This file contains 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 pyside on macOS 10.13.6 | |
Build date: 2019-02-01 14:43:38 |
This file contains 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.9.3-104-g277e8d4 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 277e8d43be89c1e8fa6699fd5e8bc3616cabd103 | |
Last commit: 23 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 1b8780f95c6d75723009540dd65a1ae4359713a5 | |
Core tap last commit: 5 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_LOGS: /Users/alberto/Library/Logs/Homebrew | |
CPU: quad-core 64-bit kabylake | |
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 10.0 build 1000 | |
Git: 2.17.2 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
macOS: 10.13.6-x86_64 | |
CLT: 10.1.0.0.1.1539992718 | |
Xcode: 10.1 | |
XQuartz: 2.7.11 => /opt/X11 |
This file contains 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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/alberto/miniconda2/bin/python2-config | |
/Users/alberto/miniconda2/bin/python2.7-config | |
/Users/alberto/miniconda2/bin/python-config | |
/Users/alberto/miniconda2/bin/ncursesw6-config |
This file contains 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
pyside |
This file contains 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
2019-02-01 14:43:38 +0100 | |
python3 | |
-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=/usr/local/Cellar/pyside/5.12.1 | |
--install-scripts=/usr/local/Cellar/pyside/5.12.1/bin | |
--single-version-externally-managed | |
--record=installed.txt | |
--install-lib | |
/usr/local/Cellar/pyside/5.12.1/lib/python3.7/site-packages | |
--ignore-git | |
--no-examples | |
--macos-use-libc++ | |
--jobs=4 | |
--install-scripts | |
/usr/local/Cellar/pyside/5.12.1/bin | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
NameError: name 'no' is not defined | |
/private/tmp/pyside-20190201-6536-1hg6jr8/pyside-setup-everywhere-src-5.12.1/build_scripts/options.py:54: UserWarning: Option "jobs" is deprecated and may be removed in a future release. | |
Use "parallel" instead. | |
warnings.warn(w) | |
Traceback (most recent call last): | |
File "<string>", line 4, in <module> | |
File "setup.py", line 289, in <module> | |
setup_runner.run_setup() | |
File "/private/tmp/pyside-20190201-6536-1hg6jr8/pyside-setup-everywhere-src-5.12.1/build_scripts/setup_runner.py", line 157, in run_setup | |
raise RuntimeError(msg) | |
RuntimeError: | |
setup.py invocation failed with exit code: 1. | |
setup.py invocation was: /usr/local/opt/python/bin/python3.7 -c --no-user-cfg install --prefix=/usr/local/Cellar/pyside/5.12.1 --install-scripts=/usr/local/Cellar/pyside/5.12.1/bin --single-version-externally-managed --record=installed.txt --install-lib /usr/local/Cellar/pyside/5.12.1/lib/python3.7/site-packages --ignore-git --no-examples --macos-use-libc++ --jobs=4 --install-scripts /usr/local/Cellar/pyside/5.12.1/bin --internal-build-type=shiboken2 | |
Running process: /usr/local/opt/python/bin/python3.7 -c --no-user-cfg install --prefix=/usr/local/Cellar/pyside/5.12.1 --install-scripts=/usr/local/Cellar/pyside/5.12.1/bin --single-version-externally-managed --record=installed.txt --install-lib /usr/local/Cellar/pyside/5.12.1/lib/python3.7/site-packages --ignore-git --no-examples --macos-use-libc++ --jobs=4 --install-scripts /usr/local/Cellar/pyside/5.12.1/bin --internal-build-type=shiboken2 | |
HOMEBREW_VERSION: 1.9.3-104-g277e8d4 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 277e8d43be89c1e8fa6699fd5e8bc3616cabd103 | |
Last commit: 18 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 1b8780f95c6d75723009540dd65a1ae4359713a5 | |
Core tap last commit: 53 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CACHE: /Users/alberto/Library/Caches/Homebrew | |
CPU: quad-core 64-bit kabylake | |
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 10.0 build 1000 | |
Git: 2.17.2 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
macOS: 10.13.6-x86_64 | |
CLT: 10.1.0.0.1.1539992718 | |
Xcode: 10.1 | |
XQuartz: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/libffi:/usr/local/opt/llvm:/usr/local/opt/openssl:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/qt:/usr/local | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks:/usr/local/opt/python@2/Frameworks:/usr/local/opt/qt/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig:/usr/local/opt/python@2/lib/pkgconfig:/usr/local/opt/qt/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/llvm/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/openssl/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/xz/bin:/usr/local/opt/python/bin:/usr/local/opt/python@2/bin:/usr/local/opt/qt/bin:/usr/bin:/bin:/usr/sbin:/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment