CummeRbund installation error on Linux Redhat Enterprise6.5
I am trying to install cummeRbund in R (version 3.1.0) on a 64-bit Linux Redhat Enterprise 6.5 and I am getting errors similar to those posted on this thread. However, when I try to install several of the packages suggested, I get the response: 1. already installed or 2. no package is available. Specifics below:
When I try to install CummeRbund:
$ sudo R
[sudo] password for cjsifuen:
R version 3.1.0 (2014-04-10) -- "Spring Dance"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> source('http://www.bioconductor.org/biocLite.R')
Bioconductor version 2.14 (BiocInstaller 1.14.2), ?biocLite for help
> biocLite('cummeRbund')
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.2), R version
3.1.0.
Installing package(s) 'cummeRbund'
also installing the dependencies ‘VariantAnnotation’, ‘XML’, ‘RCurl’, ‘biomaRt’, ‘GenomicFeatures’, ‘biovizBase’, ‘rtracklayer’, ‘Gviz’
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/VariantAnnotation_1.10.1.tar.gz'
Content type 'application/x-gzip' length 1300279 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb
trying URL 'http://cran.fhcrc.org/src/contrib/XML_3.98-1.1.tar.gz'
Content type 'application/x-gzip' length 1582216 bytes (1.5 Mb)
opened URL
==================================================
downloaded 1.5 Mb
trying URL 'http://cran.fhcrc.org/src/contrib/RCurl_1.95-4.1.tar.gz'
Content type 'application/x-gzip' length 870915 bytes (850 Kb)
opened URL
==================================================
downloaded 850 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/biomaRt_2.20.0.tar.gz'
Content type 'application/x-gzip' length 276933 bytes (270 Kb)
opened URL
==================================================
downloaded 270 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/GenomicFeatures_1.16.2.tar.gz'
Content type 'application/x-gzip' length 765846 bytes (747 Kb)
opened URL
==================================================
downloaded 747 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/biovizBase_1.12.1.tar.gz'
Content type 'application/x-gzip' length 2429449 bytes (2.3 Mb)
opened URL
==================================================
downloaded 2.3 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/rtracklayer_1.24.2.tar.gz'
Content type 'application/x-gzip' length 1337492 bytes (1.3 Mb)
opened URL
==================================================
downloaded 1.3 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/Gviz_1.8.3.tar.gz'
Content type 'application/x-gzip' length 2541759 bytes (2.4 Mb)
opened URL
==================================================
downloaded 2.4 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/cummeRbund_2.6.1.tar.gz'
Content type 'application/x-gzip' length 2291914 bytes (2.2 Mb)
opened URL
==================================================
downloaded 2.2 Mb
* installing *source* package ‘XML’ ...
** package ‘XML’ successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... rm: cannot remove `a.out.dSYM': Is a directory
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* removing ‘/usr/lib64/R/library/XML’
* installing *source* package ‘RCurl’ ...
** package ‘RCurl’ successfully unpacked and MD5 sums checked
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package ‘RCurl’
* removing ‘/usr/lib64/R/library/RCurl’
ERROR: dependencies ‘XML’, ‘RCurl’ are not available for package ‘biomaRt’
* removing ‘/usr/lib64/R/library/biomaRt’
ERROR: dependencies ‘XML’, ‘RCurl’ are not available for package ‘rtracklayer’
* removing ‘/usr/lib64/R/library/rtracklayer’
ERROR: dependencies ‘rtracklayer’, ‘biomaRt’, ‘RCurl’ are not available for package ‘GenomicFeatures’
* removing ‘/usr/lib64/R/library/GenomicFeatures’
ERROR: dependencies ‘GenomicFeatures’, ‘rtracklayer’ are not available for package ‘VariantAnnotation’
* removing ‘/usr/lib64/R/library/VariantAnnotation’
ERROR: dependencies ‘GenomicFeatures’, ‘VariantAnnotation’ are not available for package ‘biovizBase’
* removing ‘/usr/lib64/R/library/biovizBase’
ERROR: dependencies ‘rtracklayer’, ‘biomaRt’, ‘GenomicFeatures’, ‘biovizBase’ are not available for package ‘Gviz’
* removing ‘/usr/lib64/R/library/Gviz’
ERROR: dependencies ‘rtracklayer’, ‘Gviz’ are not available for package ‘cummeRbund’
* removing ‘/usr/lib64/R/library/cummeRbund’
The downloaded source packages are in
‘/tmp/Rtmp4tvQHn/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘XML’ had non-zero exit status
2: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘RCurl’ had non-zero exit status
3: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘biomaRt’ had non-zero exit status
4: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘rtracklayer’ had non-zero exit status
5: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘GenomicFeatures’ had non-zero exit status
6: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘VariantAnnotation’ had non-zero exit status
7: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘biovizBase’ had non-zero exit status
8: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘Gviz’ had non-zero exit status
9: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘cummeRbund’ had non-zero exit status
> library(cummeRbund)
Error in library(cummeRbund) : there is no package called ‘cummeRbund’
> quit()
When I try to install some of the mentioned packages:
$ sudo yum install libxml2 libcurl
[sudo] password for cjsifuen:
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package libxml2-2.7.6-14.el6_5.1.x86_64 already installed and latest version
Package libcurl-7.19.7-37.el6_5.3.x86_64 already installed and latest version
Nothing to do
$ sudo yum install libxml2-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package libxml2-dev available.
Error: Nothing to do
$ sudo yum install libcurl4-openssl-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package libcurl4-openssl-dev available.
Error: Nothing to do
$ sudo yum install zlib1g
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package zlib1g available.
Error: Nothing to do
$ sudo yum install zlib1g-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package zlib1g-dev available.
Error: Nothing to do
I am at a loss for what to try next. Any help would be greatly appreciated.
Thanks,
Chris
I am trying to install cummeRbund in R (version 3.1.0) on a 64-bit Linux Redhat Enterprise 6.5 and I am getting errors similar to those posted on this thread. However, when I try to install several of the packages suggested, I get the response: 1. already installed or 2. no package is available. Specifics below:
When I try to install CummeRbund:
$ sudo R
[sudo] password for cjsifuen:
R version 3.1.0 (2014-04-10) -- "Spring Dance"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> source('http://www.bioconductor.org/biocLite.R')
Bioconductor version 2.14 (BiocInstaller 1.14.2), ?biocLite for help
> biocLite('cummeRbund')
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.2), R version
3.1.0.
Installing package(s) 'cummeRbund'
also installing the dependencies ‘VariantAnnotation’, ‘XML’, ‘RCurl’, ‘biomaRt’, ‘GenomicFeatures’, ‘biovizBase’, ‘rtracklayer’, ‘Gviz’
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/VariantAnnotation_1.10.1.tar.gz'
Content type 'application/x-gzip' length 1300279 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb
trying URL 'http://cran.fhcrc.org/src/contrib/XML_3.98-1.1.tar.gz'
Content type 'application/x-gzip' length 1582216 bytes (1.5 Mb)
opened URL
==================================================
downloaded 1.5 Mb
trying URL 'http://cran.fhcrc.org/src/contrib/RCurl_1.95-4.1.tar.gz'
Content type 'application/x-gzip' length 870915 bytes (850 Kb)
opened URL
==================================================
downloaded 850 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/biomaRt_2.20.0.tar.gz'
Content type 'application/x-gzip' length 276933 bytes (270 Kb)
opened URL
==================================================
downloaded 270 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/GenomicFeatures_1.16.2.tar.gz'
Content type 'application/x-gzip' length 765846 bytes (747 Kb)
opened URL
==================================================
downloaded 747 Kb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/biovizBase_1.12.1.tar.gz'
Content type 'application/x-gzip' length 2429449 bytes (2.3 Mb)
opened URL
==================================================
downloaded 2.3 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/rtracklayer_1.24.2.tar.gz'
Content type 'application/x-gzip' length 1337492 bytes (1.3 Mb)
opened URL
==================================================
downloaded 1.3 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/Gviz_1.8.3.tar.gz'
Content type 'application/x-gzip' length 2541759 bytes (2.4 Mb)
opened URL
==================================================
downloaded 2.4 Mb
trying URL 'http://bioconductor.org/packages/2.14/bioc/src/contrib/cummeRbund_2.6.1.tar.gz'
Content type 'application/x-gzip' length 2291914 bytes (2.2 Mb)
opened URL
==================================================
downloaded 2.2 Mb
* installing *source* package ‘XML’ ...
** package ‘XML’ successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... rm: cannot remove `a.out.dSYM': Is a directory
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* removing ‘/usr/lib64/R/library/XML’
* installing *source* package ‘RCurl’ ...
** package ‘RCurl’ successfully unpacked and MD5 sums checked
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package ‘RCurl’
* removing ‘/usr/lib64/R/library/RCurl’
ERROR: dependencies ‘XML’, ‘RCurl’ are not available for package ‘biomaRt’
* removing ‘/usr/lib64/R/library/biomaRt’
ERROR: dependencies ‘XML’, ‘RCurl’ are not available for package ‘rtracklayer’
* removing ‘/usr/lib64/R/library/rtracklayer’
ERROR: dependencies ‘rtracklayer’, ‘biomaRt’, ‘RCurl’ are not available for package ‘GenomicFeatures’
* removing ‘/usr/lib64/R/library/GenomicFeatures’
ERROR: dependencies ‘GenomicFeatures’, ‘rtracklayer’ are not available for package ‘VariantAnnotation’
* removing ‘/usr/lib64/R/library/VariantAnnotation’
ERROR: dependencies ‘GenomicFeatures’, ‘VariantAnnotation’ are not available for package ‘biovizBase’
* removing ‘/usr/lib64/R/library/biovizBase’
ERROR: dependencies ‘rtracklayer’, ‘biomaRt’, ‘GenomicFeatures’, ‘biovizBase’ are not available for package ‘Gviz’
* removing ‘/usr/lib64/R/library/Gviz’
ERROR: dependencies ‘rtracklayer’, ‘Gviz’ are not available for package ‘cummeRbund’
* removing ‘/usr/lib64/R/library/cummeRbund’
The downloaded source packages are in
‘/tmp/Rtmp4tvQHn/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘XML’ had non-zero exit status
2: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘RCurl’ had non-zero exit status
3: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘biomaRt’ had non-zero exit status
4: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘rtracklayer’ had non-zero exit status
5: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘GenomicFeatures’ had non-zero exit status
6: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘VariantAnnotation’ had non-zero exit status
7: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘biovizBase’ had non-zero exit status
8: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘Gviz’ had non-zero exit status
9: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package ‘cummeRbund’ had non-zero exit status
> library(cummeRbund)
Error in library(cummeRbund) : there is no package called ‘cummeRbund’
> quit()
When I try to install some of the mentioned packages:
$ sudo yum install libxml2 libcurl
[sudo] password for cjsifuen:
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package libxml2-2.7.6-14.el6_5.1.x86_64 already installed and latest version
Package libcurl-7.19.7-37.el6_5.3.x86_64 already installed and latest version
Nothing to do
$ sudo yum install libxml2-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package libxml2-dev available.
Error: Nothing to do
$ sudo yum install libcurl4-openssl-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package libcurl4-openssl-dev available.
Error: Nothing to do
$ sudo yum install zlib1g
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package zlib1g available.
Error: Nothing to do
$ sudo yum install zlib1g-dev
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package zlib1g-dev available.
Error: Nothing to do
I am at a loss for what to try next. Any help would be greatly appreciated.
Thanks,
Chris
Comment