Last active
April 8, 2016 15:23
-
-
Save bmichotte/3620cd84060cf00b77a104064a40feee to your computer and use it in GitHub Desktop.
mysql on Mac OS X 10.11.4 - 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 mysql on Mac OS X 10.11.4 | |
Build date: 2016-04-06 10:22:29 |
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: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 37b817ed394986808d2fdb595c272ede7a67f20d | |
Last commit: 5 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: b435988b7cab63eb598e35fd00f42bc70997b9b7 | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.4-x86_64 | |
Xcode: 7.3 | |
CLT: 7.3.0.0.1.1457485338 | |
Clang: 7.3 build 703 | |
X11: N/A | |
System Ruby: 2.0.0-p648 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/benjamin/.rbenv/shims/ruby => /Users/benjamin/.rbenv/versions/2.2.3/bin/ruby | |
Java: 1.7.0_80 |
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 and just ignore them. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libbeid.2.7.4.dylib | |
/usr/local/lib/libbeidcardlayer.4.0.7.dylib | |
/usr/local/lib/libbeidcommon.1.0.0.dylib | |
/usr/local/lib/libbeidcommon.4.0.7.dylib | |
/usr/local/lib/libbeiddialogsQT.4.0.7.dylib | |
/usr/local/lib/libbeidgui.1.5.0.dylib | |
/usr/local/lib/libbeidlibjni.2.7.2.dylib | |
/usr/local/lib/libbeidlibopensc.2.2.0.dylib | |
/usr/local/lib/libbeidlibopenscinternal.2.2.0.dylib | |
/usr/local/lib/libbeidpkcs11.4.0.7.dylib | |
/usr/local/lib/libqt-mt.3.3.8.dylib | |
/usr/local/lib/libxerces-c-3.1.dylib |
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
2016-04-06 11:16:33 +0200 | |
/usr/local/Cellar/mysql/5.7.11/bin/mysqld | |
--initialize-insecure | |
--user=benjamin | |
--basedir=/usr/local/Cellar/mysql/5.7.11 | |
--datadir=/usr/local/var/mysql | |
--tmpdir=/tmp | |
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 37b817ed394986808d2fdb595c272ede7a67f20d | |
Last commit: 5 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: b435988b7cab63eb598e35fd00f42bc70997b9b7 | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.4-x86_64 | |
Xcode: 7.3 | |
CLT: 7.3.0.0.1.1457485338 | |
Clang: 7.3 build 703 | |
X11: N/A | |
System Ruby: 2.0.0-p648 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/benjamin/.rbenv/shims/ruby => /Users/benjamin/.rbenv/versions/2.2.3/bin/ruby | |
Java: 1.7.0_80 | |
PATH: /Users/benjamin/.nvm/versions/node/v5.5.0/bin:/Users/benjamin/bin:/usr/local/opt/php70/bin:/usr/local/sbin:/Users/benjamin/.composer/vendor/bin:./bin:/Users/benjamin/.node/bin:/Users/benjamin/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/heroku/bin:/Users/benjamin/.rbenv/bin:/usr/local/Library/Taps/homebrew/homebrew-services/cmd:/usr/local/Library/ENV/scm |
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
~/workspace/SFAApps/Android master❗ brew postinstall mysql -v | |
==> /usr/local/Cellar/mysql/5.7.11/bin/mysqld --initialize-insecure --user=benjamin --basedir=/usr/local/Cellar/mysql/5.7.11 --datadir=/usr/local/var/mysql --tmpdir=/tmp | |
==> Formula | |
Path: /usr/local/Library/Taps/homebrew/homebrew-core/Formula/mysql.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 37b817ed394986808d2fdb595c272ede7a67f20d | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: b435988b7cab63eb598e35fd00f42bc70997b9b7 | |
Core tap last commit: 3 days ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.4-x86_64 | |
Xcode: 7.3 | |
CLT: 7.3.0.0.1.1457485338 | |
Clang: 7.3 build 703 | |
X11: N/A | |
System Ruby: 2.0.0-p648 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/benjamin/.rbenv/shims/ruby => /Users/benjamin/.rbenv/versions/2.2.3/bin/ruby | |
Java: 1.7.0_80 | |
==> ENV | |
PATH: /Users/benjamin/.nvm/versions/node/v5.5.0/bin:/Users/benjamin/bin:/usr/local/opt/php70/bin:/usr/local/sbin:/Users/benjamin/.composer/vendor/bin:./bin:/Users/benjamin/.node/bin:/Users/benjamin/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/heroku/bin:/Users/benjamin/.rbenv/bin:/usr/local/Library/Taps/homebrew/homebrew-services/cmd:/usr/local/Library/ENV/scm | |
Error: mysql 5.7.11 did not build | |
Logs: | |
/Users/benjamin/Library/Logs/Homebrew/mysql/01.mysqld | |
These open issues may also help: | |
brew initialization mysql 5.7.11 failed https://github.com/Homebrew/homebrew-core/issues/91 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment