Skip to content

Instantly share code, notes, and snippets.

@rkumar
Created November 7, 2012 19:22
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 rkumar/4033780 to your computer and use it in GitHub Desktop.
Save rkumar/4033780 to your computer and use it in GitHub Desktop.
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install proctools
/u/l/Cellar git:master ❯❯❯ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install proctools
==> Downloading http://downloads.sourceforge.net/project/proctools/proctools/0.4pre1/proctools-0.4pre1.tar.gz
Already downloaded: /Users/rahul/Library/Caches/Homebrew/proctools-0.4pre1.tar.gz
/usr/bin/tar xf /Users/rahul/Library/Caches/Homebrew/proctools-0.4pre1.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-pfind-Makefile.diff -o 000-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-pfind-pfind.c.diff -o 001-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-pgrep-Makefile.diff -o 002-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-pkill-Makefile.diff -o 003-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-proctools-fmt.c.diff -o 004-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-proctools-proctools.c.diff -o 005-homebrew.diff https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files/patch-proctools-proctools.h.diff -o 006-homebrew.diff
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
patching file pfind/Makefile
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file pfind/pfind.c
/usr/bin/patch -f -p0 -i 002-homebrew.diff
patching file pgrep/Makefile
/usr/bin/patch -f -p0 -i 003-homebrew.diff
patching file pkill/Makefile
/usr/bin/patch -f -p0 -i 004-homebrew.diff
patching file proctools/fmt.c
/usr/bin/patch -f -p0 -i 005-homebrew.diff
patching file proctools/proctools.c
/usr/bin/patch -f -p0 -i 006-homebrew.diff
patching file proctools/proctools.h
==> bsdmake PREFIX=/usr/local/Cellar/proctools/0.4pre1
bsdmake PREFIX=/usr/local/Cellar/proctools/0.4pre1
===> proctools (all)
"/usr/local/Cellar/bsdmake/24/share/mk/bsdmake/bsd.compat.mk", line 36: warning: NOLINT is deprecated in favor of NO_LINT
"/usr/local/Cellar/bsdmake/24/share/mk/bsdmake/bsd.compat.mk", line 36: warning: NOPIC is deprecated in favor of NO_PIC
"/usr/local/Cellar/bsdmake/24/share/mk/bsdmake/bsd.compat.mk", line 36: warning: NOPROFILE is deprecated in favor of NO_PROFILE
cc -Os -pipe -c fmt.c
brew: superenv removed: -Os
cc -Os -pipe -c proctools.c
brew: superenv removed: -Os
building static proctools library
tsort: invalid option -- 'q'
Try `tsort --help' for more information.
ar: no archive members specified
usage: ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
*** Error code 1
1 error
*** Error code 2
1 error
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: 83ce2f477f9ce2a367e8a890cfdda70a5c8c7ced
CPU: dual-core 64-bit penryn
OS X: 10.7.5-x86_64
Xcode: 4.5.1
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.6.4 => /usr/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/bsdmake:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/bsdmake/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: proctools did not build
brew doctor
Your system is raring to brew.
ls ~/Library/Logs/Homebrew/proctools
total 0
(No files generated, CLT is latest from Apple site)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment