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

should fix sources.list #127

Open
anymate98 opened this issue Sep 26, 2017 · 2 comments
Open

should fix sources.list #127

anymate98 opened this issue Sep 26, 2017 · 2 comments

Comments

@anymate98
Copy link

anymate98 commented Sep 26, 2017

I use Win10 64bit, julia v0.6.
I tried to use Genie framework, but while building WinRPM, I ran into an error below...

INFO: Building WinRPM
WARNING: Compat.KERNEL is deprecated.
  likely near C:\Users\khkko\.julia\v0.6\WinRPM\src\WinRPM.jl:4
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: Unknown download failure, error code: 2148270086
WARNING: Retry 1/5 downloading: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: Unknown download failure, error code: 2148270086
WARNING: Retry 2/5 downloading: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: Unknown download failure, error code: 2148270086
WARNING: Retry 3/5 downloading: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: Unknown download failure, error code: 2148270086
WARNING: Retry 4/5 downloading: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: Unknown download failure, error code: 2148270086
WARNING: Retry 5/5 downloading: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz
WARNING: received error 0 while downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/3685159a2f6fc30a096d5c4a4a3afbbe6b6e10fcb41ca2b69c5a15cb890f3d63-primary.xml.gz

Well, I searched through some issues and found out that some people are editing sources.list to fix bug.
And I found out that there are some other things than 42.2...

image

So I tried to change

https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2

in the sources.list to

https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.3
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.3

and it ran perfectly well!

I don't know whether 42.1 works too, but at least 42.3 works for me...

@nalimilan
Copy link
Member

@tkelman Do you think it's time to upgrade to 42.3? Sounds reasonable to me (even though I don't understand why 42.2 stopped working...).

@anymate98
Copy link
Author

image
-Today's list-
I wonder why the list changes so frequently...

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

2 participants