Skip to content

Instantly share code, notes, and snippets.

@staticfloat
Created August 24, 2012 21:36
Show Gist options
  • Select an option

  • Save staticfloat/3455903 to your computer and use it in GitHub Desktop.

Select an option

Save staticfloat/3455903 to your computer and use it in GitHub Desktop.
errors on errors
HOMEBREW_VERSION: 0.9.2
HEAD: 22e786528e240ec4fda3b93b345da096e63bc7da
HOMEBREW_PREFIX: /Users/sabae/.homebrew
HOMEBREW_CELLAR: /Users/sabae/.homebrew/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.8.1-x86_64
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2336
Clang: 4.0 build 421
MacPorts or Fink? false
X11: 2.7.2 in /opt/X11
System Ruby: 1.8.7-358
Which Perl: /usr/bin/perl
Which Python: /Users/sabae/.homebrew/bin/python => /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
$ brew doctor
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
cairo
matplotlib
pixman
Warning: Your Homebrew is not installed to /usr/local
You can install Homebrew anywhere you want, but some brews may only build
correctly if you install in /usr/local. Sorry!
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install libffi libpng
Run `brew missing` for more details.
$ export FC=`brew --prefix`/bin/gfortran-4.7
$ brew install -v --default-fortran-flags --HEAD julia
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-358; Mac OS X 10.8.1) https://raw.github.com/staticfloat/homebrew/652835f810439ffdde237a1818af58140421acd1/Library/Formula/suite-sparse.rb -o /Library/Caches/Homebrew/Formula/suite-sparse.rb
######################################################################## 100.0%
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-358; Mac OS X 10.8.1) https://raw.github.com/staticfloat/homebrew/652835f810439ffdde237a1818af58140421acd1/Library/Formula/suite-sparse.rb -o /Library/Caches/Homebrew/Formula/suite-sparse.rb
######################################################################## 100.0%
==> Cloning https://github.com/JuliaLang/julia.git
Updating /Library/Caches/Homebrew/julia--git
/Users/sabae/.homebrew/bin/git config remote.origin.url https://github.com/JuliaLang/julia.git
/Users/sabae/.homebrew/bin/git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
/Users/sabae/.homebrew/bin/git fetch origin
/Users/sabae/.homebrew/bin/git reset --hard origin/HEAD
HEAD is now at a81c9b7 Update mailmap
/Users/sabae/.homebrew/bin/git checkout-index -a -f --prefix=/private/tmp/homebrew-julia-HEAD-svNS/
/Users/sabae/.homebrew/bin/git submodule init
/Users/sabae/.homebrew/bin/git submodule update
/Users/sabae/.homebrew/bin/git submodule --quiet foreach --recursive /Users/sabae/.homebrew/bin/git checkout-index -a -f "--prefix=/private/tmp/homebrew-julia-HEAD-svNS/$path/"
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file Makefile
patching file extras/Makefile
patching file deps/Makefile
Hunk #1 succeeded at 654 with fuzz 1.
Hunk #2 succeeded at 799 with fuzz 1.
==> Building with an alternative Fortran compiler. This is unsupported.
==> make -C contrib -f repackage_system_suitesparse4.make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD FC=/Users/sabae/.homebrew/bin/gfortran-4.7 USECLANG=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 U
SE_SYSTEM_LIGHTTPD=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_NGINX=1
make -C contrib -f repackage_system_suitesparse4.make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD FC=/Users/sabae/.homebrew/bin/gfortran-4.7 USECLANG=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_S
YSTEM_LIGHTTPD=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_NGINX=1
mkdir -p /private/tmp/homebrew-julia-HEAD-svNS/usr/lib
mkdir -p /private/tmp/homebrew-julia-HEAD-svNS/deps/SuiteSparse-SYSTEM/lib
cd /private/tmp/homebrew-julia-HEAD-svNS/deps/SuiteSparse-SYSTEM/lib && \\
rm -f *.a && \\
cp -f /Users/sabae/.homebrew/lib/libamd.a /Users/sabae/.homebrew/lib/libcamd.a /Users/sabae/.homebrew/lib/libccolamd.a /Users/sabae/.homebrew/lib/libcholmod.a /Users/sabae/.homebrew/lib/libcolamd.a /Users/sabae/.homebrew/lib/libsuitesparseconfig.a /Users/sabae/.ho
mebrew/lib/libumfpack.a . && \\
clang -mmacosx-version-min=10.6 -shared -Xlinker -all_load libamd.a -o /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libamd.dylib && \\
install_name_tool -id @executable_path/../lib/libamd.dylib /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libamd.dylib && \\
clang -mmacosx-version-min=10.6 -shared -Xlinker -all_load libcolamd.a -o /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libcolamd.dylib && \\
install_name_tool -id @executable_path/../lib/libcolamd.dylib /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libcolamd.dylib && \\
clang++ -mmacosx-version-min=10.6 -shared -Xlinker -all_load libsuitesparseconfig.a libcholmod.a -o /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libcholmod.dylib -L/private/tmp/homebrew-julia-HEAD-svNS/usr/lib -L. -lcolamd -lccolamd -lcamd -lamd -framework vecL
ib -lBLAS && \\
install_name_tool -id @executable_path/../lib/libcholmod.dylib /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libcholmod.dylib && \\
clang++ -mmacosx-version-min=10.6 -shared -Xlinker -all_load libsuitesparseconfig.a libumfpack.a -o /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libumfpack.dylib -L/private/tmp/homebrew-julia-HEAD-svNS/usr/lib -L. -lcholmod -lcolamd -lcamd -lamd -framework vecL
ib -lBLAS && \\
install_name_tool -id @executable_path/../lib/libumfpack.dylib /private/tmp/homebrew-julia-HEAD-svNS/usr/lib/libumfpack.dylib
==> make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD FC=/Users/sabae/.homebrew/bin/gfortran-4.7 USECLANG=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIGHTTPD=1 USE_SYSTEM_LAPACK=1 USE_SYST
EM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_NGINX=1
make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD FC=/Users/sabae/.homebrew/bin/gfortran-4.7 USECLANG=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIGHTTPD=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_B
LAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_NGINX=1
src/unix/fs.c:458:44: warning: implicit declaration of function 'fdatasync' [-Wimplicit-function-declaration]
WRAP_EIO(UV_FS_FDATASYNC, eio_fdatasync, fdatasync, ARGS1(file))
^
src/unix/fs.c:55:19: note: expanded from macro 'WRAP_EIO'
req->result = func(args); \\
^
1 warning generated.
In file included from src/unix/ev/ev.c:1544:
src/unix/ev/ev_poll.c:110:18: warning: expression result unused [-Wunused-value]
assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1971:12: warning: expression result unused [-Wunused-value]
assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1974:14: warning: expression result unused [-Wunused-value]
assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1984:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1985:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1986:16: warning: expression result unused [-Wunused-value]
assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:1997:16: warning: expression result unused [-Wunused-value]
assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2015:14: warning: expression result unused [-Wunused-value]
assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2022:18: warning: expression result unused [-Wunused-value]
assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2023:18: warning: expression result unused [-Wunused-value]
assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2200:24: warning: expression result unused [-Wunused-value]
assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2248:24: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2398:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2672:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with negative fd", fd >= 0));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2673:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_start called with illegal event mask",
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2682:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
~~~~~~~~~~^~~~~~~~~~~~~ ~
src/unix/ev/ev.c:2682:34: note: place parentheses around the '&' expression to silence this warning
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
^
( )
src/unix/ev/ev.c:2695:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2715:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2743:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2803:16: warning: expression result unused [-Wunused-value]
assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2835:14: warning: expression result unused [-Wunused-value]
assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2872:12: warning: expression result unused [-Wunused-value]
assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2875:12: warning: expression result unused [-Wunused-value]
assert (("libev: a signal must not be attached to two different loops",
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:2992:12: warning: expression result unused [-Wunused-value]
assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/ev/ev.c:3562:14: warning: expression result unused [-Wunused-value]
assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
25 warnings generated.
src/unix/eio/eio.c:594:12: warning: expression result unused [-Wunused-value]
assert (("unable to allocate worker thread data", wrk));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
src/unix/eio/eio.c:1103:10: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration]
return fdatasync (fd);
^
src/unix/eio/eio.c:1408:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
src/unix/eio/eio.c:1856:15: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
src/unix/eio/eio.c:2212:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration]
case EIO_RENAME: req->result = rename (req->ptr1, req->ptr2); break;
^
src/unix/eio/eio.c:2569:12: warning: expression result unused [-Wunused-value]
assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2));
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
6 warnings generated.
src/ares/ares_process.c:481:48: warning: passing 'ares_socklen_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
0, &from.sa, &fromlen);
^~~~~~~~
/usr/include/sys/socket.h:622:25: note: passing argument to parameter here
socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom);
^
1 warning generated.
/usr/bin/ranlib: file: uv.a(ares_strcasecmp.o) has no symbols
/usr/bin/ranlib: file: uv.a(ares_strdup.o) has no symbols
/usr/bin/ranlib: file: uv.a(ares_writev.o) has no symbols
/usr/bin/ranlib: file: uv.a(inet_ntop.o) has no symbols
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6848k 100 6848k 0 0 5345k 0 0:00:01 0:00:01 --:--:-- 5409k
100 245k 100 245k 0 0 132k 0 0:00:01 0:00:01 --:--:-- 143k
patching file dSFMT.h
CC deps/Rmath/src/bd0.o
CC deps/Rmath/src/i1mach.o
CC deps/Rmath/src/dnbeta.o
CC deps/Rmath/src/pnbinom.o
CC deps/Rmath/src/qlnorm.o
CC deps/Rmath/src/rgeom.o
CC deps/Rmath/src/bessel_i.o
CC deps/Rmath/src/dnbinom.o
CC deps/Rmath/src/imax2.o
CC deps/Rmath/src/pnchisq.o
CC deps/Rmath/src/qlogis.o
CC deps/Rmath/src/rhyper.o
CC deps/Rmath/src/bessel_j.o
CC deps/Rmath/src/dnchisq.o
CC deps/Rmath/src/imin2.o
CC deps/Rmath/src/pnf.o
CC deps/Rmath/src/qnbeta.o
CC deps/Rmath/src/rlnorm.o
CC deps/Rmath/src/bessel_k.o
CC deps/Rmath/src/dnf.o
CC deps/Rmath/src/lbeta.o
CC deps/Rmath/src/pnorm.o
CC deps/Rmath/src/qnbinom.o
CC deps/Rmath/src/rlogis.o
CC deps/Rmath/src/bessel_y.o
CC deps/Rmath/src/dnorm.o
CC deps/Rmath/src/pnt.o
CC deps/Rmath/src/lgamma.o
CC deps/Rmath/src/qnchisq.o
CC deps/Rmath/src/rmultinom.o
CC deps/Rmath/src/beta.o
CC deps/Rmath/src/dnt.o
CC deps/Rmath/src/lgammacor.o
CC deps/Rmath/src/polygamma.o
CC deps/Rmath/src/qnf.o
CC deps/Rmath/src/rnbinom.o
CC deps/Rmath/src/chebyshev.o
CC deps/Rmath/src/dpois.o
CC deps/Rmath/src/log1p.o
CC deps/Rmath/src/ppois.o
CC deps/Rmath/src/qnorm.o
CC deps/Rmath/src/rnchisq.o
CC deps/Rmath/src/choose.o
CC deps/Rmath/src/dt.o
CC deps/Rmath/src/mlutils.o
CC deps/Rmath/src/pt.o
CC deps/Rmath/src/qnt.o
CC deps/Rmath/src/rnorm.o
CC deps/Rmath/src/d1mach.o
CC deps/Rmath/src/dunif.o
CC deps/Rmath/src/pbeta.o
CC deps/Rmath/src/ptukey.o
CC deps/Rmath/src/qpois.o
CC deps/Rmath/src/rpois.o
CC deps/Rmath/src/dbeta.o
CC deps/Rmath/src/dweibull.o
CC deps/Rmath/src/pbinom.o
CC deps/Rmath/src/punif.o
CC deps/Rmath/src/qt.o
CC deps/Rmath/src/rt.o
CC deps/Rmath/src/dbinom.o
CC deps/Rmath/src/expm1.o
CC deps/Rmath/src/pcauchy.o
CC deps/Rmath/src/pweibull.o
CC deps/Rmath/src/qtukey.o
CC deps/Rmath/src/runif.o
CC deps/Rmath/src/dcauchy.o
CC deps/Rmath/src/fmax2.o
CC deps/Rmath/src/pchisq.o
CC deps/Rmath/src/qbeta.o
CC deps/Rmath/src/qunif.o
CC deps/Rmath/src/rweibull.o
CC deps/Rmath/src/dchisq.o
CC deps/Rmath/src/fmin2.o
CC deps/Rmath/src/pexp.o
CC deps/Rmath/src/qbinom.o
CC deps/Rmath/src/qweibull.o
CC deps/Rmath/src/dexp.o
CC deps/Rmath/src/sexp.o
CC deps/Rmath/src/fprec.o
CC deps/Rmath/src/pf.o
CC deps/Rmath/src/qcauchy.o
CC deps/Rmath/src/rbeta.o
CC deps/Rmath/src/sign.o
CC deps/Rmath/src/df.o
CC deps/Rmath/src/fround.o
CC deps/Rmath/src/pgamma.o
CC deps/Rmath/src/qchisq.o
CC deps/Rmath/src/rbinom.o
CC deps/Rmath/src/signrank.o
CC deps/Rmath/src/dgamma.o
CC deps/Rmath/src/fsign.o
CC deps/Rmath/src/pgeom.o
CC deps/Rmath/src/rcauchy.o
CC deps/Rmath/src/qexp.o
CC deps/Rmath/src/snorm.o
CC deps/Rmath/src/dgeom.o
CC deps/Rmath/src/ftrunc.o
CC deps/Rmath/src/phyper.o
CC deps/Rmath/src/qf.o
CC deps/Rmath/src/rchisq.o
CC deps/Rmath/src/dhyper.o
CC deps/Rmath/src/stirlerr.o
CC deps/Rmath/src/gamma.o
CC deps/Rmath/src/plnorm.o
CC deps/Rmath/src/qgamma.o
CC deps/Rmath/src/rexp.o
CC deps/Rmath/src/toms708.o
CC deps/Rmath/src/dlnorm.o
CC deps/Rmath/src/gamma_cody.o
CC deps/Rmath/src/plogis.o
CC deps/Rmath/src/qgeom.o
CC deps/Rmath/src/rf.o
CC deps/Rmath/src/wilcox.o
CC deps/Rmath/src/dlogis.o
CC deps/Rmath/src/gammalims.o
CC deps/Rmath/src/pnbeta.o
CC deps/Rmath/src/qhyper.o
CC deps/Rmath/src/rgamma.o
CC deps/Rmath/src/sunif.o
LINK deps/Rmath/src/libRmath.dylib
CC src/jltypes.o
CC src/gf.o
CC src/support/hashing.o
CC src/support/timefuncs.o
CC src/support/dblprint.o
CC src/support/ptrhash.o
CC src/builtins.o
CC src/support/operators.o
CC src/support/socket.o
CC src/support/utf8.o
CC src/support/ios.o
CC src/module.o
CC src/support/htable.o
CC src/support/bitvector.o
CC src/support/int2str.o
CC src/codegen.o
CC src/support/libsupportinit.o
CC src/support/arraylist.o
LINK src/support/libsupport.a
CC src/interpreter.o
CC src/alloc.o
CC src/dlload.o
CC src/sys.o
CC src/init.o
CC src/task.o
CC src/array.o
CC src/dump.o
CC src/toplevel.o
CC src/gc.o
CC src/flisp/flisp.o
CC src/flisp/builtins.o
CC src/flisp/string.o
CC src/flisp/equalhash.o
CC src/flisp/table.o
CC src/flisp/iostream.o
CC src/flisp/julia_extensions.o
CC src/flisp/flmain.o
LINK src/flisp/libflisp.a
CC src/flisp/flisp
FLISP src/julia_flisp.boot
FLISP src/julia_flisp.boot.inc
CC src/ast.o
LINK usr/lib/libjulia-release.dylib
ld: warning: directory not found for option '-L/Users/sabae/.homebrew/Cellar/openblas/HEAD/lib'
PERL base/pcre_h.jl
PERL base/errno_h.jl
PERL base/os_detect.jl
PERL extras/glpk_h.jl
PERL extras/julia_message_types_h.jl
CC ui/repl.o
CC ui/repl-basic.o
CC ui/repl-readline.o
LINK usr/bin/julia-release-basic
repl-readline.c:160:5: error: use of undeclared identifier 'rl_done'
rl_done = !rl_ast || !jl_is_expr(rl_ast) ||
^
repl-readline.c:163:10: error: use of undeclared identifier 'rl_done'
if (!rl_done) {
^
repl-readline.c:485:48: error: use of undeclared identifier 'vi_insertion_keymap'
Keymap keymaps[] = {emacs_standard_keymap, vi_insertion_keymap};
^
repl-readline.c:487:27: error: invalid application of 'sizeof' to an incomplete type 'Keymap []'
for (i = 0; i < sizeof(keymaps)/sizeof(keymaps[0]); i++) {
^~~~~~~~~
repl-readline.c:522:5: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals = 0;
^
5 errors generated.
make[2]: *** [repl-readline.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
==> Exit Status: 2
https://github.com/staticfloat/homebrew-julia/blob/master/./julia.rb#L67
==> Build Environment
HOMEBREW_VERSION: 0.9.2
HEAD: 22e786528e240ec4fda3b93b345da096e63bc7da
HOMEBREW_PREFIX: /Users/sabae/.homebrew
CPU: dual-core 64-bit penryn
OS X: 10.8.1-x86_64
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
X11: 2.7.2 in /opt/X11
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CPPFLAGS: -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -I/Users/sabae/.homebrew/Cellar/openblas/HEAD/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -isystem /Users/sabae/.homebrew/include
LDFLAGS: -L/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/lib -L/Users/sabae/.homebrew/Cellar/openblas/HEAD/lib -L/Users/sabae/.homebrew/Cellar/readline/6.2.4/lib -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/Cellar/gcc/4.7.1/gcc/lib/gcc/x86_64-apple-darwin12.1.0/
4.7.1/../../..
CMAKE_PREFIX_PATH: /Users/sabae/.homebrew
MAKEFLAGS: -j2
MACOSX_DEPLOYMENT_TARGET: 10.8
PKG_CONFIG_PATH: /Users/sabae/.homebrew/Library/Homebrew/pkgconfig
ACLOCAL_PATH: /Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/share/aclocal
OBJC: /usr/bin/clang
PATH: /Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/bin:/Users/sabae/.homebrew/Cellar/openblas/HEAD/bin:/Users/sabae/.homebrew/Cellar/readline/6.2.4/bin:/Users/sabae/bin:/Users/sabae/.homebrew/share/python:/Users/sabae/.homebrew/bin:/Users/sabae/.homebrew/sbin:/usr/bin:/
bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/sabae/.ec2/bin:/Users/sabae/.homebrew/Library/Contributions/cmds
Error: Failed executing: make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD FC=/Users/sabae/.homebrew/bin/gfortran-4.7 USECLANG=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIGHTTPD=1 USE_SYS
TEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_NGINX=1 (julia.rb:67)
This link will help resolve the above errors:
https://github.com/staticfloat/homebrew-julia/issues/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment