Opened 8 years ago
Closed 8 years ago
#1720 closed defect (fixed)
R modules need rebuild for Xenial
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | OSGeoLive10.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | live-demo@… |
Description
E: Unable to locate package r-cran-classint E: Unable to locate package r-cran-dcluster E: Unable to locate package r-cran-geor E: Package 'r-cran-gstat' has no installation candidate E: Unable to locate package r-cran-raster E: Package 'r-cran-rgdal' has no installation candidate E: Package 'r-cran-spdep' has no installation candidate E: Unable to locate package r-cran-splancs E: Package 'r-cran-rgeos' has no installation candidate E: Package 'r-cran-ncdf' has no installation candidate E: Unable to locate package r-cran-rsaga
Change History (7)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
The alpha1 build was against xenial branch. cran.list file is already changed in that branch:
https://git.osgeo.org/gogs/kalxas/OSGeoLive/src/xenial/sources.list.d/cran.list
comment:3 by , 8 years ago
Looks like we were pulling packages from a 3rd party repo at some point. Will need to switch back to using R to install the pacakges in batch and then cleanup the dev packages. Good time to audit the package selection too. I'll make an attempt this week.
comment:4 by , 8 years ago
I copied from the packages from https://launchpad.net/~marutter/+archive/ubuntu/c2d4u This should eliminate the error now. TODO: review the R package selection.
comment:7 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Probably just need to update https://github.com/OSGeo/OSGeoLive/blob/master/sources.list.d/cran.list swapping trusty for xenial. Maybe we should check the other source files too.