December 01, 2017 gdc-6.3.0 on travis borked? | ||||
---|---|---|---|---|
| ||||
When using gdc-6.3.0 on travis-ci, travis is reporting that it can't download the compiler: ------------------------------------------------------ $ source "$(CURL_USER_AGENT="$CURL_USER_AGENT" bash install.sh gdc-6.3.0 --activate)" 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 curl: (22) The requested URL returned error: 404 Not Found curl: (22) The requested URL returned error: 404 Not Found Failed to download 'http://gdcproject.org/downloads/binaries/x86_64-linux-gnu/gdc-6.3.0.tar.xz' /home/travis/.travis/job_stages: line 57: : No such file or directory The command "source "$(CURL_USER_AGENT="$CURL_USER_AGENT" bash install.sh gdc-6.3.0 --activate)"" failed and exited with 1 during . ------------------------------------------------------ Anyone know anything about this? Where (and to whom) should this be reported? |
December 01, 2017 Re: gdc-6.3.0 on travis borked? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky (Abscissa) | On 2017-12-01 07:20, Nick Sabalausky (Abscissa) wrote: > When using gdc-6.3.0 on travis-ci, travis is reporting that it can't download the compiler: > > ------------------------------------------------------ > $ source "$(CURL_USER_AGENT="$CURL_USER_AGENT" bash install.sh gdc-6.3.0 --activate)" > > curl: (22) The requested URL returned error: 404 Not Found > > Failed to download 'http://gdcproject.org/downloads/binaries/x86_64-linux-gnu/gdc-6.3.0.tar.xz' > > > /home/travis/.travis/job_stages: line 57: : No such file or directory > > The command "source "$(CURL_USER_AGENT="$CURL_USER_AGENT" bash install.sh gdc-6.3.0 --activate)"" failed and exited with 1 during . > ------------------------------------------------------ > > Anyone know anything about this? Where (and to whom) should this be reported? The Travis CI test output says: "Please make sure to ping @MartinNowak, @klickverbot and @ibuclaw when filing issues under https://github.com/travis-ci/travis-ci/issues." But perhaps it's better to directly file a bug report with GDC [1]. [1] https://bugzilla.gdcproject.org/ -- /Jacob Carlborg |
Copyright © 1999-2021 by the D Language Foundation