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

[community:r] R version 3.5.0 does not work for Mac #10300

Closed
jalazawa opened this issue Oct 30, 2018 · 4 comments
Closed

[community:r] R version 3.5.0 does not work for Mac #10300

jalazawa opened this issue Oct 30, 2018 · 4 comments

Comments

@jalazawa
Copy link

Travis cannot download a file. But, if I go directly to the site and click on the link then I get the file.

here the logs

$ rm /tmp/R.pkg
3.37s$ curl -fLo /tmp/gfortran61.dmg http://coudert.name/software/gfortran-6.1-ElCapitan.dmg
curl: (22) The requested URL returned error: 404 
The command "eval curl -fLo /tmp/gfortran61.dmg http://coudert.name/software/gfortran-6.1-ElCapitan.dmg " failed. Retrying, 2 of 3.
curl: (22) The requested URL returned error: 404 
The command "eval curl -fLo /tmp/gfortran61.dmg http://coudert.name/software/gfortran-6.1-ElCapitan.dmg " failed. Retrying, 3 of 3.

The file is here.

The Travis log job is here.

My Travis file (part of) :

language: R
sudo: true
cache: packages

bioc_required: true
bioc_use_devel: true

os:
 - linux
 - osx

r:
 - oldrel
 - release
 - devel

bioc_packages:
  - rhdf5
  - zlibbioc


after_success:
  - Rscript -e 'library(covr); codecov()'

env:
  global:
  - _R_CHECK_FORCE_SUGGESTS_=FALSE

/cc @jimhester and @jeroen

@jimhester
Copy link

jimhester commented Oct 30, 2018

This will be fixed once travis-ci/travis-build#1553 is merged and deployed.

@ankargren
Copy link

I have a similar issue with the devel version of R:

$ curl -fLo /tmp/R.pkg https://r.research.att.com/el-capitan/R-devel/R-devel-el-capitan-signed.pkg
curl: (22) The requested URL returned error: 404 Not Found

Should I file a new issue or is this also about to be fixed?

(My log is here.)

@BanzaiMan
Copy link
Contributor

It's been deployed.

@emonigma
Copy link

emonigma commented May 29, 2019

I am having the same problem starting this week. Travis builds OK in Linux and macOS, for previous, release and development versions of R, except for the development version of R with Xcode: xcode9.2 (previous version of macOS, which I downgraded due to mirrors out of sync):

Installing R
287.60s$ brew update >/dev/null
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.7.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring portable-ruby-2.3.7.mavericks.bottle.tar.gz
3.99s$ curl -fLo /tmp/R.pkg https://r.research.att.com/el-capitan/R-devel/R-devel-el-capitan-signed.pkg
curl: (22) The requested URL returned error: 404 Not Found
The command "eval curl -fLo /tmp/R.pkg https://r.research.att.com/el-capitan/R-devel/R-devel-el-capitan-signed.pkg " failed. Retrying, 2 of 3.
...

I removed the specification of the previous OS version and it also fails.

I posted a new question on Travis-CI community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants