Have you tried to remove your .julia directory and add the package by
using: Pkg.checkout("Gadfly") ?

Charles

On Wed, Sep 24, 2014 at 3:59 PM, <[email protected]> wrote:

> However,
>
> julia> Pkg.free("Gadfly")
> ERROR: Gadfly cannot be freed – repo is dirty
>  in free at pkg/entry.jl:204
>  in anonymous at pkg/dir.jl:28
>  in cd at ./file.jl:20
>  in __cd#230__ at ./pkg/dir.jl:28
>  in free at pkg.jl:37
>
> julia> Pkg.free("Showoff")
> ERROR: Showoff is not a git repo
>  in free at pkg/entry.jl:200
>  in anonymous at pkg/dir.jl:28
>  in cd at ./file.jl:20
>  in __cd#230__ at ./pkg/dir.jl:28
>  in free at pkg.jl:37
>
>
> On Wednesday, September 24, 2014 11:56:53 AM UTC+2, Charles Santana wrote:
>>
>> Please take a look at this link:
>>
>> https://github.com/dcjones/Gadfly.jl/issues/409#issuecomment-56643684
>>
>> I was facing the same problem and everything was solved after doing this:
>>
>>
>> Pkg.free("Gadfly")
>> Pkg.free("Showoff")
>>
>> Pkg.checkout("Gadfly")
>>
>> Pkg.chekcout("Showoff")
>>
>>
>> I hope it helps!
>>
>> Charles
>>
>>
>> On Wed, Sep 24, 2014 at 9:58 AM, <[email protected]> wrote:
>>
>>> I've uploaded julia to the newest development version yesterday.
>>>
>>> Julia Version 0.4.0-dev+728
>>> Commit f7172d3* (2014-09-22 12:08 UTC)
>>> Platform Info:
>>>   System: Linux (x86_64-redhat-linux)
>>>   CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
>>>   WORD_SIZE: 64
>>>   BLAS: libopenblas (USE64BITINT NO_AFFINITY NEHALEM)
>>>   LAPACK: libopenblas
>>>   LIBM: libopenlibm
>>>   LLVM: libLLVM-3.3
>>>
>>> However, when I using Gadfly then, a error is showed:
>>>
>>>
>>> using Gadfly
>>>
>>> @grisu_ccall not defined
>>> while loading /home/JXiong/.julia/v0.4/Gadfly/src/format.jl, in expression 
>>> starting on line 56
>>> while loading /home/JXiong/.julia/v0.4/Gadfly/src/Gadfly.jl, in expression 
>>> starting on line 50
>>> while loading In[1], in expression starting on line 1
>>>
>>>  in include at ./boot.jl:246
>>>  in include_from_node1 at ./loading.jl:128
>>>  in include at ./boot.jl:246
>>>  in include_from_node1 at ./loading.jl:128
>>>  in reload_path at loading.jl:152
>>>  in _require at loading.jl:67
>>>  in require at loading.jl:51
>>>
>>>
>>> I tried Pkd.update(), but the problem is the same. The Gadfly works file
>>> in the first version of Julia 0.4.0 released last month. Is the
>>> @grisu_ccall removed in this updating?
>>>
>>
>>
>>
>> --
>> Um axé! :)
>>
>> --
>> Charles Novaes de Santana, PhD
>> http://www.imedea.uib-csic.es/~charles
>>
>


-- 
Um axé! :)

--
Charles Novaes de Santana, PhD
http://www.imedea.uib-csic.es/~charles

Reply via email to