Skip to content

Instantly share code, notes, and snippets.

@timgilbert
Created March 9, 2011 01:42
Show Gist options
  • Save timgilbert/861532 to your computer and use it in GitHub Desktop.
Save timgilbert/861532 to your computer and use it in GitHub Desktop.
llvm[1]: Packaging ocamldoc documentation
llvm[1]: Installing ocamldoc documentation
pod2html --css=manpage.css --htmlroot=. \
--podpath=. --noindex --infile=FileCheck.pod --outfile=/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/FileCheck.html --title=FileCheck
make[2]: pod2html: Permission denied
pod2html --css=manpage.css --htmlroot=. \
--podpath=. --noindex --infile=bugpoint.pod --outfile=/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/bugpoint.html --title=bugpoint
make[2]: pod2html: Permission denied
pod2html --css=manpage.css --htmlroot=. \
--podpath=. --noindex --infile=lit.pod --outfile=/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/lit.html --title=lit
make[2]: pod2html: Permission denied
make[2]: *** [/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/bugpoint.html] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/FileCheck.html] Error 1
make[2]: *** [/private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide/lit.html] Error 1
rm /private/tmp/homebrew-llvm-2.8-U84J/llvm-2.8/docs/CommandGuide//.dir
make[1]: *** [install] Error 1
make: *** [install] Error 1
Exit status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/llvm.rb#L62
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: be2de97693b4bc12de18d7552c30d7d0ef736787
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit arrandale
OS X: 10.6.6
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.3
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -w -pipe -O3
CXXFLAGS: -w -pipe -O3
MAKEFLAGS: -j4
Error: Failure while executing: make install
Please follow the instructions to report this bug at:
https://github.com/mxcl/homebrew/wiki/new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment