Created
July 12, 2012 22:11
-
-
Save spott/3101432 to your computer and use it in GitHub Desktop.
Errors from julia
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
==> Installing julia | |
==> Cloning https://github.com/JuliaLang/julia.git | |
Updating /Library/Caches/Homebrew/julia--git | |
Submodule 'deps/libuv' () registered for path 'deps/libuv' | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> make -C contrib -f repackage_system_suitesparse.make PREFIX=/usr/local/Cellar/julia/HEAD USECLANG=1 USE_SYSTEM_READLINE=1 USE_SYSTE | |
==> 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_ | |
SuiteSparse_wrapper.c:104:68: error: use of undeclared identifier 'SuiteSparse_long' | |
size_t isize = cs->itype == CHOLMOD_INT ? sizeof(int) : sizeof(SuiteSparse_long); | |
^ | |
1 error generated. | |
make[2]: *** [/private/tmp/homebrew-julia-HEAD-H9th/usr/lib/libsuitesparse_wrapper.dylib] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0In 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) | |
^ | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0src/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) | |
^ | |
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; | |
^ | |
25 warnings generated. | |
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. | |
6 245k 6 15676 0 0 19264 0 0:00:13 --:--:-- 0:00:13 24455src/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 | |
100 245k 100 245k 0 0 107k 0 0:00:02 0:00:02 --:--:-- 116k | |
100 6845k 100 6845k 0 0 1139k 0 0:00:06 0:00:06 --:--:-- 1307k | |
make[1]: *** [julia-release] Error 2 | |
make: *** [release] Error 2 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: (none) | |
CPU: 8-core 64-bit dunno | |
OS X: 10.7.4-x86_64 | |
Press ENTER or type command to continue | |
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 | |
MAKEFLAGS: -j8 | |
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:64) | |
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