Skip to content

Instantly share code, notes, and snippets.

@dchabot
Created September 16, 2018 00:42
Show Gist options
  • Save dchabot/73b51a6467063be869c5c072a0d585b8 to your computer and use it in GitHub Desktop.
Save dchabot/73b51a6467063be869c5c072a0d585b8 to your computer and use it in GitHub Desktop.
neovim on Ubuntu 18.04.1 LTS - Homebrew build logs
Homebrew build logs for neovim on Ubuntu 18.04.1 LTS
Build date: 2018-09-15 20:28:00
HOMEBREW_VERSION: 1.7.3
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 76878ffd7882076d23227eff8aae6bdf500e582b
Last commit: 11 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: a1b78a933ffdd1976b4ba7adcd2a22a3b488a45f
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /home/dc/dotfiles/linuxbrew
HOMEBREW_REPOSITORY: /home/dc/dotfiles/linuxbrew
HOMEBREW_CELLAR: /home/dc/dotfiles/linuxbrew/Cellar
HOMEBREW_CACHE: /home/dc/.cache/Homebrew
HOMEBREW_BOTTLE_DEFAULT_DOMAIN_LINUX: https://linuxbrew.bintray.com
HOMEBREW_BOTTLE_DEFAULT_DOMAIN_MACOS: https://homebrew.bintray.com
HOMEBREW_GIT: git
HOMEBREW_GITHUB_API_TOKEN: set
CPU: quad-core 64-bit dunno
Homebrew Ruby: 2.5.1 => /usr/bin/ruby2.5
Clang: N/A
Git: 2.17.1 => /usr/bin/git
Curl: 7.58.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.15.0-34-generic x86_64 GNU/Linux
OS: Ubuntu 18.04.1 LTS (bionic)
Host glibc: 2.27
/usr/bin/gcc: 7.3.0
glibc: N/A
gcc: N/A
xorg: N/A
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:
/home/dc/.linuxbrew/bin/pkg-config
/home/dc/.linuxbrew/bin/jemalloc-config
/home/dc/.linuxbrew/bin/ncursesw6-config
/home/dc/.linuxbrew/bin/python3-config
/home/dc/.linuxbrew/bin/python3.7m-config
/home/dc/.linuxbrew/bin/python3.7-config
/home/dc/.linuxbrew/bin/curl-config
/home/dc/.linuxbrew/bin/pcre-config
/home/dc/.linuxbrew/bin/ncurses6-config
/home/dc/.linuxbrew/bin/xml2-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:
python@2
Warning: /usr/bin occurs before /home/dc/dotfiles/linuxbrew/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
msgconv
curl
unzipsfx
xmllint
msguniq
toe
xzless
msgunfmt
gettext
msgcomm
zipinfo
infotocap
msgen
pkg-config
zipgrep
msgfilter
envsubst
lzgrep
lzcmp
pip2
msggrep
python3
lzmainfo
ngettext
tput
msgfmt
lzcat
clear
xmlcatalog
msgmerge
msgexec
openssl
pip
xgettext
tabs
lzdiff
infocmp
lzegrep
pydoc3
reset
xz
msgattrib
xzdiff
msginit
msgcat
captoinfo
unxz
xzfgrep
recode-sr-latin
patch
tic
gettext.sh
lzfgrep
lzma
funzip
c_rehash
xzcat
lzmore
xzcmp
unlzma
unzip
xzmore
msgcmp
tset
xzegrep
xzgrep
gettextize
lzless
Consider setting your PATH so that /home/dc/dotfiles/linuxbrew/bin
occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/home/dc/dotfiles/linuxbrew/bin:$PATH"' >> ~/.bash_profile
Warning: Homebrew's bin was not found in your PATH.
Consider setting the PATH for example like so
echo 'export PATH="/home/dc/dotfiles/linuxbrew/bin:$PATH"' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment