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

Install.sh can not install gdc, can not install ldc. #705

Open
dlangBugzillaToGithub opened this issue Oct 25, 2020 · 0 comments
Open

Install.sh can not install gdc, can not install ldc. #705

dlangBugzillaToGithub opened this issue Oct 25, 2020 · 0 comments

Comments

@dlangBugzillaToGithub
Copy link

Ant reported this on 2020-10-25T17:38:22Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=21342

CC List

  • Ant

Description

When attempting to install gdc, no gdc is installed.
When attempting to install ldc, no ldc is installed.

sh>  ./install.sh install gdc
Downloading and unpacking https://gdcproject.org/downloads/binaries/i686-linux-gnu/gdc-4.8.5.tar.xz
############################################################################################# 100.0%-#O#- #    #                                                                                       
curl: (22) The requested URL returned error: 404 
############################################################################################# 100.0%-#O#- #    #                                                                                       
curl: (22) The requested URL returned error: 404 
############################################################################################# 100.0%-#O#- #    #                                                                                       
curl: (22) The requested URL returned error: 404 
############################################################################################# 100.0%-#O#- #    #                                                                                       
curl: (22) The requested URL returned error: 404 
############################################################################################# 100.0%-#O#- #    #                                                                                       
curl: (22) The requested URL returned error: 404 
tar (child): /home/ant/dlang/.installer_tmp_ecjwPM/4wFI16/gdc-4.8.5.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now


sh> ./install.sh install ldc
Downloading and unpacking https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc2-1.24.0-linux-x86.tar.xz
#=#=-#   #                                                                                         
curl: (22) The requested URL returned error: 404 Not Found
##O=#  #                                                                                           
curl: (22) The requested URL returned error: 404 Not Found
#=#=-#   #                                                                                         
curl: (22) The requested URL returned error: 404 Not Found
#=#=-#   #                                                                                         
curl: (22) The requested URL returned error: 404 Not Found
##O=#  #                                                                                           
curl: (22) The requested URL returned error: 404 Not Found
tar (child): /home/ant/dlang/.installer_tmp_693nZC/wMjxIp/ldc2-1.24.0-linux-x86.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now


sh> uname -a
Linux rattle 4.15.0-121-generic #123-Ubuntu SMP Mon Oct 5 16:16:19 UTC 2020 i686 i686 i686 GNU/Linux
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

1 participant