Skip to content

Instantly share code, notes, and snippets.

@Meekohi
Created October 11, 2012 19:16
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 Meekohi/3874823 to your computer and use it in GitHub Desktop.
Save Meekohi/3874823 to your computer and use it in GitHub Desktop.
permissions error during brew install parallel
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install parallel
==> Downloading http://ftpmirror.gnu.org/parallel/parallel-20120622.tar.bz2
Already downloaded: /Library/Caches/Homebrew/parallel-20120622.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/parallel-20120622.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/parallel/20120622
./configure --prefix=/usr/local/Cellar/parallel/20120622
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
==> make install
make install
Making install in src
pod2man --release='20120622' --center='parallel' \
--section=1 ./parallel.pod > ./parallel.1
pod2man --release='20120622' --center='parallel' \
--section=1 ./sem.pod > ./sem.1
pod2man --release='20120622' --center='parallel' \
--section=1 ./sql > ./sql.1
pod2man --release='20120622' --center='parallel' \
--section=1 ./niceload.pod > ./niceload.1
pod2html ./parallel.pod > ./parallel.html
/bin/sh: /usr/bin/pod2html: Permission denied
make[1]: *** [parallel.html] Error 126
make: *** [install-recursive] Error 1
Error: Failure while executing: make install
$ brew doctor
Your system is raring to brew.
$ ls -al /usr/bin/pod2html
-rw-rw-rw- 21 root wheel 807 Jul 11 2011 /usr/bin/pod2html
Should I chown pod2html?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment