Skip to content

Instantly share code, notes, and snippets.

@paul-hammant
Created February 6, 2013 20:17
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 paul-hammant/4725420 to your computer and use it in GitHub Desktop.
Save paul-hammant/4725420 to your computer and use it in GitHub Desktop.
my svn homebrew problem
PH7785:to_delete paul$ brew update
Already up-to-date.
PH7785:to_delete paul$ brew upgrade
PH7785:to_delete paul$ brew update
Already up-to-date.
PH7785:to_delete paul$ brew rm sqlite svn
Uninstalling /usr/local/Cellar/sqlite/3.7.15.1...
Uninstalling /usr/local/Cellar/subversion/1.7.8...
PH7785:to_delete paul$ brew install svn
==> Installing subversion dependency: sqlite
==> Downloading http://sqlite.org/sqlite-autoconf-3071501.tar.gz
Already downloaded: /Library/Caches/Homebrew/sqlite-3.7.15.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sqlite/3.7.15.1 --enable-dynamic-extensions
==> make install
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
OS X already provides (an older) sqlite3.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
==> Summary
🍺 /usr/local/Cellar/sqlite/3.7.15.1: 9 files, 1.9M, built in 27 seconds
==> Installing subversion
==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.8.tar.bz2
Already downloaded: /Library/Caches/Homebrew/subversion-1.7.8.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/subversion/1.7.8 --with-apr=/usr/local/Library/ENV/4.3 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local/opt/sqlite --with-serf=/usr
==> make
==> make install
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/subversion/1.7.8: 98 files, 7.4M, built in 2.7 minutes
PH7785:to_delete paul$ brew doctor
Your system is raring to brew.
PH7785:to_delete paul$ svn co http://svn.apache.org/repos/asf/spamassassin/trunk/NOTICE
dyld: Library not loaded: /usr/local/lib/libsqlite3.0.8.6.dylib
Referenced from: /usr/local/lib/libserf-1.0.dylib
Reason: image not found
Trace/BPT trap: 5
PH7785:to_delete paul$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 1ff03fecaa0efa380bfdc916cb23cc5de999fa25
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.6.0.0.1.1358221012
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
PH7785:to_delete paul$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install foo
Error: No available formula for foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment