Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fails #5387

Closed
thebrianbug opened this issue Sep 26, 2016 · 1 comment
Closed

Make fails #5387

thebrianbug opened this issue Sep 26, 2016 · 1 comment

Comments

@thebrianbug
Copy link

thebrianbug commented Sep 26, 2016

  • nvim --version:
NVIM 0.1.5
Build type: RelWithDebInfo
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/build/config -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/src -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/deps-build/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/build/src/nvim/auto -I/tmp/neovim20160924-8399-1y3dbc/neovim-0.1.5/build/include
Compiled by bmcilw1@MacBook-Pro.local

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui      
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.1.5/share/nvim"
  • Vim (version: ) behaves differently?
  • Operating system/version:
    system_profiler SPSoftwareDataType
System Software Overview:

      System Version: OS X 10.11.6 (15G1004)
      Kernel Version: Darwin 15.6.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Secure Virtual Memory: Enabled
      System Integrity Protection: Enabled
      Time since boot: 3:09

  • Terminal name/version:
    Mac Terminal
    Version 2.6.1 (361.1)
  • $TERM:
    -bash: xterm-256color: command not found
  • Dependencies: Got `em!
brew install libtool automake cmake pkg-config gettext
Warning: automake-1.15 already installed
Warning: gettext-0.19.8.1 already installed
Error: libtool-2.4.6 already installed
To install this version, first `brew unlink libtool`
Error: cmake-3.5.0 already installed
To install this version, first `brew unlink cmake`
Error: pkg-config-0.29.1 already installed
To install this version, first `brew unlink pkg-config`

Actual behaviour

MacBook-Pro:neovim bmcilw1$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -C .deps
[ 10%] Built target luajit
[ 20%] Built target libuv
[ 30%] Built target luv-static
[ 32%] Performing build step for 'unibilium'
/usr/local/bin/glibtool: line 923: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1378: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1270: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1271: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtool: line 1274: /usr/local/Library/ENV/4.3/sed: No such file or directory
:   error: Failed to create '.libs'
make[4]: *** [unibilium.lo] Error 1
make[3]: *** [build/src/unibilium-stamp/unibilium-build] Error 2
make[2]: *** [CMakeFiles/unibilium.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [deps] Error 2

Expected behaviour

Successful build

Steps to reproduce using nvim -u NORC

Try to make Neovim on latest OSX.

After googling I'm not sure if this is a Neovim issue. I'm pointed to the program R, but I wanted to post this here to be sure that the problem is on their end. I'm brand new to Neovim but would like to pitch in.

I ran the following:
brew upgrade r
Error: homebrew/science/r 3.3.1_2 already installed
Homebrew/brew#544
https://github.com/Homebrew/homebrew-science/issues/3839

@thebrianbug
Copy link
Author

thebrianbug commented Sep 26, 2016

Update: fixed after upgrading listed dependencies

brew upgrade libtool automake cmake pkg-config gettext

Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant