Skip to content

Instantly share code, notes, and snippets.

@alexcepoi
Created March 21, 2013 20:05
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 alexcepoi/82b2ee062ad0a0b72dd2 to your computer and use it in GitHub Desktop.
Save alexcepoi/82b2ee062ad0a0b72dd2 to your computer and use it in GitHub Desktop.
alex@mac ~ $ brew doctor
Your system is raring to brew.
alex@mac ~ $ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 05fb7cf2230c00bec64414ded34839dfc4ccb154
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Downloading https://github.com/tuulos/disco/tarball/0.3.2
Already downloaded: /Library/Caches/Homebrew/disco-0_3_2.tgz
tar xf /Library/Caches/Homebrew/disco-0_3_2.tgz
==> make
make
sed -e s^%DISCO_VERSION%^0.3.2^ -e s^%DISCO_RELEASE%^0.3.2^ master/ebin/disco.app.src > master/ebin/disco.app
sed -e s^%DISCO_VERSION%^0.3.2^ -e s^%DISCO_RELEASE%^0.3.2^ master/www/config.html.src > master/www/config.html
sed -e s^%DISCO_VERSION%^0.3.2^ -e s^%DISCO_RELEASE%^0.3.2^ master/www/index.html.src > master/www/index.html
sed -e s^%DISCO_VERSION%^0.3.2^ -e s^%DISCO_RELEASE%^0.3.2^ master/www/job.html.src > master/www/job.html
sed -e s^%DISCO_VERSION%^0.3.2^ -e s^%DISCO_RELEASE%^0.3.2^ doc/conf.py.src > doc/conf.py
mkdir master/ebin/ddfs
mkdir master/ebin/mochiweb
erlc +debug_info -W -o master/ebin master/src/disco.erl
master/src/disco.erl:19: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/disco_config.erl
erlc +debug_info -W -o master/ebin master/src/disco_main.erl
erlc +debug_info -W -o master/ebin master/src/disco_proxy.erl
erlc +debug_info -W -o master/ebin master/src/disco_server.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:18: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:94: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:189: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:196: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:202: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_server.erl:247: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/disco_util.erl
erlc +debug_info -W -o master/ebin master/src/disco_web.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/disco_worker.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco_worker.erl:22: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/event_server.erl
master/src/event_server.erl:165: Warning: regexp:gsub/3: removed in R15; use the re module instead
erlc +debug_info -W -o master/ebin master/src/event_stream.erl
erlc +debug_info -W -o master/ebin master/src/fair_scheduler.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/fair_scheduler_fair_policy.erl
erlc +debug_info -W -o master/ebin master/src/fair_scheduler_fifo_policy.erl
erlc +debug_info -W -o master/ebin master/src/fair_scheduler_job.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
master/src/fair_scheduler_job.erl:275: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/job_coordinator.erl
master/src/disco.hrl:2: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:3: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:6: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:9: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:13: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:23: Warning: type bool() is now called boolean(); please use the new name instead
master/src/disco.hrl:24: Warning: type bool() is now called boolean(); please use the new name instead
master/src/job_coordinator.erl:8: Warning: type result() is unused
master/src/job_coordinator.erl:65: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/message_buffer.erl
erlc +debug_info -W -o master/ebin master/src/netstring.erl
erlc +debug_info -W -o master/ebin master/src/node_mon.erl
master/src/node_mon.erl:43: Warning: type bool() is now called boolean(); please use the new name instead
master/src/node_mon.erl:43: Warning: type bool() is now called boolean(); please use the new name instead
master/src/node_mon.erl:93: Warning: type bool() is now called boolean(); please use the new name instead
master/src/node_mon.erl:121: Warning: type bool() is now called boolean(); please use the new name instead
master/src/node_mon.erl:121: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/shuffle.erl
erlc +debug_info -W -o master/ebin master/src/temp_gc.erl
master/src/temp_gc.erl:54: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin master/src/trunc_io.erl
erlc +debug_info -W -o master/ebin master/src/web_server.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochifmt.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochifmt_records.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochifmt_std.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochihex.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochijson.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochijson2.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochinum.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_app.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_charref.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_cookies.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_echo.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_headers.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_html.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_http.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_multipart.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_request.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_response.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_skel.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_socket_server.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_sup.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/mochiweb_util.erl
erlc +debug_info -W -o master/ebin/mochiweb/ master/src/mochiweb/reloader.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_gc.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_gc_node.erl
master/src/ddfs/ddfs_gc_node.erl:42: Warning: type bool() is now called boolean(); please use the new name instead
master/src/ddfs/ddfs_gc_node.erl:99: Warning: type bool() is now called boolean(); please use the new name instead
master/src/ddfs/ddfs_gc_node.erl:114: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_get.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_http.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_master.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_node.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_put.erl
master/src/ddfs/ddfs_put.erl:58: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_tag.erl
master/src/ddfs/ddfs_tag.erl:37: Warning: type bool() is now called boolean(); please use the new name instead
master/src/ddfs/ddfs_tag.erl:41: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_tag_util.erl
master/src/ddfs/ddfs_tag_util.erl:165: Warning: type bool() is now called boolean(); please use the new name instead
master/src/ddfs/ddfs_tag_util.erl:169: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_util.erl
master/src/ddfs/ddfs_util.erl:14: Warning: type bool() is now called boolean(); please use the new name instead
master/src/ddfs/ddfs_util.erl:33: Warning: type bool() is now called boolean(); please use the new name instead
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/ddfs_web.erl
erlc +debug_info -W -o master/ebin/ddfs/ master/src/ddfs/http_queue.erl
==> make install
make install
install -d /usr/local/Cellar/disco/0_3_2//lib/disco//ebin /usr/local/Cellar/disco/0_3_2//lib/disco//ebin/ddfs /usr/local/Cellar/disco/0_3_2//lib/disco//ebin/mochiweb
install -m 0755 master/ebin/disco.beam master/ebin/disco_config.beam master/ebin/disco_main.beam master/ebin/disco_proxy.beam master/ebin/disco_server.beam master/ebin/disco_util.beam master/ebin/disco_web.beam master/ebin/disco_worker.beam master/ebin/event_server.beam master/ebin/event_stream.beam master/ebin/fair_scheduler.beam master/ebin/fair_scheduler_fair_policy.beam master/ebin/fair_scheduler_fifo_policy.beam master/ebin/fair_scheduler_job.beam master/ebin/job_coordinator.beam master/ebin/message_buffer.beam master/ebin/netstring.beam master/ebin/node_mon.beam master/ebin/shuffle.beam master/ebin/temp_gc.beam master/ebin/trunc_io.beam master/ebin/web_server.beam /usr/local/Cellar/disco/0_3_2//lib/disco//ebin
install -m 0755 master/ebin/mochiweb/mochifmt.beam master/ebin/mochiweb/mochifmt_records.beam master/ebin/mochiweb/mochifmt_std.beam master/ebin/mochiweb/mochihex.beam master/ebin/mochiweb/mochijson.beam master/ebin/mochiweb/mochijson2.beam master/ebin/mochiweb/mochinum.beam master/ebin/mochiweb/mochiweb.beam master/ebin/mochiweb/mochiweb_app.beam master/ebin/mochiweb/mochiweb_charref.beam master/ebin/mochiweb/mochiweb_cookies.beam master/ebin/mochiweb/mochiweb_echo.beam master/ebin/mochiweb/mochiweb_headers.beam master/ebin/mochiweb/mochiweb_html.beam master/ebin/mochiweb/mochiweb_http.beam master/ebin/mochiweb/mochiweb_multipart.beam master/ebin/mochiweb/mochiweb_request.beam master/ebin/mochiweb/mochiweb_response.beam master/ebin/mochiweb/mochiweb_skel.beam master/ebin/mochiweb/mochiweb_socket_server.beam master/ebin/mochiweb/mochiweb_sup.beam master/ebin/mochiweb/mochiweb_util.beam master/ebin/mochiweb/reloader.beam /usr/local/Cellar/disco/0_3_2//lib/disco//ebin/mochiweb
install -m 0755 master/ebin/ddfs/ddfs.beam master/ebin/ddfs/ddfs_gc.beam master/ebin/ddfs/ddfs_gc_node.beam master/ebin/ddfs/ddfs_get.beam master/ebin/ddfs/ddfs_http.beam master/ebin/ddfs/ddfs_master.beam master/ebin/ddfs/ddfs_node.beam master/ebin/ddfs/ddfs_put.beam master/ebin/ddfs/ddfs_tag.beam master/ebin/ddfs/ddfs_tag_util.beam master/ebin/ddfs/ddfs_util.beam master/ebin/ddfs/ddfs_web.beam master/ebin/ddfs/http_queue.beam /usr/local/Cellar/disco/0_3_2//lib/disco//ebin/ddfs
install -d /usr/local/Cellar/disco/0_3_2//etc/disco/
(DESTDIR=/usr/local/Cellar/disco/0_3_2 TARGETDIR=/usr/local/Cellar/disco/0_3_2//lib/disco/ TARGETBIN=/usr/local/Cellar/disco/0_3_2//bin/ DISCO_ROOT=/usr/local/var/disco/ conf/gen.settings.sys-Darwin > /usr/local/Cellar/disco/0_3_2//etc/disco//settings.py || rm /usr/local/Cellar/disco/0_3_2//etc/disco//settings.py; chmod 644 /usr/local/Cellar/disco/0_3_2//etc/disco//settings.py)
install -d /usr/local/Cellar/disco/0_3_2//bin/
install -m 0755 bin/discocli.py /usr/local/Cellar/disco/0_3_2//bin//disco
install -m 0755 bin/ddfscli.py /usr/local/Cellar/disco/0_3_2//bin//ddfs
install -m 0755 master/ebin/disco.app /usr/local/Cellar/disco/0_3_2//lib/disco//ebin
cp -r master/www /usr/local/Cellar/disco/0_3_2//lib/disco/
chmod -R u=rwX,g=rX,o=rX /usr/local/Cellar/disco/0_3_2//lib/disco//www
(cd lib; python setup.py install --root=/usr/local/Cellar/disco/0_3_2 --prefix=)
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/clx
copying clx/__init__.py -> build/lib/clx
copying clx/server.py -> build/lib/clx
copying clx/settings.py -> build/lib/clx
creating build/lib/disco
copying disco/__init__.py -> build/lib/disco
copying disco/comm.py -> build/lib/disco
copying disco/comm_pycurl.py -> build/lib/disco
copying disco/core.py -> build/lib/disco
copying disco/ddfs.py -> build/lib/disco
copying disco/error.py -> build/lib/disco
copying disco/eventmonitor.py -> build/lib/disco
copying disco/events.py -> build/lib/disco
copying disco/fileutils.py -> build/lib/disco
copying disco/func.py -> build/lib/disco
copying disco/future.py -> build/lib/disco
copying disco/modutil.py -> build/lib/disco
copying disco/netstring.py -> build/lib/disco
copying disco/settings.py -> build/lib/disco
copying disco/sysutil.py -> build/lib/disco
copying disco/task.py -> build/lib/disco
copying disco/test.py -> build/lib/disco
copying disco/util.py -> build/lib/disco
creating build/lib/disco/node
copying disco/node/__init__.py -> build/lib/disco/node
copying disco/node/external.py -> build/lib/disco/node
copying disco/node/worker.py -> build/lib/disco/node
creating build/lib/disco/schemes
copying disco/schemes/__init__.py -> build/lib/disco/schemes
copying disco/schemes/scheme_dfs.py -> build/lib/disco/schemes
copying disco/schemes/scheme_disco.py -> build/lib/disco/schemes
copying disco/schemes/scheme_discodb.py -> build/lib/disco/schemes
copying disco/schemes/scheme_file.py -> build/lib/disco/schemes
copying disco/schemes/scheme_http.py -> build/lib/disco/schemes
copying disco/schemes/scheme_raw.py -> build/lib/disco/schemes
copying disco/schemes/scheme_url.py -> build/lib/disco/schemes
running install_lib
creating /usr/local/Cellar/disco/0_3_2/usr
creating /usr/local/Cellar/disco/0_3_2/usr/local
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx
copying build/lib/clx/__init__.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx
copying build/lib/clx/server.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx
copying build/lib/clx/settings.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/__init__.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/comm.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/comm_pycurl.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/core.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/ddfs.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/error.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/eventmonitor.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/events.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/fileutils.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/func.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/future.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/modutil.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/netstring.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node
copying build/lib/disco/node/__init__.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node
copying build/lib/disco/node/external.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node
copying build/lib/disco/node/worker.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node
creating /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/__init__.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_dfs.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_disco.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_discodb.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_file.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_http.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_raw.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/schemes/scheme_url.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes
copying build/lib/disco/settings.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/sysutil.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/task.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/test.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
copying build/lib/disco/util.py -> /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx/server.py to server.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/clx/settings.py to settings.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/comm.py to comm.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/comm_pycurl.py to comm_pycurl.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/core.py to core.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/ddfs.py to ddfs.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/error.py to error.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/eventmonitor.py to eventmonitor.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/events.py to events.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/fileutils.py to fileutils.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/func.py to func.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/future.py to future.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/modutil.py to modutil.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/netstring.py to netstring.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node/external.py to external.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/node/worker.py to worker.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_dfs.py to scheme_dfs.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_disco.py to scheme_disco.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_discodb.py to scheme_discodb.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_file.py to scheme_file.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_http.py to scheme_http.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_raw.py to scheme_raw.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/schemes/scheme_url.py to scheme_url.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/settings.py to settings.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/sysutil.py to sysutil.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/task.py to task.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/test.py to test.pyc
byte-compiling /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco/util.py to util.pyc
running install_egg_info
Writing /usr/local/Cellar/disco/0_3_2/usr/local/lib/python2.7/site-packages/disco-0.1-py2.7.egg-info
install -m 0755 node/disco-worker /usr/local/Cellar/disco/0_3_2//bin/
install -d /usr/local/var/disco/ddfs
cp -r ext /usr/local/Cellar/disco/0_3_2//lib/disco/
cp -r tests /usr/local/Cellar/disco/0_3_2//lib/disco/
==> make install-discodb install-discodex
make install-discodb install-discodex
(cd contrib/discodb; \
python setup.py install --root=/usr/local/Cellar/disco/0_3_2 --prefix=)
running install
running build
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/discodb
copying src/discodb/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/discodb
copying src/discodb/query.py -> build/lib.macosx-10.8-x86_64-2.7/discodb
copying src/discodb/tools.py -> build/lib.macosx-10.8-x86_64-2.7/discodb
running build_ext
building 'discodb._discodb' extension
creating build/temp.macosx-10.8-x86_64-2.7
creating build/temp.macosx-10.8-x86_64-2.7/src
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Isrc -I/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ddb.c -o build/temp.macosx-10.8-x86_64-2.7/src/ddb.o -fnested-functions
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 05fb7cf2230c00bec64414ded34839dfc4ccb154
CPU: quad-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
X11: N/A
==> ENV
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /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/opt/libcmph/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/erlang/bin:/usr/local/opt/libcmph/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: disco did not build
These open issues may also help:
https://github.com/mxcl/homebrew/issues/18646
brew: superenv removed: -I/usr/local/include -g -O3 -Wall -Wstrict-prototypes
src/ddb.c:263:48: error: expected ';' at end of declaration
int key_matches(const struct ddb_cursor *c)
^
;
src/ddb.c:270:11: error: use of undeclared identifier 'c'
if (!(c = calloc(1, sizeof(struct ddb_cursor)))){
^
src/ddb.c:274:5: error: use of undeclared identifier 'c'
c->db = db;
^
src/ddb.c:281:22: error: use of undeclared identifier 'c'
get_item(c, id, &c->cursor.value);
^
src/ddb.c:282:48: error: use of undeclared identifier 'c'
if (id >= db->num_keys || !key_matches(c)){
^
src/ddb.c:283:13: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left = 0;
^
src/ddb.c:283:28: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left = 0;
^
src/ddb.c:284:13: error: use of undeclared identifier 'c'
c->next = empty_next;
^
src/ddb.c:285:20: error: use of undeclared identifier 'c'
return c;
^
src/ddb.c:291:22: error: use of undeclared identifier 'c'
get_item(c, i, &c->cursor.value);
^
src/ddb.c:292:29: error: use of undeclared identifier 'c'
if (key_matches(c))
^
src/ddb.c:295:9: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left = 0;
^
src/ddb.c:295:24: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left = 0;
^
src/ddb.c:296:9: error: use of undeclared identifier 'c'
c->next = empty_next;
^
src/ddb.c:297:16: error: use of undeclared identifier 'c'
return c;
^
src/ddb.c:300:5: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left;
^
src/ddb.c:300:20: error: use of undeclared identifier 'c'
c->num_items = c->cursor.value.num_left;
^
src/ddb.c:301:5: error: use of undeclared identifier 'c'
c->next = value_cursor_next;
^
src/ddb.c:302:12: error: use of undeclared identifier 'c'
return c;
^
19 errors generated.
error: command 'cc' failed with exit status 1
make: *** [install-discodb] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment