Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install due to "BoundsError()" #15

Closed
dcarrera opened this issue Jan 8, 2013 · 1 comment
Closed

Cannot install due to "BoundsError()" #15

dcarrera opened this issue Jan 8, 2013 · 1 comment

Comments

@dcarrera
Copy link

dcarrera commented Jan 8, 2013

Hello,

I recently installed Julia, but I cannot get Winston running:

julia> load("pkg.jl")

julia> Pkg.init()
Initialized empty Git repository in /home/daniel/.julia/.git/
[master (root-commit) a11656c] Initial empty commit
Cloning into 'METADATA'...
remote: Counting objects: 1109, done.
remote: Compressing objects: 100% (503/503), done.
remote: Total 1109 (delta 144), reused 1090 (delta 126)
Receiving objects: 100% (1109/1109), 92.55 KiB, done.
Resolving deltas: 100% (144/144), done.
[master ac3b5d9] Empty package repo
2 files changed, 4 insertions(+)
create mode 100644 .gitmodules
create mode 160000 METADATA
create mode 100644 REQUIRE

julia> Pkg.add("Winston")
BoundsError()
in resolve at /home/daniel/Extras/julia/usr/share/julia/base/pkgmetadata.jl:181
in _resolve at /home/daniel/Extras/julia/usr/share/julia/base/pkg.jl:193
in anonymous at no file:119
in cd at file.jl:19
in cd_pkgdir at /home/daniel/Extras/julia/usr/share/julia/base/pkg.jl:22
in add at /home/daniel/Extras/julia/usr/share/julia/base/pkg.jl:101
in add at /home/daniel/Extras/julia/usr/share/julia/base/pkg.jl:126

So it looks like there is a problem with the installer.

@StefanKarpinski
Copy link
Collaborator

Not Winston-related: JuliaLang/julia#1908.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants