Doing Pkg.build("IJulia") at the julia prompt gave a bunch of errors as 
follows:

--------------------------
julia> Pkg.build("IJulia")
INFO: Building Homebrew
INFO: Cloning brew from https://github.com/staticfloat/homebrew.git
error: unknown option `single-branch'
usage: git clone [options] [--] <repo> [<dir>]

    -v, --verbose         be more verbose
    -q, --quiet           be more quiet
    --progress            force progress reporting
    -n, --no-checkout     don't create a checkout
    --bare                create a bare repository
    --mirror              create a mirror repository (implies bare)
    -l, --local           to clone from a local repository
    --no-hardlinks        don't use local hardlinks, always copy
    -s, --shared          setup as shared repository
    --recursive           initialize submodules in the clone
    --recurse-submodules  initialize submodules in the clone
    --template <template-directory>
                          directory from which templates will be used
    --reference <repo>    reference repository
    -o, --origin <branch>
                          use <branch> instead of 'origin' to track upstream
    -b, --branch <branch>
                          checkout <branch> instead of the remote's HEAD
    -u, --upload-pack <path>
                          path to git-upload-pack on the remote
    --depth <depth>       create a shallow clone of that depth
    --separate-git-dir <gitdir>
                          separate git dir from working tree
    -c, --config <key=value>
                          set config inside the new repository

==============================[ ERROR: Homebrew 
]===============================

brew_prefix! not defined
while loading /Users/epn/.julia/Homebrew/src/Homebrew.jl, in expression 
starting on line 196
while loading /Users/epn/.julia/Homebrew/deps/build.jl, in expression 
starting on line 1

================================================================================
INFO: Building Nettle
===============================[ ERROR: Nettle 
]================================

stack overflow
while loading /Users/epn/.julia/Nettle/deps/build.jl, in expression 
starting on line 27

================================================================================
INFO: Building ZMQ
=================================[ ERROR: ZMQ 
]=================================

stack overflow
while loading /Users/epn/.julia/ZMQ/deps/build.jl, in expression starting 
on line 7

================================================================================
INFO: Building IJulia
Found IPython version 1.1.0 ... ok.
Creating julia profile in IPython...
(Existing KernelManager.kernel_cmd setting in ipython_config.py is 
untouched.)
(Existing IPythonWidget.execute_on_complete_input setting in 
ipython_qtconsole_config.py is untouched.)
(Existing NotebookApp.port setting in ipython_notebook_config.py is 
untouched.)
(Existing ipynblogo.png file untouched.)
(Existing ipynblogo.svg file untouched.)
(Existing tooltip.js file untouched.)
(Existing custom.js file untouched.)
(Existing julia.js file untouched.)

================================[ BUILD ERRORS 
]================================

WARNING: Nettle, ZMQ and Homebrew had build errors.
---------------------------

On Thursday, March 20, 2014 4:34:08 PM UTC-4, Stefan Karpinski wrote:
>
> Just a blind guess but in the past this has sometimes been fixed by doing 
> `Pkg.build("IJulia")` at the Julia prompt.
>
>
> On Thu, Mar 20, 2014 at 4:28 PM, Jake Bolewski 
> <[email protected]<javascript:>
> > wrote:
>
>> To get a backtrace of the potential problem, in the julia repl start up a 
>> kernel by "import IJulia".  If the kernel is crashing for some reason this 
>> should provide more clues as to what is going on.
>>
>>
>>
>> On Thursday, March 20, 2014 4:21:35 PM UTC-4, Eka Palamadai wrote:
>>>
>>> I did a git pull today, then make clean and make in the julia directory.
>>>
>>> I killed and restarted ipython as 
>>>
>>> ipython notebook --profile julia
>>>
>>> When i open a notebook on the browser,
>>> I get repeated error messages saying 'Kernel restarting - The kernel 
>>> appears to have died. It will restart automatically.'
>>>
>>> Any idea how to fix this?
>>>
>>> Thanks,
>>> Eka
>>>
>>
>

Reply via email to