Skip to content

Instantly share code, notes, and snippets.

@liviutudor
Created July 9, 2013 22:48
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 liviutudor/5962008 to your computer and use it in GitHub Desktop.
Save liviutudor/5962008 to your computer and use it in GitHub Desktop.
Failed to install `rpm` on MacOS X 10.8.4
Output of `brew install`:
~ $ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install rpm 2>&1
==> Installing rpm dependency: rpm2cpio
==> Downloading http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio/files/rpm2cpio?revision=259745&view=co
Already downloaded: /Library/Caches/Homebrew/rpm2cpio-1.3
Error: rpm2cpio?revision=259745 does not exist
~ $
~ $
~ $
There is no ~/Library/Logs/Homebrew/rpm...:
~ $ ls -la ~/Library/Logs/Homebrew/
total 0
drwxr-xr-x 19 liviutudor staff 646 9 Jul 15:06 .
drwx------+ 33 liviutudor staff 1122 5 Jul 10:42 ..
drwxr-xr-x 4 liviutudor staff 136 13 May 15:21 autoconf
drwxr-xr-x 6 liviutudor staff 204 9 Jul 15:00 beecrypt
drwxr-xr-x 4 liviutudor staff 136 9 Jul 14:44 berkeley-db
drwxr-xr-x 4 liviutudor staff 136 13 May 15:23 gdbm
drwxr-xr-x 5 liviutudor staff 170 9 Jul 15:05 gettext
drwxr-xr-x 4 liviutudor staff 136 9 Jul 14:47 libmagic
drwxr-xr-x 4 liviutudor staff 136 9 Jul 15:00 libtasn1
drwxr-xr-x 4 liviutudor staff 136 13 May 15:24 libyaml
drwxr-xr-x 4 liviutudor staff 136 9 Jul 15:01 neon
drwxr-xr-x 6 liviutudor staff 204 29 May 14:33 openssl
drwxr-xr-x 5 liviutudor staff 170 9 Jul 15:06 ossp-uuid
drwxr-xr-x 6 liviutudor staff 204 9 Jul 15:07 pcre
drwxr-xr-x 4 liviutudor staff 136 9 Jul 14:47 popt
drwxr-xr-x 4 liviutudor staff 136 13 May 15:23 readline
drwxr-xr-x 5 liviutudor staff 170 13 May 15:28 ruby
drwxr-xr-x 3 liviutudor staff 102 13 May 15:21 ruby-build
drwxr-xr-x 4 liviutudor staff 136 9 Jul 15:06 xz
~ $
~ $
Brew doctor reports everything fine:
~ $ brew doctor
Your system is ready to brew.
~ $
Brew config:
~ $ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 39bc24985ebe18475d2d14b10dfa14c45c951c03
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.8.4-x86_64
Xcode: 4.6.3
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/liviutudor/.rbenv/shims/ruby
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment