Created
December 3, 2014 05:17
-
-
Save joeynguyen/9b179d4b0d3de1bb9d7f to your computer and use it in GitHub Desktop.
Neovim OSX build 01.make
This file contains hidden or 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
2014-11-30 00:30:58 -0600 | |
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-7YfRg7/.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-7YfRg7/.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' | |
+ /tmp/neovim-7YfRg7/.deps/build/src/libuv/autogen.sh : 43 > 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' | |
+ /tmp/neovim-7YfRg7/.deps/build/src/libuv/autogen.sh : 44 > aclocal -I m4 | |
+ /tmp/neovim-7YfRg7/.deps/build/src/libuv/autogen.sh : 45 > autoconf | |
+ /tmp/neovim-7YfRg7/.deps/build/src/libuv/autogen.sh : 46 > 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-7YfRg7/.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 | |
CC src/libuv_la-uv-common.lo | |
CC src/libuv_la-version.lo | |
CC src/unix/libuv_la-async.lo | |
CC src/unix/libuv_la-core.lo | |
CC src/unix/libuv_la-dl.lo | |
CC src/unix/libuv_la-fs.lo | |
CC src/unix/libuv_la-getaddrinfo.lo | |
CC src/unix/libuv_la-getnameinfo.lo | |
CC src/unix/libuv_la-loop-watcher.lo | |
CC src/unix/libuv_la-loop.lo | |
CC src/unix/libuv_la-pipe.lo | |
CC src/unix/libuv_la-poll.lo | |
CC src/unix/libuv_la-process.lo | |
CC src/unix/libuv_la-signal.lo | |
CC src/unix/libuv_la-stream.lo | |
CC src/unix/libuv_la-tcp.lo | |
CC src/unix/libuv_la-thread.lo | |
CC src/unix/libuv_la-timer.lo | |
CC src/unix/libuv_la-tty.lo | |
CC src/unix/libuv_la-udp.lo | |
CC src/unix/libuv_la-darwin.lo | |
CC src/unix/libuv_la-darwin-proctitle.lo | |
CC src/unix/libuv_la-fsevents.lo | |
CC src/unix/libuv_la-kqueue.lo | |
CC src/unix/libuv_la-proctitle.lo | |
CCLD libuv.la | |
[ 19%] Performing install step for 'libuv' | |
/tmp/neovim-7YfRg7/.deps/build/src/libuv/install-sh -c -d '/tmp/neovim-7YfRg7/.deps/usr/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/tmp/neovim-7YfRg7/.deps/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libuv.lai /tmp/neovim-7YfRg7/.deps/usr/lib/libuv.la | |
libtool: install: /usr/bin/install -c .libs/libuv.a /tmp/neovim-7YfRg7/.deps/usr/lib/libuv.a | |
libtool: install: chmod 644 /tmp/neovim-7YfRg7/.deps/usr/lib/libuv.a | |
libtool: install: ranlib /tmp/neovim-7YfRg7/.deps/usr/lib/libuv.a | |
/tmp/neovim-7YfRg7/.deps/build/src/libuv/install-sh -c -d '/tmp/neovim-7YfRg7/.deps/usr/include' | |
/usr/bin/install -c -m 644 /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv.h /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv-errno.h /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv-threadpool.h /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv-version.h /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv-unix.h /tmp/neovim-7YfRg7/.deps/build/src/libuv/include/uv-darwin.h '/tmp/neovim-7YfRg7/.deps/usr/include' | |
[ 22%] Completed 'libuv' | |
[ 22%] Built target libuv | |
Scanning dependencies of target luajit | |
[ 25%] Creating directories for 'luajit' | |
[ 27%] Performing download step for 'luajit' | |
-- /tmp/neovim-7YfRg7/.deps/build/src/luajit is found and not empty, skipping download and extraction. | |
[ 30%] No patch step for 'luajit' | |
[ 33%] No update step for 'luajit' | |
[ 36%] No configure step for 'luajit' | |
[ 38%] No build step for 'luajit' | |
[ 41%] Performing install step for 'luajit' | |
==== Building LuaJIT 2.0.3 ==== | |
HOSTCC host/minilua.o | |
HOSTLINK host/minilua | |
DYNASM host/buildvm_arch.h | |
HOSTCC host/buildvm.o | |
HOSTCC host/buildvm_asm.o | |
HOSTCC host/buildvm_peobj.o | |
HOSTCC host/buildvm_lib.o | |
HOSTCC host/buildvm_fold.o | |
HOSTLINK host/buildvm | |
BUILDVM lj_vm.s | |
ASM lj_vm.o | |
CC lj_gc.o | |
BUILDVM lj_ffdef.h | |
CC lj_err.o | |
CC lj_char.o | |
BUILDVM lj_bcdef.h | |
CC lj_bc.o | |
CC lj_obj.o | |
CC lj_str.o | |
CC lj_tab.o | |
CC lj_func.o | |
CC lj_udata.o | |
CC lj_meta.o | |
CC lj_debug.o | |
CC lj_state.o | |
CC lj_dispatch.o | |
CC lj_vmevent.o | |
CC lj_vmmath.o | |
CC lj_strscan.o | |
CC lj_api.o | |
CC lj_lex.o | |
CC lj_parse.o | |
CC lj_bcread.o | |
CC lj_bcwrite.o | |
CC lj_load.o | |
CC lj_ir.o | |
CC lj_opt_mem.o | |
BUILDVM lj_folddef.h | |
CC lj_opt_fold.o | |
CC lj_opt_narrow.o | |
CC lj_opt_dce.o | |
CC lj_opt_loop.o | |
CC lj_opt_split.o | |
CC lj_opt_sink.o | |
CC lj_mcode.o | |
CC lj_snap.o | |
CC lj_record.o | |
CC lj_crecord.o | |
BUILDVM lj_recdef.h | |
CC lj_ffrecord.o | |
CC lj_asm.o | |
CC lj_trace.o | |
CC lj_gdbjit.o | |
CC lj_ctype.o | |
CC lj_cdata.o | |
CC lj_cconv.o | |
CC lj_ccall.o | |
CC lj_ccallback.o | |
CC lj_carith.o | |
CC lj_clib.o | |
CC lj_cparse.o | |
CC lj_lib.o | |
CC lj_alloc.o | |
CC lib_aux.o | |
BUILDVM lj_libdef.h | |
CC lib_base.o | |
CC lib_math.o | |
CC lib_bit.o | |
CC lib_string.o | |
CC lib_table.o | |
CC lib_io.o | |
CC lib_os.o | |
CC lib_package.o | |
CC lib_debug.o | |
CC lib_jit.o | |
CC lib_ffi.o | |
CC lib_init.o | |
AR libluajit.a | |
CC luajit.o | |
BUILDVM jit/vmdef.lua | |
LINK luajit | |
OK Successfully built LuaJIT | |
==== Successfully built LuaJIT 2.0.3 ==== | |
==== Installing LuaJIT 2.0.3 to /tmp/neovim-7YfRg7/.deps/usr ==== | |
==== Successfully installed LuaJIT 2.0.3 to /tmp/neovim-7YfRg7/.deps/usr ==== | |
[ 44%] Completed 'luajit' | |
[ 44%] Built target luajit | |
Scanning dependencies of target luarocks | |
[ 47%] Creating directories for 'luarocks' | |
[ 50%] Performing download step for 'luarocks' | |
-- /tmp/neovim-7YfRg7/.deps/build/src/luarocks is found and not empty, skipping download and extraction. | |
[ 52%] No patch step for 'luarocks' | |
[ 55%] No update step for 'luarocks' | |
[ 58%] Performing configure step for 'luarocks' | |
Checking Lua includes... | |
lua.h found in /tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0/lua.h | |
curl found at /usr/bin | |
openssl found at /usr/bin | |
Configuring for system... | |
Darwin | |
Configuring for architecture... | |
x86_64 | |
Using unversioned rocks dir: /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
Writing configuration... | |
Installation prefix: /tmp/neovim-7YfRg7/.deps/usr | |
LuaRocks configuration directory: /tmp/neovim-7YfRg7/.deps/usr/etc/luarocks | |
Using Lua from: /tmp/neovim-7YfRg7/.deps/usr | |
Done configuring. | |
- Type 'make build' and 'make install': | |
to install to /tmp/neovim-7YfRg7/.deps/usr as usual. | |
- Type 'make bootstrap': | |
to install LuaRocks in /tmp/neovim-7YfRg7/.deps/usr as a rock. | |
[ 61%] No build step for 'luarocks' | |
[ 63%] Performing install step for 'luarocks' | |
Warning: variable CFLAGS was not passed in build_variables | |
No existing manifest. Attempting to rebuild... | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
luarocks 2.2.0-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
[ 66%] Completed 'luarocks' | |
[ 66%] Built target luarocks | |
Scanning dependencies of target msgpack | |
[ 69%] Creating directories for 'msgpack' | |
[ 72%] Performing download step for 'msgpack' | |
-- /tmp/neovim-7YfRg7/.deps/build/src/msgpack is found and not empty, skipping download and extraction. | |
[ 75%] No patch step for 'msgpack' | |
[ 77%] No update step for 'msgpack' | |
[ 80%] Performing configure step for 'msgpack' | |
-- 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 | |
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) | |
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC | |
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- Configuring done | |
CMake Warning (dev): | |
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake | |
--help-policy CMP0042" for policy details. Use the cmake_policy command to | |
set the policy and suppress this warning. | |
MACOSX_RPATH is not specified for the following targets: | |
msgpack | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Generating done | |
-- Build files have been written to: /tmp/neovim-7YfRg7/.deps/build/src/msgpack-build | |
[ 83%] Performing build step for 'msgpack' | |
Scanning dependencies of target msgpack | |
[ 10%] Building C object CMakeFiles/msgpack.dir/src/unpack.c.o | |
[ 20%] Building C object CMakeFiles/msgpack.dir/src/objectc.c.o | |
[ 30%] Building C object CMakeFiles/msgpack.dir/src/version.c.o | |
[ 40%] Building C object CMakeFiles/msgpack.dir/src/vrefbuffer.c.o | |
[ 50%] Building C object CMakeFiles/msgpack.dir/src/zone.c.o | |
Linking C shared library libmsgpack.dylib | |
[ 50%] Built target msgpack | |
Scanning dependencies of target msgpack-static | |
[ 60%] Building C object CMakeFiles/msgpack-static.dir/src/unpack.c.o | |
[ 70%] Building C object CMakeFiles/msgpack-static.dir/src/objectc.c.o | |
[ 80%] Building C object CMakeFiles/msgpack-static.dir/src/version.c.o | |
[ 90%] Building C object CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o | |
[100%] Building C object CMakeFiles/msgpack-static.dir/src/zone.c.o | |
Linking C static library libmsgpack.a | |
[100%] Built target msgpack-static | |
[ 86%] Performing install step for 'msgpack' | |
[ 50%] Built target msgpack | |
[100%] Built target msgpack-static | |
Install the project... | |
-- Install configuration: "" | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/lib/libmsgpack.4.0.0.dylib | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/lib/libmsgpack.3.dylib | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/lib/libmsgpack.dylib | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/lib/libmsgpack.a | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/bool.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/char_ptr.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/cpp11 | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/cpp11/array.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/cpp11/array_char.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/cpp11/forward_list.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/cpp11/tuple.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/define.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/deque.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/detail | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/detail/cpp03_define.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/detail/cpp11_define.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/fixint.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/float.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/int.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/list.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/map.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/msgpack_tuple.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/nil.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/pair.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/raw.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/set.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/string.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/tr1 | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/tr1/unordered_map.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/tr1/unordered_set.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/vector.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/adaptor/vector_char.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/cpp_config.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/detail | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/detail/cpp03_zone.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/detail/cpp11_zone.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/fbuffer.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/fbuffer.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/gcc_atomic.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/object.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/object.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/pack.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/pack.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/pack_define.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/pack_template.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/sbuffer.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/sbuffer.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/sysdep.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/type.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/unpack.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/unpack.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/unpack_define.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/unpack_template.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/util.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/version.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/version.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/version_master.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/vrefbuffer.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/vrefbuffer.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/zbuffer.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/zbuffer.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/zone.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack/zone.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack.h | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/include/msgpack.hpp | |
-- Installing: /tmp/neovim-7YfRg7/.deps/usr/lib/pkgconfig/msgpack.pc | |
[ 88%] Completed 'msgpack' | |
[ 88%] Built target msgpack | |
Scanning dependencies of target busted | |
[ 91%] Generating /tmp/neovim-7YfRg7/.deps/usr/bin/busted | |
Missing dependencies for busted: | |
say >= 1.2-1 | |
luafilesystem >= 1.5.0 | |
ansicolors >= 1.0-1 | |
penlight >= 1.0.0-1 | |
mediator_lua >= 1.1-3 | |
dkjson >= 2.1.0 | |
lua_cliargs >= 2.0 | |
luassert >= 1.7.1-0 | |
Using https://rocks.moonscript.org/say-1.2-1.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
say 1.2-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
Using https://rocks.moonscript.org/luafilesystem-1.6.2-2.src.rock... switching to 'build' mode | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c src/lfs.c -o src/lfs.o | |
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/tmp/neovim-7YfRg7/.deps/usr/lib src/lfs.o | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
luafilesystem 1.6.2-2 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
Using https://rocks.moonscript.org/ansicolors-1.0.2-3.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
ansicolors 1.0.2-3 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
Using https://rocks.moonscript.org/penlight-1.3.1-1.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
penlight 1.3.1-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
Using https://rocks.moonscript.org/mediator_lua-1.1-3.rockspec... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
mediator_lua 1.1-3 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
Using https://rocks.moonscript.org/dkjson-2.5-1.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
dkjson 2.5-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
Using https://rocks.moonscript.org/lua_cliargs-2.1-2.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
lua_cliargs 2.1-2 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
Using https://rocks.moonscript.org/luassert-1.7.1-0.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
luassert 1.7.1-0 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
busted 2.0.rc3-0 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>) | |
[ 91%] Built target busted | |
Scanning dependencies of target lua-messagepack | |
[ 94%] Generating /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks/lua-messagepack | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
lua-messagepack 0.3.1-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
[ 94%] Built target lua-messagepack | |
Scanning dependencies of target lpeg | |
[ 97%] Generating /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks/lpeg | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c lptree.c -o lptree.o | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o | |
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim-7YfRg7/.deps/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
lpeg 0.12-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
[ 97%] Built target lpeg | |
Scanning dependencies of target nvim-client | |
[100%] Generating /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks/nvim-client | |
Missing dependencies for nvim-client: | |
coxpcall | |
Using https://rocks.moonscript.org/coxpcall-1.15.0-1.src.rock... switching to 'build' mode | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
coxpcall 1.15.0-1 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: MIT/X11) | |
Cloning into 'lua-client'... | |
Note: checking out '0aefb79d8f60fd180594f376d20144414e1f37a4'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim-7YfRg7/.deps/usr/include/luajit-2.0 -c nvim/loop.c -o nvim/loop.o -I/tmp/neovim-7YfRg7/.deps/usr/include | |
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o nvim/loop.so -L/tmp/neovim-7YfRg7/.deps/usr/lib nvim/loop.o -L/tmp/neovim-7YfRg7/.deps/usr/lib -Wl,-rpath,/tmp/neovim-7YfRg7/.deps/usr/lib: -luv -lpthread | |
Updating manifest for /tmp/neovim-7YfRg7/.deps/usr/lib/luarocks/rocks | |
nvim-client 0.0.1-3 is now built and installed in /tmp/neovim-7YfRg7/.deps/usr (license: Apache) | |
[100%] Built target nvim-client | |
Scanning dependencies of target third-party | |
[100%] Built target third-party | |
cd build && cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/neovim/HEAD" .. | |
-- 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 | |
CMake Error at cmake/GetGitRevisionDescription.cmake:165 (string): | |
string end index: 12 is out of range -1 - 11 | |
Call Stack (most recent call first): | |
CMakeLists.txt:57 (git_timestamp) | |
-- Performing Test _FORTIFY_SOURCE_ACCEPTABLE | |
-- Performing Test _FORTIFY_SOURCE_ACCEPTABLE - Success | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Looking for dlopen in dl | |
-- Looking for dlopen in dl - found | |
-- Looking for kstat_lookup in kstat | |
-- Looking for kstat_lookup in kstat - not found | |
-- Looking for kvm_open in kvm | |
-- Looking for kvm_open in kvm - not found | |
-- Looking for gethostbyname in nsl | |
-- Looking for gethostbyname in nsl - not found | |
-- Looking for perfstat_cpu in perfstat | |
-- Looking for perfstat_cpu in perfstat - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for sendfile in sendfile | |
-- Looking for sendfile in sendfile - not found | |
-- Found LibUV: /tmp/neovim-7YfRg7/.deps/usr/lib/libuv.a | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Found Msgpack: /tmp/neovim-7YfRg7/.deps/usr/lib/libmsgpack.a | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Found LuaJit: /tmp/neovim-7YfRg7/.deps/usr/lib/libluajit-5.1.a | |
-- Performing Test HAVE_WORKING_LIBINTL | |
-- Performing Test HAVE_WORKING_LIBINTL - Failed | |
-- Found Iconv | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Checking Lua interpreter /tmp/neovim-7YfRg7/.deps/usr/bin/luajit | |
-- Using the Lua interpreter /tmp/neovim-7YfRg7/.deps/usr/bin/luajit | |
-- Looking for tgetent in curses | |
-- Looking for tgetent in curses - found | |
-- Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of int | |
-- Check size of int - done | |
-- Check size of long | |
-- Check size of long - done | |
-- Check size of time_t | |
-- Check size of time_t - done | |
-- Check size of off_t | |
-- Check size of off_t - done | |
-- Check size of void * | |
-- Check size of void * - done | |
-- Looking for _NSGetEnviron | |
-- Looking for _NSGetEnviron - found | |
-- Looking for include file dirent.h | |
-- Looking for include file dirent.h - found | |
-- Looking for include file fcntl.h | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file iconv.h | |
-- Looking for include file iconv.h - found | |
-- Looking for include file langinfo.h | |
-- Looking for include file langinfo.h - found | |
-- Looking for include file libgen.h | |
-- Looking for include file libgen.h - found | |
-- Looking for include file locale.h | |
-- Looking for include file locale.h - found | |
-- Looking for include file pwd.h | |
-- Looking for include file pwd.h - found | |
-- Looking for include file strings.h | |
-- Looking for include file strings.h - found | |
-- Looking for include file stropts.h | |
-- Looking for include file stropts.h - not found | |
-- Looking for include file sys/ioctl.h | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include file sys/param.h | |
-- Looking for include file sys/param.h - found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/wait.h | |
-- Looking for include file sys/wait.h - found | |
-- Looking for include file sys/utsname.h | |
-- Looking for include file sys/utsname.h - found | |
-- Looking for include file utime.h | |
-- Looking for include file utime.h - found | |
-- Looking for include file termcap.h | |
-- Looking for include file termcap.h - found | |
-- Looking for include file termios.h | |
-- Looking for include file termios.h - found | |
-- Looking for include file termio.h | |
-- Looking for include file termio.h - not found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
-- Looking for fsync - found | |
-- Looking for getpwent | |
-- Looking for getpwent - found | |
-- Looking for getpwnam | |
-- Looking for getpwnam - found | |
-- Looking for getpwuid | |
-- Looking for getpwuid - found | |
-- Looking for lstat | |
-- Looking for lstat - found | |
-- Looking for putenv | |
-- Looking for putenv - found | |
-- Looking for opendir | |
-- Looking for opendir - found | |
-- Looking for readlink | |
-- Looking for readlink - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for setpgid | |
-- Looking for setpgid - found | |
-- Looking for setsid | |
-- Looking for setsid - found | |
-- Looking for sigaction | |
-- Looking for sigaction - found | |
-- Looking for sigvec | |
-- Looking for sigvec - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for utime | |
-- Looking for utime - found | |
-- Looking for utimes | |
-- Looking for utimes - found | |
-- Looking for FD_CLOEXEC | |
-- Looking for FD_CLOEXEC - found | |
-- Looking for CODESET | |
-- Looking for CODESET - found | |
-- Configuring incomplete, errors occurred! | |
See also "/tmp/neovim-7YfRg7/build/CMakeFiles/CMakeOutput.log". | |
See also "/tmp/neovim-7YfRg7/build/CMakeFiles/CMakeError.log". | |
make: *** [build/.ran-cmake] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 3e665efea47911bcbe94485dd35efa4c3062c662 | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.10.1-x86_64 | |
Xcode: 6.1 | |
CLT: 6.1.0.0.1.1413057044 | |
X11: N/A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment