You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that it raises a BadStatusLine exception, which can't be exclusively associated with a URL that returned no data, or a faulty internet connection.
One of the packages in my profile:
has a dependency on
gdbm
. When I build it, I get the following error:It seems the URL for
gdbm
does not exist. I got it to work by changing the source to:Then, bzip2 fails in the same manner. So I had to change that.
My point is that the error message should be clear. The exception should say that the URL returned no data.
The text was updated successfully, but these errors were encountered: