Ah, that fixed it.  Thanks!

On Friday, July 4, 2014 8:19:52 PM UTC-4, Iain Dunning wrote:
>
> I broke this, somehow: https://github.com/JuliaLang/julia/pull/7493
>
> Sorry!
>
> On Friday, July 4, 2014 5:58:10 PM UTC-4, Chris Sterritt wrote:
>>
>> Hello,
>>
>> Built Julia from source on Ubuntu, and was able to 'Pkg.add("ZMQ")' 
>> without any problems.
>>
>> Julia built (same day) fine on OS X, but when I try to add ZMQ I get:
>>
>> $ julia
>>                _
>>    _       _ _(_)_     |  A fresh approach to technical computing
>>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>>    _ _   _| |_  __ _   |  Type "help()" to list help topics
>>   | | | | | | |/ _` |  |
>>   | | |_| | | | (_| |  |  Version 0.3.0-prerelease+4059 (2014-07-04 21:03 
>> UTC)
>>  _/ |\__'_|_|_|\__'_|  |  Commit 3c9fe82 (0 days old master)
>> |__/                   |  x86_64-apple-darwin13.3.0
>>
>> julia> Pkg.add("ZMQ")
>> INFO: Initializing package repository /Users/chris/.julia/v0.3
>> INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
>> ERROR: function `convert` has no method matching signature 
>> convert(Type{VersionInterval}, ::VersionNumber)
>>  in wait at task.jl:51
>>  in sync_end at ./task.jl:306
>>  in add at pkg/entry.jl:314
>>  in add at pkg/entry.jl:71
>>  in anonymous at pkg/dir.jl:28
>>  in cd at file.jl:20
>>  in cd at pkg/dir.jl:28
>>  in add at pkg.jl:20
>>
>> Any clues much appreciated!
>>
>

Reply via email to