out of memory problem installing gdata on linux
1
0
Entering edit mode
Ross Chapman ▴ 50
@ross-chapman-4242
Last seen 9.6 years ago
Dear BioC I am having problems installing gplots and gdata on a Linux Ubuntu 9.10 machine. The installation runs as far as installing help indices where it runs out of memory (4Gb) and reports a segmentation error (see below). * Installing *source* package ‘gdata’ ... ** R ** data ** inst ** preparing package for lazy loading ** help *** installing help indices >>> Building/Updating help pages for package 'gdata' Formats: text html latex example Args text html latex example ConvertMedUnits text html latex example MedUnits text html latex example aggregate.table text html latex example bindData text html latex example cbindX text html latex example combine text html latex example drop.levels text html latex example elem text html latex example env text html latex example frameApply text html latex example gdata-package text html latex getDateTimePart text html latex example humanReadable text html latex example installXLSXsupport text html latex example interleave text html latex example Out of memory! Segmentation fault ERROR: building help failed for package ‘gdata’ * Removing ‘/home/ross/R/i486-pc-linux-gnu-library/2.9/gdata’ * Installing *source* package ‘gplots’ ... ** R ** data ** inst ** preparing package for lazy loading Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'gdata' Error : package 'gdata' could not be loaded ERROR: lazy loading failed for package ‘gplots’ * Removing ‘/home/ross/R/i486-pc-linux-gnu-library/2.9/gplots’ The downloaded packages are in ‘/tmp/Rtmp49KOvi/downloaded_packages’ Warning messages: 1: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'gdata' had non-zero exit status 2: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'gplots' had non-zero exit status The sessionInfo is as follows: > sessionInfo() R version 2.9.2 (2009-08-24) i486-pc-linux-gnu locale: LC_CTYPE=en_AU.UTF-8;LC_NUMERIC=C;LC_TIME=en_AU.UTF-8;LC_COLLATE=en_AU .UTF-8;LC_MONETARY=C;LC_MESSAGES=en_AU.UTF-8;LC_PAPER=en_AU.UTF-8;LC_N AME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_AU.UTF-8;LC_IDENTI FICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Revobase_0.2-1 loaded via a namespace (and not attached): [1] tools_2.9.2 Many thanks for your help with this. Ross Dr Ross Chapman BSc, MRes, PhD. EcoGeonomix PO BOX 8058 Ferntree Gully Victoria 3156 Australia www.ecogeonomix.com [[alternative HTML version deleted]]
• 1.2k views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States
Hi, On Sun, Sep 5, 2010 at 10:13 PM, Ross Chapman <ross.chapman at="" ecogeonomix.com=""> wrote: > Dear BioC > > I am having problems installing gplots and gdata on a Linux Ubuntu 9.10 > machine. > > The installation runs as far as installing help indices where it runs > out of memory (4Gb) and reports a segmentation error (see below). Wow ... that's kind of crazy ... not sure what's cuasing that, but: <snip> >> sessionInfo() > R version 2.9.2 (2009-08-24) > i486-pc-linux-gnu You might want to consider upgrading to the latest R (2.11.1), if you can, since the latest version of R is the one that's typically "most supported" by bioconductor. Not sure if that'll help you here, but it's easy enough to do and probably best in the long run anyway :-) -- Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
ADD COMMENT
0
Entering edit mode
Hi STeve Thanks for your comment. is R 2.11.1 compatible with Karmic Ubuntu? Ross On Mon, 2010-09-06 at 01:23 -0400, Steve Lianoglou wrote: > Hi, > > On Sun, Sep 5, 2010 at 10:13 PM, Ross Chapman > <ross.chapman@ecogeonomix.com> wrote: > > Dear BioC > > > > I am having problems installing gplots and gdata on a Linux Ubuntu 9.10 > > machine. > > > > The installation runs as far as installing help indices where it runs > > out of memory (4Gb) and reports a segmentation error (see below). > > > Wow ... that's kind of crazy ... not sure what's cuasing that, but: > > <snip> > > >> sessionInfo() > > R version 2.9.2 (2009-08-24) > > i486-pc-linux-gnu > > You might want to consider upgrading to the latest R (2.11.1), if you > can, since the latest version of R is the one that's typically "most > supported" by bioconductor. > > Not sure if that'll help you here, but it's easy enough to do and > probably best in the long run anyway :-) > [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
On Mon, Sep 6, 2010 at 7:53 PM, Ross Chapman <ross.chapman@ecogeonomix.com>wrote: > Hi STeve > > Thanks for your comment. > > is R 2.11.1 compatible with Karmic Ubuntu? > > Should be. Sean > On Mon, 2010-09-06 at 01:23 -0400, Steve Lianoglou wrote: > > > Hi, > > > > On Sun, Sep 5, 2010 at 10:13 PM, Ross Chapman > > <ross.chapman@ecogeonomix.com> wrote: > > > Dear BioC > > > > > > I am having problems installing gplots and gdata on a Linux Ubuntu 9.10 > > > machine. > > > > > > The installation runs as far as installing help indices where it runs > > > out of memory (4Gb) and reports a segmentation error (see below). > > > > > > Wow ... that's kind of crazy ... not sure what's cuasing that, but: > > > > <snip> > > > > >> sessionInfo() > > > R version 2.9.2 (2009-08-24) > > > i486-pc-linux-gnu > > > > You might want to consider upgrading to the latest R (2.11.1), if you > > can, since the latest version of R is the one that's typically "most > > supported" by bioconductor. > > > > Not sure if that'll help you here, but it's easy enough to do and > > probably best in the long run anyway :-) > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
Thanks for the help, I upgraded R to 2.11.1 and all seems to work now. Ross On Mon, 2010-09-06 at 20:16 -0400, Sean Davis wrote: > > > > On Mon, Sep 6, 2010 at 7:53 PM, Ross Chapman > <ross.chapman@ecogeonomix.com> wrote: > > Hi STeve > > Thanks for your comment. > > is R 2.11.1 compatible with Karmic Ubuntu? > > > > > Should be. > > > Sean > > > > > On Mon, 2010-09-06 at 01:23 -0400, Steve Lianoglou wrote: > > > Hi, > > > > On Sun, Sep 5, 2010 at 10:13 PM, Ross Chapman > > <ross.chapman@ecogeonomix.com> wrote: > > > Dear BioC > > > > > > I am having problems installing gplots and gdata on a > Linux Ubuntu 9.10 > > > machine. > > > > > > The installation runs as far as installing help indices > where it runs > > > out of memory (4Gb) and reports a segmentation error (see > below). > > > > > > Wow ... that's kind of crazy ... not sure what's cuasing > that, but: > > > > <snip> > > > > >> sessionInfo() > > > R version 2.9.2 (2009-08-24) > > > i486-pc-linux-gnu > > > > You might want to consider upgrading to the latest R > (2.11.1), if you > > can, since the latest version of R is the one that's > typically "most > > supported" by bioconductor. > > > > Not sure if that'll help you here, but it's easy enough to > do and > > probably best in the long run anyway :-) > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

Traffic: 702 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6