I forgot to add, If I remove the package from the REQUIRE list, the problem 
happens to another package:

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating TriPMatrices...
INFO: Updating Jacobi...
INFO: Computing changes...
ERROR: UTF16 can't be installed because it has no versions that support 
0.4.0 of julia. You may need to update METADATA by running `Pkg.update()`
 in error at error.jl:22
 in resolve at ./pkg/entry.jl:410
 in update at ./pkg/entry.jl:313
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 in update at ./pkg.jl:45


### REMOVE UTF16 from REQUIRE ###

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating TriPMatrices...
INFO: Updating Jacobi...
INFO: Computing changes...
ERROR: CRC32 can't be installed because it has no versions that support 
0.4.0 of julia. You may need to update METADATA by running `Pkg.update()`
 in error at error.jl:22
 in resolve at ./pkg/entry.jl:410
 in update at ./pkg/entry.jl:313
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 in update at ./pkg.jl:45


It is interesting to note that the Package CRC32 specifies Julia 0.4 in its 
REQUIRE file:
julia 0.2 0.4
Compat 0.3.3-



On Friday, October 9, 2015 at 8:51:38 AM UTC-3, Paulo Jabardo wrote:
>
> First of all, congratulations on the release! 
>
> I have been using the release candidates and I just downloaded the linux 
> generic binaries (64bits) and did a Pkg.update().
>
> It basically fails for most packages that don't espcifically requires 
> Julia 0.4.0. Off the top of my hat, RandomMatrices, UTF16, URLParse, 
> Resampling, etc.
>
> The update was working with the release candidates.
>
>
> Paulo
>
>
>

Reply via email to