You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Fixed updating the Beanstalk Formula from:
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
To:
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--with-event=#{HOMEBREW_PREFIX}"
checking libevent install prefix... configure: error: Unable to locate libevent headers, please use --with-event=
http://github.com/mxcl/homebrew/blob/master/Library/Formula/beanstalk.rb#L12
==> Environment
sh: line 1: 66328 Trace/BPT trap git rev-parse --verify HEAD 2> /dev/null
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /Users/daviscabral/Code/homebrew
HOMEBREW_CELLAR: /Users/daviscabral/Code/homebrew/Cellar
HOMEBREW_CACHE: /Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /Users/daviscabral/Code/homebrew
HOMEBREW_LIBRARY_PATH: /Users/daviscabral/Code/homebrew/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.5.8
Kernel Architecture: i386
Ruby: 1.8.7-174
GCC-4.2: build 5577 (5577 or newer recommended)
LLVM: N/A
MacPorts or Fink? false
X11 installed? true
Exit status: 1
Error: Failure while executing: ./configure --prefix=/Users/daviscabral/Code/homebrew/Cellar/beanstalk/1.4 --disable-debug --disable-dependency-tracking
Please report this bug at http://github.com/mxcl/homebrew/issues
The text was updated successfully, but these errors were encountered: