1. Macintosh-2:~ deveritt$ brew install erlang --no-docs
  2. ==> Downloading https://github.com/erlang/otp/tarball/OTP_R15B01
  3. ######################################################################## 100.0%
  4. ==> Compilation takes a long time; use `brew install -v erlang` to see progress
  5. ==> ./otp_build autoconf
  6. ==> ./configure --disable-debug --prefix=/usr/local/homebrew/Cellar/erlang/R15B01 --enable-kernel-poll --enable-threads
  7. ==> make
  8. ==> make install
  9. /usr/local/homebrew/Cellar/erlang/R15B01: 5236 files, 123M, built in 27.6 minutes
  10. Macintosh-2:~ deveritt$ brew install couchdb
  11. ==> Installing couchdb dependency: help2man
  12. ==> Downloading http://ftpmirror.gnu.org/help2man/help2man-1.40.9.tar.gz
  13. ######################################################################## 100.0%
  14. ==> ./configure --prefix=/usr/local/homebrew/Cellar/help2man/1.40.9
  15. ==> make help2man man
  16. ==> /usr/bin/gzip help2man.1
  17. /usr/local/homebrew/Cellar/help2man/1.40.9: 6 files, 88K, built in 4 seconds
  18. ==> Installing couchdb dependency: readline
  19. ==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz
  20. ######################################################################## 100.0%
  21. ==> Downloading patches
  22. ######################################################################## 100.0%
  23. ######################################################################## 100.0%
  24. ==> Patching
  25. patching file vi_mode.c
  26. patching file callback.c
  27. patching file support/shobj-conf
  28. patching file patchlevel
  29. ==> ./configure --prefix=/usr/local/homebrew/Cellar/readline/6.2.2 --mandir=/usr/local/homebrew/Cellar/readline/6.2.2/s
  30. ==> make install
  31. ==> Caveats
  32. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  33.  
  34. OS X provides the BSD libedit library, which shadows libreadline.
  35. In order to prevent conflicts when programs look for libreadline we are
  36. defaulting this GNU Readline installation to keg-only.
  37.  
  38. Generally there are no consequences of this for you.
  39. If you build your own software and it requires this formula, you'll need
  40. to add its lib & include paths to your build variables:
  41.  
  42.    LDFLAGS  -L/usr/local/homebrew/Cellar/readline/6.2.2/lib
  43.    CPPFLAGS -I/usr/local/homebrew/Cellar/readline/6.2.2/include
  44. ==> Summary
  45. /usr/local/homebrew/Cellar/readline/6.2.2: 30 files, 1.6M, built in 44 seconds
  46. ==> Installing couchdb dependency: nspr
  47. ==> Downloading http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.8/src/nspr-4.8.8.tar.gz
  48. ######################################################################## 100.0%
  49. ==> ./configure --prefix=/usr/local/homebrew/Cellar/nspr/4.8.8 --disable-debug --enable-strip --enable-optimize
  50. ==> make
  51. ==> make install
  52. Warning: Non-executables were installed to "bin".
  53. Installing non-executables to "bin" is bad practice.
  54. The offending files are:
  55. /usr/local/homebrew/Cellar/nspr/4.8.8/bin/prerr.properties
  56. Warning: m4 macros were installed to "share/aclocal".
  57. Homebrew does not append "/usr/local/homebrew/share/aclocal"
  58. to "/usr/share/aclocal/dirlist". If an autoconf script you use
  59. requires these m4 macros, you'll need to add this path manually.
  60. ==> Summary
  61. /usr/local/homebrew/Cellar/nspr/4.8.8: 99 files, 1.5M, built in 25 seconds
  62. ==> Installing couchdb dependency: spidermonkey
  63. ==> Downloading http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz
  64. ######################################################################## 100.0%
  65. ==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz
  66. ######################################################################## 100.0%
  67. ==> ./configure --disable-debug --program-suffix=213 --prefix=/private/tmp/homebrew-spidermonkey-1.8.5-IvsY/js-1.8.5/ac
  68. ==> make install
  69. ==> /private/tmp/homebrew-spidermonkey-1.8.5-IvsY/js-1.8.5/ac213/bin/autoconf213
  70. ==> ../js/src/configure --prefix=/usr/local/homebrew/Cellar/spidermonkey/1.8.5 --enable-readline --enable-threadsafe --
  71. ==> make
  72. ==> make install
  73. ==> Caveats
  74. This formula installs Spidermonkey 1.8.5.
  75. If you are trying to compile MongoDB from scratch, you will need 1.7.x instead.
  76. ==> Summary
  77. /usr/local/homebrew/Cellar/spidermonkey/1.8.5: 101 files, 12M, built in 4.3 minutes
  78. ==> Installing couchdb dependency: icu4c
  79. ==> Downloading http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz
  80. ######################################################################## 100.0%
  81. ==> ./configure --prefix=/usr/local/homebrew/Cellar/icu4c/4.8.1.1 --disable-samples --enable-static
  82. ==> make
  83. ==> make install
  84. ==> Caveats
  85. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  86.  
  87. Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167
  88.  
  89. Generally there are no consequences of this for you.
  90. If you build your own software and it requires this formula, you'll need
  91. to add its lib & include paths to your build variables:
  92.  
  93.    LDFLAGS  -L/usr/local/homebrew/Cellar/icu4c/4.8.1.1/lib
  94.    CPPFLAGS -I/usr/local/homebrew/Cellar/icu4c/4.8.1.1/include
  95. ==> Summary
  96. /usr/local/homebrew/Cellar/icu4c/4.8.1.1: 233 files, 49M, built in 10.0 minutes
  97. ==> Installing couchdb dependency: curl
  98. ==> Downloading http://curl.haxx.se/download/curl-7.25.0.tar.bz2
  99. ######################################################################## 100.0%
  100. ==> ./configure --disable-debug --prefix=/usr/local/homebrew/Cellar/curl/7.25.0
  101. ==> make install
  102. ==> Caveats
  103. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  104.  
  105. Mac OS X already provides this program and installing another version in
  106. parallel can cause all kinds of trouble.
  107.  
  108. The libcurl provided by Leopard is too old for CouchDB to use.
  109.  
  110. Generally there are no consequences of this for you.
  111. If you build your own software and it requires this formula, you'll need
  112. to add its lib & include paths to your build variables:
  113.  
  114.     LDFLAGS  -L/usr/local/homebrew/Cellar/curl/7.25.0/lib
  115.     CPPFLAGS -I/usr/local/homebrew/Cellar/curl/7.25.0/include
  116. ==> Summary
  117. /usr/local/homebrew/Cellar/curl/7.25.0: 73 files, 1.8M, built in 2.7 minutes
  118. ==> Installing couchdb
  119. ==> Downloading http://www.apache.org/dyn/closer.cgi?path=couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz
  120. ==> Best Mirror http://mirrors.ukfast.co.uk/sites/ftp.apache.org/couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz
  121. ######################################################################## 100.0%
  122. ==> ./configure --prefix=/usr/local/homebrew/Cellar/couchdb/1.2.0 --localstatedir=/usr/local/homebrew/var --sysconfdir=
  123. ==> make
  124. ==> make install
  125.  
  126. Macintosh-2:~ deveritt$ brew install erlang --no-docs
  127. ==> Downloading https://github.com/erlang/otp/tarball/OTP_R15B01
  128. ######################################################################## 100.0%
  129. ==> Compilation takes a long time; use `brew install -v erlang` to see progress
  130. ==> ./otp_build autoconf
  131. ==> ./configure --disable-debug --prefix=/usr/local/homebrew/Cellar/erlang/R15B01 --enable-kernel-poll --enable-threads
  132. ==> make
  133. ==> make install
  134. /usr/local/homebrew/Cellar/erlang/R15B01: 5236 files, 123M, built in 27.6 minutes
  135. Macintosh-2:~ deveritt$ brew install couchdb
  136. ==> Installing couchdb dependency: help2man
  137. ==> Downloading http://ftpmirror.gnu.org/help2man/help2man-1.40.9.tar.gz
  138. ######################################################################## 100.0%
  139. ==> ./configure --prefix=/usr/local/homebrew/Cellar/help2man/1.40.9
  140. ==> make help2man man
  141. ==> /usr/bin/gzip help2man.1
  142. /usr/local/homebrew/Cellar/help2man/1.40.9: 6 files, 88K, built in 4 seconds
  143. ==> Installing couchdb dependency: readline
  144. ==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz
  145. ######################################################################## 100.0%
  146. ==> Downloading patches
  147. ######################################################################## 100.0%
  148. ######################################################################## 100.0%
  149. ==> Patching
  150. patching file vi_mode.c
  151. patching file callback.c
  152. patching file support/shobj-conf
  153. patching file patchlevel
  154. ==> ./configure --prefix=/usr/local/homebrew/Cellar/readline/6.2.2 --mandir=/usr/local/homebrew/Cellar/readline/6.2.2/s
  155. ==> make install
  156. ==> Caveats
  157. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  158.  
  159. OS X provides the BSD libedit library, which shadows libreadline.
  160. In order to prevent conflicts when programs look for libreadline we are
  161. defaulting this GNU Readline installation to keg-only.
  162.  
  163. Generally there are no consequences of this for you.
  164. If you build your own software and it requires this formula, you'll need
  165. to add its lib & include paths to your build variables:
  166.  
  167.    LDFLAGS  -L/usr/local/homebrew/Cellar/readline/6.2.2/lib
  168.    CPPFLAGS -I/usr/local/homebrew/Cellar/readline/6.2.2/include
  169. ==> Summary
  170. /usr/local/homebrew/Cellar/readline/6.2.2: 30 files, 1.6M, built in 44 seconds
  171. ==> Installing couchdb dependency: nspr
  172. ==> Downloading http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.8/src/nspr-4.8.8.tar.gz
  173. ######################################################################## 100.0%
  174. ==> ./configure --prefix=/usr/local/homebrew/Cellar/nspr/4.8.8 --disable-debug --enable-strip --enable-optimize
  175. ==> make
  176. ==> make install
  177. Warning: Non-executables were installed to "bin".
  178. Installing non-executables to "bin" is bad practice.
  179. The offending files are:
  180. /usr/local/homebrew/Cellar/nspr/4.8.8/bin/prerr.properties
  181. Warning: m4 macros were installed to "share/aclocal".
  182. Homebrew does not append "/usr/local/homebrew/share/aclocal"
  183. to "/usr/share/aclocal/dirlist". If an autoconf script you use
  184. requires these m4 macros, you'll need to add this path manually.
  185. ==> Summary
  186. /usr/local/homebrew/Cellar/nspr/4.8.8: 99 files, 1.5M, built in 25 seconds
  187. ==> Installing couchdb dependency: spidermonkey
  188. ==> Downloading http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz
  189. ######################################################################## 100.0%
  190. ==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz
  191. ######################################################################## 100.0%
  192. ==> ./configure --disable-debug --program-suffix=213 --prefix=/private/tmp/homebrew-spidermonkey-1.8.5-IvsY/js-1.8.5/ac
  193. ==> make install
  194. ==> /private/tmp/homebrew-spidermonkey-1.8.5-IvsY/js-1.8.5/ac213/bin/autoconf213
  195. ==> ../js/src/configure --prefix=/usr/local/homebrew/Cellar/spidermonkey/1.8.5 --enable-readline --enable-threadsafe --
  196. ==> make
  197. ==> make install
  198. ==> Caveats
  199. This formula installs Spidermonkey 1.8.5.
  200. If you are trying to compile MongoDB from scratch, you will need 1.7.x instead.
  201. ==> Summary
  202. /usr/local/homebrew/Cellar/spidermonkey/1.8.5: 101 files, 12M, built in 4.3 minutes
  203. ==> Installing couchdb dependency: icu4c
  204. ==> Downloading http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz
  205. ######################################################################## 100.0%
  206. ==> ./configure --prefix=/usr/local/homebrew/Cellar/icu4c/4.8.1.1 --disable-samples --enable-static
  207. ==> make
  208. ==> make install
  209. ==> Caveats
  210. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  211.  
  212. Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167
  213.  
  214. Generally there are no consequences of this for you.
  215. If you build your own software and it requires this formula, you'll need
  216. to add its lib & include paths to your build variables:
  217.  
  218.    LDFLAGS  -L/usr/local/homebrew/Cellar/icu4c/4.8.1.1/lib
  219.    CPPFLAGS -I/usr/local/homebrew/Cellar/icu4c/4.8.1.1/include
  220. ==> Summary
  221. /usr/local/homebrew/Cellar/icu4c/4.8.1.1: 233 files, 49M, built in 10.0 minutes
  222. ==> Installing couchdb dependency: curl
  223. ==> Downloading http://curl.haxx.se/download/curl-7.25.0.tar.bz2
  224. ######################################################################## 100.0%
  225. ==> ./configure --disable-debug --prefix=/usr/local/homebrew/Cellar/curl/7.25.0
  226. ==> make install
  227. ==> Caveats
  228. This formula is keg-only, so it was not symlinked into /usr/local/homebrew.
  229.  
  230. Mac OS X already provides this program and installing another version in
  231. parallel can cause all kinds of trouble.
  232.  
  233. The libcurl provided by Leopard is too old for CouchDB to use.
  234.  
  235. Generally there are no consequences of this for you.
  236. If you build your own software and it requires this formula, you'll need
  237. to add its lib & include paths to your build variables:
  238.  
  239.     LDFLAGS  -L/usr/local/homebrew/Cellar/curl/7.25.0/lib
  240.     CPPFLAGS -I/usr/local/homebrew/Cellar/curl/7.25.0/include
  241. ==> Summary
  242. /usr/local/homebrew/Cellar/curl/7.25.0: 73 files, 1.8M, built in 2.7 minutes
  243. ==> Installing couchdb
  244. ==> Downloading http://www.apache.org/dyn/closer.cgi?path=couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz
  245. ==> Best Mirror http://mirrors.ukfast.co.uk/sites/ftp.apache.org/couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz
  246. ######################################################################## 100.0%
  247. ==> ./configure --prefix=/usr/local/homebrew/Cellar/couchdb/1.2.0 --localstatedir=/usr/local/homebrew/var --sysconfdir=
  248. ==> make
  249. ==> make install
  250. ^Z
  251. [1]+  Stopped                 brew install couchdb
  252. Macintosh-2:~ deveritt$ jobs
  253. [1]+  Stopped                 brew install couchdb
  254. Macintosh-2:~ deveritt$ kill %1
  255.  
  256. [1]+  Stopped                 brew install couchdb
  257. Macintosh-2:~ deveritt$ Error: SIGTERM
  258. Please report this bug:
  259.     https://github.com/mxcl/homebrew/wiki/reporting-bugs
  260. /usr/local/homebrew/Library/Homebrew/formula_installer.rb:208:in `wait'
  261. /usr/local/homebrew/Library/Homebrew/formula_installer.rb:208:in `build'
  262. /usr/local/homebrew/Library/Homebrew/utils.rb:251:in `ignore_interrupts'
  263. /usr/local/homebrew/Library/Homebrew/formula_installer.rb:206:in `build'
  264. /usr/local/homebrew/Library/Homebrew/formula_installer.rb:108:in `install'
  265. /usr/local/homebrew/Library/Homebrew/cmd/install.rb:75:in `install_formulae'
  266. /usr/local/homebrew/Library/Homebrew/cmd/install.rb:72:in `each'
  267. /usr/local/homebrew/Library/Homebrew/cmd/install.rb:72:in `install_formulae'
  268. /usr/local/homebrew/Library/Homebrew/cmd/install.rb:20:in `install'
  269. /usr/local/homebrew/bin/brew:83:in `send'
  270. /usr/local/homebrew/bin/brew:83
  271. /usr/local/homebrew/Library/Homebrew/build.rb:35:in `close': Broken pipe (Errno::EPIPE)
  272.     from /usr/local/homebrew/Library/Homebrew/build.rb:35
  273.     from /usr/local/homebrew/Library/Formula/couchdb.rb:47