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

cabal update aborts everything when _one_ of the configured remotes is offline. #3382

Open
lspitzner opened this issue Apr 27, 2016 · 3 comments

Comments

@lspitzner
Copy link
Collaborator

  • have more than one remote configured
  • cabal update
  • one of the configured remotes answers with 503/504 whatever HTTP status codes
  • expected behaviour: the other remotes are still updated properly.
  • observed: the process aborts right after printing the error message.

(cabal version is some few-weeks old HEAD (some 1.25.0.0), if it matters)

@BrianErikson
Copy link

If it helps, I'm getting a HTTP code 502 error when performing cabal update.

Downloading the latest package list from hackage.haskell.org
cabal.exe: Failed to download
http://hackage.haskell.org/packages/archive/00-index.tar.gz : ErrorMisc "Error
HTTP code: 502"

@lspitzner
Copy link
Collaborator Author

@BrianErikson Yes, this ongoing incident is the reason that i discovered this problem. However the described issue exists independent of the incident. I'd really expect cabal update to keep working when some of my configured remotes go offline.

(and the admins are aware and investigating, see status page)

@cartazio
Copy link
Contributor

mine worked fine ....

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

No branches or pull requests

4 participants