-
Notifications
You must be signed in to change notification settings - Fork 23
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
onedrive broken #94
Comments
I'm not sure to what problem you are refering. For my test bench both onedrive versions compile fine with the specified DLANG_VERSION_RANGE. Could you post a log or detail a little more on the issue, specifically on what you mean by the sources of dmd does not exist anymore? |
Yes, that can be because you have already downloaded it from the sources, so to test it, you should empty your distfiles:
|
This doesn't seem to be a problem with the ebuilds as I think something is up with https://downloads.dlang.org.s3.amazonaws.com/ (note the However, I don't really know why your system doesn't download the files whereas mine does. For a quick fix get the url for the dmd version you want to download, you can do that with cd /var/cache/distfiles
wget "<the-url-from-the-output>" And then proceed with the installation as normal. |
Hi, is not working, the same error with wget, and from firefox, maybe the source is not there anymore. The http, redirects to https. |
No, the source is still there. The problem is that in your set up all the http requests get redirected to https. To get past that with |
The same thing:
|
That seems to be something particular with your setup. Try to force https:// maybe: If that doesn't work either, try http://downloads.dlang.org/releases/2021/dmd.2.096.1.linux.tar.xz (it should be the same file). If that fails as well, I am out of ideas. |
Hi hi, I try to install one drive, but the sources of dmd does not exist any more.
Tested with dmd_2_096 to 2_093.
Thx!
The text was updated successfully, but these errors were encountered: