Skip to content

Instantly share code, notes, and snippets.

@bukzor
Created May 6, 2018 21:59
Show Gist options
  • Save bukzor/c1e9a51e0b2eb1f9a5b7852ad4cec76c to your computer and use it in GitHub Desktop.
Save bukzor/c1e9a51e0b2eb1f9a5b7852ad4cec76c to your computer and use it in GitHub Desktop.
$ brew config
HOMEBREW_VERSION: 1.6.3-dirty
ORIGIN: git@github.com:Linuxbrew/brew.git
HEAD: b67917c837f1fb9c5bf2494cfd89b4eee6802802
Last commit: 6 hours ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 968e12cee4398a031dc80eef3f2cde5bb656ad81
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /home/buck/prefix/brew
HOMEBREW_REPOSITORY: /home/buck/prefix/brew
HOMEBREW_CELLAR: /home/buck/prefix/brew/Cellar
HOMEBREW_CACHE: /home/buck/.cache/Homebrew
HOMEBREW_BUILD_FROM_SOURCE: 1
HOMEBREW_CASK_OPTS: --caskroom=~/Caskroom --binarydir=~/prefix/brew/bin
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_MAKE_JOBS: 24
HOMEBREW_VERBOSE: 1
HOMEBREW_VISUAL: vim
CPU: octa-core 64-bit sandybridge
Homebrew Ruby: 2.3.3 => /usr/bin/ruby2.3
Clang: 4.0 build 401
Git: 2.14.1 => /usr/bin/git
Curl: 7.55.1 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.13.0-36-lowlatency x86_64 GNU/Linux
OS: Ubuntu 17.10 (artful)
Host glibc: 2.26
/usr/bin/gcc: 7.2.0
glibc: N/A
gcc: N/A
xorg: N/A
$ 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: You have HOMEBREW_BUILD_FROM_SOURCE set. This environment variable is
intended for use by Homebrew developers. If you are encountering errors,
please try unsetting this. Please do not file issues if you encounter
errors when using this environment variable.
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:
rust
Warning: You have uncommitted modifications to Homebrew
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /home/buck/prefix/brew/Library && git stash && git clean -d -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment