curl: (56) Recv failure: Operation timed out

2,231 views
Skip to first unread message

Sean Goggins

unread,
Jun 30, 2012, 12:54:49 PM6/30/12
to juli...@googlegroups.com
I have downloaded julia and am trying to build it.  I did search the list and did not find this particular error before. I am using a MAC, with OSX Lion.

Final Line:  curl: (56) Recv failure: Operation timed out

Nearby context:

    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 6845k  100 6845k    0     0  3205k      0  0:00:02  0:00:02 --:--:-- 3961k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:53 --:--:--     0
curl: (56) Recv failure: Operation timed out
make[2]: *** [llvm-3.1.src.tar.gz] Error 56
make[1]: *** [julia-release] Error 2


Full Context:

n2-155-18:~ sean$ git clone git://github.com/JuliaLang/julia.git
Cloning into 'julia'...

remote: Counting objects: 34660, done.
remote: Compressing objects: 100% (9297/9297), done.
remote: Total 34660 (delta 25885), reused 33874 (delta 25175)
Receiving objects: 100% (34660/34660), 8.87 MiB | 2.36 MiB/s, done.
Resolving deltas: 100% (25885/25885), done.
n2-155-18:~ sean$ 
n2-155-18:~ sean$ make
make: *** No targets specified and no makefile found.  Stop.
n2-155-18:~ sean$ ls
Desktop Downloads Movies Pictures SeanDropbox x.sh
Documents Library Music Public julia
n2-155-18:~ sean$ cd julia
n2-155-18:julia sean$ make
Submodule 'deps/libuv' (http://github.com/JuliaLang/libuv.git) registered for path 'deps/libuv'
Cloning into 'deps/libuv'...
remote: Counting objects: 11050, done.
remote: Compressing objects: 100% (2780/2780), done.
remote: Total 11050 (delta 8664), reused 10490 (delta 8217)
Receiving objects: 100% (11050/11050), 3.14 MiB | 2.35 MiB/s, done.
Resolving deltas: 100% (8664/8664), done.
Submodule path 'deps/libuv': checked out 'd48c5bd0adcb08fc8793529aed8a19530efde9ee'
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: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)
                        ^
4 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
e_scalbf.c: In function ‘scalbf’:
e_scalbf.c:32: warning: incompatible implicit declaration of built-in function ‘finitef’
s_significandf.c: In function ‘significandf’:
s_significandf.c:22: warning: incompatible implicit declaration of built-in function ‘scalbf’
e_jnf.c: In function ‘jnf’:
e_jnf.c:44: warning: incompatible implicit declaration of built-in function ‘j0f’
e_jnf.c:45: warning: incompatible implicit declaration of built-in function ‘j1f’
e_jnf.c: In function ‘ynf’:
e_jnf.c:176: warning: incompatible implicit declaration of built-in function ‘y0f’
e_jnf.c:177: warning: incompatible implicit declaration of built-in function ‘y1f’
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  245k  100  245k    0     0  73687      0  0:00:03  0:00:03 --:--:-- 82518
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 6845k  100 6845k    0     0  3205k      0  0:00:02  0:00:02 --:--:-- 3961k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:53 --:--:--     0
curl: (56) Recv failure: Operation timed out
make[2]: *** [llvm-3.1.src.tar.gz] Error 56
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
n2-155-18:julia sean$ 

Stefan Karpinski

unread,
Jun 30, 2012, 12:57:38 PM6/30/12
to juli...@googlegroups.com
Looks like llvm.org is down. I suspect they'll be back up soon. Sorry for the hassle.

Mike Nolta

unread,
Jun 30, 2012, 1:46:46 PM6/30/12
to juli...@googlegroups.com
Try it now -- i've switched the link to a backup mirror.

-Mike

Sean P. Goggins

unread,
Jun 30, 2012, 2:45:19 PM6/30/12
to juli...@googlegroups.com
That Worked!

--
Sean P. Goggins, Ph.D
http://www.groupinformatics.org
Phone: (215) 948-2729

"Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has."
-- Margaret Mead

"The most effective way to do it, is to do it."
-- Amelia Earhart

visit - http://www.sociotech.net
personal website - http://www.goggins.com

cid:image007.jpg@01CB111A.33F160F0


image001.jpg
Reply all
Reply to author
Forward
0 new messages