Skip to content

Instantly share code, notes, and snippets.

@shekibobo
Last active August 29, 2015 14:00
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 shekibobo/11070287 to your computer and use it in GitHub Desktop.
Save shekibobo/11070287 to your computer and use it in GitHub Desktop.
+requirements_osx_brew_libs_install:2> brew unlink libksba
Error: No such keg: /usr/local/Cellar/libksba
+requirements_osx_brew_libs_install:2> true
+requirements_osx_brew_libs_install:3> brew install libksba
==> Downloading ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/libksba-1.3.0.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/libksba/1.3.0
==> make install
libtool: link: cannot determine absolute directory name of `@@HOMEBREW_CELLAR@@/libgpg-error/1.12/lib'
make[2]: *** [libksba.la] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
+requirements_osx_brew_libs_install:5> typeset 'ret=1'
+requirements_osx_brew_libs_install:6> rvm_warn 'There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation'
+rvm_warn:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:11> return 1
+rvm_warn:4> printf %b 'There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation\n'
There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
+requirements_osx_brew_libs_install:11> case 10.9 (10.6)
+requirements_osx_brew_libs_install:18> return 1
joshuakovach at nymeria in ~
$ rvm install 2.1
Searching for binary rubies, this might take some time.
Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.1.tar.bz2
Checking requirements for osx.
Installing requirements for osx.
Updating system - please wait
Installing required packages: libksba - please wait
Error running 'requirements_osx_brew_libs_install libksba',
showing last 15 lines of /Users/joshuakovach/.rvm/log/1397855240_ruby-2.1.1/package_install_libksba.log
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:11> return 1
+rvm_warn:4> printf %b 'There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation\n'
There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
+requirements_osx_brew_libs_install:11> case 10.9 (10.6)
+requirements_osx_brew_libs_install:18> return 1
Requirements installation failed with status: 1.
joshuakovach at nymeria in ~
$ brew doctor
Your system is ready to brew.
joshuakovach at nymeria in ~
$ rvm requirements
Checking requirements for osx.
Error: No available formula for gcc46
Installing requirements for osx.
Updating system....
Installing required custom packages: homebrew/versions.
Installing required packages: gcc46, libksba................
Error running 'requirements_osx_brew_libs_install gcc46 libksba',
showing last 15 lines of /Users/joshuakovach/.rvm/log/1397855306/package_install_gcc46_libksba.log
+ case "$1" in
+ [[ -t 1 ]]
+ return 1
+ printf %b 'There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation\n'
There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
+ case "$_system_version" in
+ return 1
Requirements installation failed with status: 1.
@shekibobo
Copy link
Author

$ brew reinstall libgpg-error solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment