-
Notifications
You must be signed in to change notification settings - Fork 6
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
Travis CI error: compilation failed for package ‘rgdal’ #89
Comments
Maybe it is something related to the latest Ubuntu, Xenial: see travis-ci/travis-ci#5821 |
After some more research, I found some more recent issues specifically gdal related: travis-ci/travis-ci#5852 and pfmc-assessments/geostatistical_delta-GLMM#38 (comment)
while removing the I will give a try in this branch. |
It seems it doesn't solve the problem. Here the link to the Travis's failed build: |
I'm having the same issue on my package with rgdal. The following solution does not seem to work either:
|
The following solution does not work either for me:
In my case, it seems like rgdal is being only successfully installed only on windows, but failing in mac and linux:
|
Thanks @YuriNiella for your input. @florisvdh, I know you are a fervent Linux user, how do you get |
Sorry, I overlooked your question @damianooldoni . I'll try to have a further look at the problem this week. Meanwhile: perhaps something similar as explained in #81 (comment)? In response to your question: Note that the referred comment relates to a previous state of the yml, which installed the precompiled Linux package |
This is how I install rgdal in the Rstable docker image: https://github.com/inbo/Rstable/blob/6ac49b53d3d0b2422caa3598d4699cfaf621d881/Dockerfile#L275 |
@damianooldoni the cause is a CRAN version of Given the fact that we can expect this to happen more in the future (as warned for in the referenced post):
|
Thanks @ThierryO and @florisvdh for your inputs. Indeed, I can confirm that the problem has been solved on my branch as on master as reported by @florisvdh. I think we can close this issue. Discussion can be continued, if needed on PR #90. |
After reverting the one line commit I erroneously pushed to master, Travis CI fails to build
inborutils
due to compilation failure: compilation failed for package ‘rgdal’. Build: https://travis-ci.com/github/inbo/inborutilsAny idea?
By the way, I was constantly experiencing this failure compiling
rgdal
even yesterday while working on branch setup_codingclub_session. So, it seems this failure has nothing to do with any development I was doing yesterday, which indeed didn't include any use of rgdal.The text was updated successfully, but these errors were encountered: