Skip to content

Instantly share code, notes, and snippets.

@henry0312
Last active December 20, 2017 02:28
Show Gist options
  • Save henry0312/fed673d742825a9c482d89a2314617be to your computer and use it in GitHub Desktop.
Save henry0312/fed673d742825a9c482d89a2314617be to your computer and use it in GitHub Desktop.
==> Upgrading macvim --with-override-system-vim --with-lua --with-luajit --with-python3
==> Downloading https://github.com/macvim-dev/macvim/archive/snapshot-143.tar.gz
Already downloaded: /Users/tsukasa_omoto/Library/Caches/Homebrew/macvim-8.0-143.tar.gz
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --ena
==> make
Last 15 lines from /Users/tsukasa_omoto/Library/Logs/Homebrew/macvim/02.make:
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --strip /tmp/macvim-20171220-2976-1jlx0fa/macvim-snapshot-143/src/MacVim/build/Release/MacVim.app/Contents/Resources/English.lproj/FindAndReplace.nib --output-format human-readable-text /tmp/macvim-20171220-2976-1jlx0fa/macvim-snapshot-143/src/MacVim/English.lproj/FindAndReplace.nib
CopyPlistFile build/Release/MacVim.app/Contents/Resources/KeyBinding.plist KeyBinding.plist
cd /tmp/macvim-20171220-2976-1jlx0fa/macvim-snapshot-143/src/MacVim
builtin-copyPlist --outdir /tmp/macvim-20171220-2976-1jlx0fa/macvim-snapshot-143/src/MacVim/build/Release/MacVim.app/Contents/Resources -- KeyBinding.plist
** BUILD FAILED **
The following build commands failed:
StripNIB English.lproj/Preferences.nib
(1 failure)
make[1]: *** [macvim] Error 65
make: *** [first] Error 2
READ THIS: https://docs.brew.sh/Troubleshooting.html
❯ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry 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:
/usr/local/var/pyenv/shims/python-config
/usr/local/var/pyenv/shims/python2-config
/usr/local/var/pyenv/shims/python2.7-config
/usr/local/var/pyenv/shims/python3-config
/usr/local/var/pyenv/shims/python3.4-config
/usr/local/var/pyenv/shims/python3.4m-config
/usr/local/var/pyenv/shims/python3.5-config
/usr/local/var/pyenv/shims/python3.5m-config
/usr/local/var/pyenv/shims/python3.6-config
/usr/local/var/pyenv/shims/python3.6m-config
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:
python3
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuPro-W3
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuPro-W6
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuProN-W3
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuProN-W6
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuStd-W8
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuStdN-W8
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMaruPro-W4
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMaruProN-W4
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinPro-W3
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinPro-W6
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinProN-W3
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinProN-W6
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraginoSansGB-W3
/usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraginoSansGB-W6
/usr/local/share/ghostscript/9.16/Resource/CIDFont/YuGo-Bold
/usr/local/share/ghostscript/9.16/Resource/CIDFont/YuGo-Medium
/usr/local/share/ghostscript/9.16/Resource/CIDFont/YuMin-Demibold
/usr/local/share/ghostscript/9.16/Resource/CIDFont/YuMin-Medium
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install lua@5.1
Run `brew missing` for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment