Hi, I noticed git version issues with the commit
bf5a4041b6f9edc5a09a20c7442b63147e907e49,
2014-12-22 14:17 ivarne             o │ [origin/HEAD] [origin/master]
Fixed function links in doc/manual/strings.rst

Trying to update and testall/ distclean would still result in an old
Commit 79d473c (3 days old master)

Next, I did a fresh clone of the repo and compiled the commit
20a5c3d888dd9317065390b8bbd98417addeb65c,
2014-12-22 10:46 Stefan Karpinski   M─┐ [master] Merge pull request
#9391 from garborg/copyempty

which throws this error :

~/julia$ make
===============================================================================
  ERROR: sha512 checksum failure on pcre-8.36.tar.bz2, should be:
      acd2bc6911be7b518ad4aca3c3ccbe98bdbeabf0e77d6b04009838c7825b563a
      001377f8c3a6a8a0583ec32ee9fefe05e3c1a69f272fe5084469a6b6c2148fbf
  But `sha512sum pcre-8.36.tar.bz2 | awk '{ print $1; }'` results in:
      2dd8240aca5feeb0f64b5a35cff5974e153e6ddeed72e78507303d479bfbdb51
      182236eb3fb02d538abd6e0afe29bc19fddf6957e5c60adcd35fa8049bd80c36
  This can happen due to bad downloads or network proxies, please check your
  network proxy/firewall settings and delete deps/pcre-8.36.tar.bz2
  to force a redownload when you are ready
===============================================================================
make[2]: *** [pcre-8.36/configure] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2



$ julia
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.0-dev+2200 (2014-12-18 17:30 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 79d473c (3 days old master)
|__/                   |  i686-linux-gnu

julia> versioninfo()
Julia Version 0.4.0-dev+2200
Commit 79d473c (2014-12-18 17:30 UTC)
Platform Info:
  System: Linux (i686-linux-gnu)
  CPU: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
  WORD_SIZE: 32
  BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: liblapack.so.3
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

Is this is a bug or a git / network issue?
TIA, SVAKSHA ॥  http://about.me/svaksha

Reply via email to