Created
March 21, 2012 10:22
-
-
Save gareth/2146018 to your computer and use it in GitHub Desktop.
Problems with `brew install ack`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ local git:(master) brew install ack | |
==> Downloading https://github.com/petdance/ack/tarball/1.96 | |
######################################################################## 100.0% | |
==> pod2man ack ack.1 | |
==> Build Environment | |
CPU: quad-core 64-bit nehalem | |
MacOS: 10.6.8-i386 | |
Xcode: 4.0 | |
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -msse4 | |
CXXFLAGS: -Os -w -pipe -march=core2 -msse4 | |
MAKEFLAGS: -j4 | |
Error: Failed executing: pod2man ack ack.1 (ack.rb:9) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs | |
➜ local git:(master) brew doctor | |
Your system is raring to brew. | |
➜ local git:(master) brew update | |
Already up-to-date. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the following fixed this for me:
$ sudo chmod 755 /usr/bin/pod2man