Skip to content

Instantly share code, notes, and snippets.

@alok
Created April 16, 2016 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alok/4d36004ca76a115e3a2437f904387f1b to your computer and use it in GitHub Desktop.
Save alok/4d36004ca76a115e3a2437f904387f1b to your computer and use it in GitHub Desktop.
git-ftp on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for git-ftp on Mac OS X 10.11.4
Build date: 2016-04-16 12:01:37
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 0fe6acea3a2552c08a21952db8ac8f0a1df555b2
Last commit: 5 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 9443a0dec68a7cd9d6ee019d8e14a732cb5f797c
Core tap last commit: 76 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.4-x86_64
Xcode: 7.3
CLT: N/A
Clang: 7.3 build 703
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p648
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.3.0/bin/ruby
Java: 1.7.0_75
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: Putting non-prefixed coreutils in your path can cause gmp builds to fail.
Warning: A .pydistutils.cfg file was found in $HOME, which may cause Python
builds to fail. See:
https://bugs.python.org/issue6138
https://bugs.python.org/issue4655
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/libformw.6.dylib
/usr/local/lib/libgnutls.28.dylib
/usr/local/lib/libncursesw.6.dylib
/usr/local/lib/libpanelw.6.dylib
/usr/local/lib/libreadline.6.dylib
/usr/local/lib/libwkhtmltox.0.12.3.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/wkhtmltox/image.h
/usr/local/include/wkhtmltox/pdf.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
czmq
numpy
vim
Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.
Binaries provided by keg-only formulae may override system binaries
with other strange results.
You may wish to `brew unlink` these brews:
gettext
2016-04-16 12:01:37 -0700
make
prefix=/usr/local/Cellar/git-ftp/1.2.0
install
install -d -m 0755 /usr/local/Cellar/git-ftp/1.2.0/bin
install -m 0755 git-ftp /usr/local/Cellar/git-ftp/1.2.0/bin
2016-04-16 12:01:37 -0700
make
-C
man
man
pandoc -s \
-w man git-ftp.1.md \
-o git-ftp.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment