Skip to content

Instantly share code, notes, and snippets.

@zhuangya

zhuangya/- Secret

Created November 19, 2014 07:31
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 zhuangya/38940414b0cae02b2d04 to your computer and use it in GitHub Desktop.
Save zhuangya/38940414b0cae02b2d04 to your computer and use it in GitHub Desktop.
> brew tap neovim/homebrew-neovim
Warning: Already tapped!
nos@yambp:~
> brew install --HEAD --verbose neovim
==> Installing neovim from neovim/homebrew-neovim
==> Cloning https://github.com/neovim/neovim.git
git --git-dir /Library/Caches/Homebrew/neovim--git/.git status -s
Updating /Library/Caches/Homebrew/neovim--git
git config remote.origin.url https://github.com/neovim/neovim.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/HEAD
HEAD is now at 9e37c1d Merge PR #1454 'Refactor plugin system'
git reset --hard origin/HEAD
HEAD is now at 9e37c1d Merge PR #1454 'Refactor plugin system'
git checkout-index -a -f --prefix=/private/tmp/neovim-DVMjNM/
==> Downloading https://github.com/joyent/libuv/archive/v0.11.28.tar.gz
Already downloaded: /Library/Caches/Homebrew/neovim--libuv-0.11.28.tar.gz
==> Verifying neovim--libuv-0.11.28.tar.gz checksum
tar xf /Library/Caches/Homebrew/neovim--libuv-0.11.28.tar.gz
==> Downloading https://github.com/msgpack/msgpack-c/archive/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz
Already downloaded: /Library/Caches/Homebrew/neovim--msgpack-4.tar.gz
==> Verifying neovim--msgpack-4.tar.gz checksum
tar xf /Library/Caches/Homebrew/neovim--msgpack-4.tar.gz
==> Downloading http://luajit.org/download/LuaJIT-2.0.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/neovim--luajit-2.0.3.tar.gz
==> Verifying neovim--luajit-2.0.3.tar.gz checksum
tar xf /Library/Caches/Homebrew/neovim--luajit-2.0.3.tar.gz
==> Downloading https://github.com/keplerproject/luarocks/archive/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz
Already downloaded: /Library/Caches/Homebrew/neovim--luarocks-29.tar.gz
==> Verifying neovim--luarocks-29.tar.gz checksum
tar xf /Library/Caches/Homebrew/neovim--luarocks-29.tar.gz
==> make CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/neovim/HEAD" install
mkdir -p .deps/build/third-party
cd .deps/build/third-party && \
cmake -G 'Unix Makefiles' \
../../../third-party
-- The C compiler identification is AppleClang 6.0.0.6000054
-- The CXX compiler identification is AppleClang 6.0.0.6000054
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found GNU Make at /usr/local/Library/ENV/4.3/gmake
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim-DVMjNM/.deps/build/third-party
mkdir -p build
touch build/.ran-third-party-cmake
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C .deps/build/third-party
Scanning dependencies of target libuv
[ 2%] Creating directories for 'libuv'
[ 5%] Performing download step for 'libuv'
-- /tmp/neovim-DVMjNM/.deps/build/src/libuv is found and not empty, skipping download and extraction.
[ 8%] No patch step for 'libuv'
[ 11%] No update step for 'libuv'
[ 13%] Performing configure step for 'libuv'
+ glibtoolize
glibtoolize: putting auxiliary files in `.'.
glibtoolize: linking file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: linking file `m4/libtool.m4'
glibtoolize: linking file `m4/ltoptions.m4'
glibtoolize: linking file `m4/ltsugar.m4'
glibtoolize: linking file `m4/ltversion.m4'
glibtoolize: linking file `m4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ automake --add-missing --copy
configure.ac:27: installing './ar-lib'
configure.ac:24: installing './compile'
configure.ac:21: installing './config.guess'
configure.ac:21: installing './config.sub'
configure.ac:20: installing './install-sh'
configure.ac:20: installing './missing'
Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /tmp/neovim-DVMjNM/.deps/build/src/libuv/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking for gcc... /usr/local/Library/ENV/4.3/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/Library/ENV/4.3/clang accepts -g... yes
checking for /usr/local/Library/ENV/4.3/clang option to accept ISO C89... none needed
checking whether /usr/local/Library/ENV/4.3/clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/local/Library/ENV/4.3/clang... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/Library/ENV/4.3/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/local/Library/ENV/4.3/clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/local/Library/ENV/4.3/clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/Library/ENV/4.3/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/Library/ENV/4.3/clang option to produce PIC... -fno-common -DPIC
checking if /usr/local/Library/ENV/4.3/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/local/Library/ENV/4.3/clang static flag -static works... no
checking if /usr/local/Library/ENV/4.3/clang supports -c -o file.o... yes
checking if /usr/local/Library/ENV/4.3/clang supports -c -o file.o... (cached) yes
checking whether the /usr/local/Library/ENV/4.3/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... no
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... no
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dtrace... dtrace
checking if dtrace works... yes
checking if dtrace should instrument object files... no
checking for pkg-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
[ 16%] Performing build step for 'libuv'
GEN include/uv-dtrace.h
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-threadpool.lo
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43:
In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:54:
/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:43:1: error: expected function body after function declarator
__OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:99:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43:
In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:54:
/System/Library/Frameworks/Security.framework/Headers/SecAccessControl.h:60:1: error: expected function body after function declarator
__OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:99:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43:
In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:60:
/System/Library/Frameworks/Security.framework/Headers/SecItem.h:421:39: error: expected ';' after top level declarator
extern CFTypeRef kSecAttrAccessControl
^
/System/Library/Frameworks/Security.framework/Headers/SecItem.h:572:65: error: expected ';' after top level declarator
extern CFTypeRef kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43:
In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:86:
/System/Library/Frameworks/Security.framework/Headers/CMSDecoder.h:354:5: error: expected function body after function declarator
__OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_NA);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:16:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43:
In file included from /System/Library/Frameworks/Security.framework/Headers/Security.h:87:
/System/Library/Frameworks/Security.framework/Headers/CMSEncoder.h:403:5: error: expected function body after function declarator
__OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_NA);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:16:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:227:63: error: expected function body after function declarator
LSItemInfoRecord * outItemInfo) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyItemInfoForURL or URL resource properties instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:99:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:340:63: error: expected function body after function declarator
CFStringRef * outDisplayName) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_1, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyDisplayNameForURL or the URL resource property kCFURLLocalizedNameKey or NSURLLocalizedNameKey instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_1_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:413:63: error: expected function body after function declarator
Boolean inHide) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_1, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSSetExtensionHiddenForURL or the URL resource property kCFURLHasHiddenExtensionKey or NSURLHasHiddenExtensionKey instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_1_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:486:63: error: expected function body after function declarator
CFStringRef * outKindString) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyKindStringForURL or the URL resource property kCFURLLocalizedTypeDescriptionKey or NSURLLocalizedTypeDescriptionKey instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:576:63: error: expected function body after function declarator
CFStringRef * outKindString) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_2, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use UTTypeCopyDescription instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_2_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:613:63: error: expected function body after function declarator
CFStringRef * outKindString) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_2, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use UTTypeCopyDescription instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_2_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:664:63: error: expected function body after function declarator
CFURLRef * outAppURL) /* can be NULL */ __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyDefaultApplicationURLForURL instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:726:63: error: expected function body after function declarator
CFURLRef * outAppURL) /* can be NULL */ __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyDefaultApplicationURLForContentType instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:772:63: error: expected function body after function declarator
CFURLRef * outAppURL) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_2, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyDefaultApplicationURLForContentType instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_2_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:824:63: error: expected function body after function declarator
CFURLRef * outAppURL) /* can be NULL */ __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyDefaultApplicationURLForURL instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:879:63: error: expected function body after function declarator
CFURLRef * outAppURL) /* can be NULL */ __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "Use LSCopyApplicationURLsForBundleIdentifier instead.");
^
/usr/include/Availability.h:163:53: note: expanded from macro '__OSX_AVAILABLE_BUT_DEPRECATED_MSG'
__AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_10_MSG
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:922:63: error: expected function body after function declarator
CFErrorRef * outError) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_NA);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/threadpool.c:25:
In file included from /tmp/neovim-DVMjNM/.deps/build/src/libuv/src/unix/internal.h:52:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h:963:63: error: expected function body after function declarator
CFErrorRef * outError) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_NA);
^
/usr/include/Availability.h:159:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
^
<scratch space>:3:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_10
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[5]: *** [src/libuv_la-threadpool.lo] Error 1
make[4]: *** [all] Error 2
make[3]: *** [/tmp/neovim-DVMjNM/.deps/build/src/libuv-stamp/libuv-build] Error 2
make[2]: *** [CMakeFiles/libuv.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [deps] Error 2
==> Formula
Tap: neovim/homebrew-neovim
Path: /usr/local/Library/Taps/neovim/homebrew-neovim/Formula/neovim.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 413b2063c7ef1b27df6b02ee4c6fcda0167c754c
CPU: 8-core 64-bit haswell
OS X: 10.10.1-x86_64
Xcode: 6.1
CLT: 6.1.0.0.1.1413057044
X11: 2.7.7 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
CMAKE_PREFIX_PATH: /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
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: neovim HEAD did not build
Logs:
/Users/nos/Library/Logs/Homebrew/neovim/01.make
/Users/nos/Library/Logs/Homebrew/neovim/01.make.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment