Created
July 13, 2012 22:35
-
-
Save spott/3107999 to your computer and use it in GitHub Desktop.
julia errors 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[spott@Galactica /Users/spott]$ brew install julia --HEAD -v | |
==> Installing julia | |
==> Cloning https://github.com/JuliaLang/julia.git | |
Updating /Library/Caches/Homebrew/julia--git | |
git config remote.origin.url https://github.com/JuliaLang/julia.git | |
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master | |
git fetch origin | |
git reset --hard origin/HEAD | |
HEAD is now at 8e7f38f include SuiteSparse lib wrapper dependancies when linking. closes #1051 | |
git checkout-index -a -f --prefix=/private/tmp/homebrew-julia-HEAD-e7kC/ | |
git submodule init | |
Submodule 'deps/libuv' () registered for path 'deps/libuv' | |
git submodule update | |
git submodule --quiet foreach --recursive git checkout-index -a -f "--prefix=/private/tmp/homebrew-julia-HEAD-e7kC/$path/" | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> make -C contrib -f repackage_system_suitesparse4.make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=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_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 | |
make -C contrib -f repackage_system_suitesparse4.make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=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_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 | |
mkdir -p /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib | |
mkdir -p /private/tmp/homebrew-julia-HEAD-e7kC/deps/SuiteSparse-SYSTEM/lib | |
cd /private/tmp/homebrew-julia-HEAD-e7kC/deps/SuiteSparse-SYSTEM/lib && \ | |
rm -f *.a && \ | |
cp -f `find /lib /usr/lib /usr/local/lib /usr/local/Cellar/readline/6.2.2/lib /usr/local/lib /usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -name libamd.a -o -name libcolamd.a -o -name libcholmod.a -o -name libumfpack.a -o -name libsuitesparseconfig.a 2>/dev/null` . && \ | |
clang -mmacosx-version-min=10.5 -shared -Xlinker -all_load libamd.a -o /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libamd.dylib && \ | |
install_name_tool -id @executable_path/../lib/libamd.dylib /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libamd.dylib && \ | |
clang -mmacosx-version-min=10.5 -shared -Xlinker -all_load libcolamd.a -o /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libcolamd.dylib && \ | |
install_name_tool -id @executable_path/../lib/libcolamd.dylib /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libcolamd.dylib && \ | |
clang++ -mmacosx-version-min=10.5 -shared -Xlinker -all_load libsuitesparseconfig.a libcholmod.a -o /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libcholmod.dylib -L/private/tmp/homebrew-julia-HEAD-e7kC/usr/lib -lcolamd -lamd -framework vecLib -lBLAS && \ | |
install_name_tool -id @executable_path/../lib/libcholmod.dylib /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libcholmod.dylib && \ | |
clang++ -mmacosx-version-min=10.5 -shared -Xlinker -all_load libsuitesparseconfig.a libumfpack.a -o /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libumfpack.dylib -L/private/tmp/homebrew-julia-HEAD-e7kC/usr/lib -lcholmod -lcolamd -lamd -framework vecLib -lBLAS && \ | |
install_name_tool -id @executable_path/../lib/libumfpack.dylib /private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/libumfpack.dylib | |
==> make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=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_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 | |
make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=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_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 | |
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: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) | |
^ | |
3 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:615: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 | |
100 245k 100 245k 0 0 70494 0 0:00:03 0:00:03 --:--:-- 83392 | |
patching file dSFMT.h | |
CC deps/Rmath/src/bd0.o | |
CC deps/Rmath/src/dnbeta.o | |
CC deps/Rmath/src/i1mach.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/lgamma.o | |
CC deps/Rmath/src/pnt.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/sexp.o | |
CC deps/Rmath/src/dexp.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/qexp.o | |
CC deps/Rmath/src/rcauchy.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/stirlerr.o | |
CC deps/Rmath/src/dhyper.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 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 6848k 100 6848k 0 0 339k 0 0:00:20 0:00:20 --:--:-- 207k | |
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/support/operators.o | |
CC src/support/socket.o | |
CC src/support/utf8.o | |
CC src/support/ios.o | |
CC src/support/dirpath.o | |
CC src/support/htable.o | |
CC src/support/bitvector.o | |
CC src/support/int2str.o | |
CC src/support/libsupportinit.o | |
CC src/support/arraylist.o | |
LINK src/support/libsupport.a | |
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 | |
LINK src/flisp/libflisp.a | |
CC src/flisp/flmain.o | |
CC src/flisp/flisp | |
FLISP src/julia_flisp.boot | |
FLISP src/julia_flisp.boot.inc | |
CC src/ast.o | |
CC src/builtins.o | |
CC src/module.o | |
CC src/codegen.o | |
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 | |
LINK usr/lib/libjulia-release.dylib | |
PERL base/pcre_h.jl | |
PERL base/errno_h.jl | |
PERL base/os_detect.jl | |
PERL extras/glpk_h.jl | |
i686-apple-darwin11-llvm-gcc-4.2: /usr/include/glpk.h: No such file or directory | |
i686-apple-darwin11-llvm-gcc-4.2: warning: '-x c' after last input file has no effect | |
i686-apple-darwin11-llvm-gcc-4.2: no input files | |
PERL extras/julia_message_types_h.jl | |
CC ui/repl.o | |
CC ui/repl-basic.o | |
LINK usr/bin/julia-release-basic | |
CC ui/repl-readline.o | |
LINK usr/bin/julia-release-readline | |
LINK usr/bin/julia-release-webserver | |
JULIA usr/lib/julia/sys0.ji | |
/bin/sh: line 1: 66954 Segmentation fault: 11 /private/tmp/homebrew-julia-HEAD-e7kC/usr/bin/julia-release-readline -b stage0.jl | |
make[1]: *** [/private/tmp/homebrew-julia-HEAD-e7kC/usr/lib/julia/sys0.ji] Error 139 | |
make: *** [release] Error 2 | |
==> Exit Status: 2 | |
https://github.com/staticfloat/homebrew-julia/blob/master/./julia.rb#L65 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 8f1a5f60eac747f90b3c6a528a90536b3ec72191 | |
CPU: 8-core 64-bit dunno | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.3.3 | |
CLT: 4.3.0.0.1.1249367152 | |
X11: 2.7.2 @ /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.7 -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include | |
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include | |
LDFLAGS: -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 | |
MACOSX_DEPLOYMENT_TARGET: 10.7 | |
Error: Failed executing: make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=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_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 (julia.rb:65) | |
If `brew doctor` does not, this may help you fix or report the issue: | |
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