www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - gdc-6.3.0 on travis borked?

reply "Nick Sabalausky (Abscissa)" <SeeWebsiteToContactMe semitwist.com> writes:
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?
Nov 30 2017
parent Jacob Carlborg <doob me.com> writes:
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
Dec 01 2017