Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

wrangler install failure #219

Closed
joewilliams opened this issue Dec 19, 2009 · 1 comment
Closed

wrangler install failure #219

joewilliams opened this issue Dec 19, 2009 · 1 comment

Comments

@joewilliams
Copy link

joe@der-dieb ~ $ brew install wrangler
==> Downloading http://www.cs.kent.ac.uk/projects/forse/wrangler/wrangler-0.8/wrangler-0.8.1.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/wrangler/0.8.1 --disable-debug --disable-dependency-tracking
==> make
==> make install
* Installing Emacs Lisp Library
install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/elisp 
install -m 775 elisp/*.el elisp/*.elc /usr/local/Cellar/wrangler/0.8.1/share/wrangler/elisp

* Installing Erlang Library
install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin /usr/local/Cellar/wrangler/0.8.1/share/wrangler/src
install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/bin
install -m 775 -d /usr/local/Cellar/wrangler/0.8.1/share/wrangler/plt
install -m 775 ebin/*.beam /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin
install -m 775 src/*.erl /usr/local/Cellar/wrangler/0.8.1/share/wrangler/src
install -m 775 src/*.app /usr/local/Cellar/wrangler/0.8.1/share/wrangler/ebin
install -m 775 c_src/suffixtree* /usr/local/Cellar/wrangler/0.8.1/share/wrangler/bin
install: c_src/suffixtree*: No such file or directory
make: *** [install] Error 71
http://github.com/mxcl/homebrew/blob/master/Library/Formula/wrangler.rb#L13
==> Environment
HOMEBREW_VERSION: 0.5
HEAD: 
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/joe/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC-4.2: build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 2
Error: Failure while executing: make install 
Please report this bug at http://github.com/mxcl/homebrew/issues
@joewilliams
Copy link
Author

Here's a branch with the fix: http://github.com/joewilliams/homebrew/tree/219

Sharpie pushed a commit to Sharpie/homebrew that referenced this issue Sep 12, 2012
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
ClashTheBunny pushed a commit to ClashTheBunny/homebrew that referenced this issue Jan 22, 2015
Since the method wasn't being re-aliased, Pathname#delete was calling
the old buggy version instead of the redefined version.

Fixes Homebrew#219.
lumaxis pushed a commit to lumaxis/homebrew that referenced this issue Feb 17, 2015
* Use consistent ver function for version suffix so that release and
  HEAD shares the same version suffix.
* Use the built clang to build libc++.
  - Building libc++ requires C++11 support, which is not present in
    older compilers like Apple gcc-4.2/llvm-gcc-4.2.
  - Require "--with-clang" when specifying "--with-libcxx".
* Drop "-lc++" from caveats. Unnecessary when using clang++.
* llvm34: Migrate to resource.
* llvm33: Add head links.

Closes Homebrew#219.
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant