Trying to add a package today I encountered a problem.  I updated my Julia 
installation to the latest 0.3-RC and retried, with the same results.  I 
then renamed my .julia directory and tried to start adding packages from 
scratch, but still get the following when I try to add any package 
(ArgParse is used below as a typical example):

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.3.0-rc1+316 (2014-08-03 02:51 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 0457c7a* (0 days old master)
|__/                   |  x86_64-redhat-linux

Set BLAS threads to 8

julia> Pkg.init()
INFO: Initializing package repository /users/home/simonp/.julia/v0.3
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl

julia> Pkg.add("ArgParse")
INFO: Cloning cache of ArgParse from 
git://github.com/carlobaldassi/ArgParse.jl.git
INFO: Cloning cache of Options from 
git://github.com/JuliaLang/Options.jl.git
INFO: Cloning cache of TextWrap from 
git://github.com/carlobaldassi/TextWrap.jl.git
INFO: Installing ArgParse v0.2.8
INFO: Installing Options v0.2.2
fatal: You don't exist. Go away!
fatal: The remote end hung up unexpectedly
INFO: Rolling back install of ArgParse
ERROR: failed process: Process(`git 
--work-tree=/users/home/simonp/.julia/v0.3/Options --git-dir=/users/home   
             /simonp/.julia/v0.3/Options/.git fetch -q 
/users/home/simonp/.julia/v0.3/.cache/Options +refs/*:refs/remotes         
       /cache/*`, ProcessExited(128)) [128]
 in wait at ./task.jl:284
 in wait at ./task.jl:194
 in wait at task.jl:48
 in sync_end at ./task.jl:311
 in add at pkg/entry.jl:319
 in add at pkg/entry.jl:71
 in anonymous at pkg/dir.jl:28
 in cd at ./file.jl:20
 in __cd#227__ at ./pkg/dir.jl:28
 in add at pkg.jl:20


Here is my versioninfo(true) output:

Julia Version 0.3.0-rc1+316
Commit 0457c7a* (2014-08-03 02:51 UTC)
Platform Info:
  System: Linux (x86_64-redhat-linux)
  CPU: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
  WORD_SIZE: 64
           "CentOS release 6.4 (Final)"
  uname: Linux 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 
x86_64 x86_64
Memory: 47.12697982788086 GB (42623.43359375 MB free)
Uptime: 2.8911234e7 sec
Load Avg:  0.0  0.09423828125  0.2490234375
Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz:
          speed         user         nice          sys         idle         
 irq
#1-16  1600 MHz  343037803 s      13649 s    6906438 s  45895955277 s       
6412 s

  BLAS: libopenblas (USE64BITINT NO_AFFINITY NEHALEM)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3
Environment:
  MANPATH = 
/projects/antenna_eng/tools/python/CentOS/anaconda/man::/users/home/simonp/ws/source/stat/doc
  TERM = xterm
  LD_LIBRARY_PATH = /projects/antenna_eng/tools/python/CentOS/anaconda/lib:
  PATH = 
./:/projects/antenna_eng/tools/bin:/users/home/simonp/ws/source/stat/bin/Linux_Intel:/users/home/simonp/ws/bin/Linux_Intel:/users/home/simonp/ws/bin/generic:/projects/antenna_eng/tools/julia/julia-CentOS-6.4-latest:/projects/antenna_eng/tools/python/CentOS/anaconda/bin:/usr/lib64/qt-3.3/bin:/apps/ticra/pos5/bin:/apps/matlab/bin:/apps/ticra/grasp9/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
  MODULEPATH = /usr/share/Modules/modulefiles:/etc/modulefiles
  HOME = /users/home/simonp
  MODULESHOME = /usr/share/Modules

Package Directory: /users/home/simonp/.julia/v0.3
1 additional packages:
 - Options                       0.2.2              master


Any suggestions for fixing this would be greatly appreciated!

--Peter

Reply via email to