![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
cummeRbund installation | m_elena_bioinfo | Bioinformatics | 3 | 08-02-2012 01:42 AM |
Experiment deletion failing | BenjaminL | Ion Torrent | 0 | 07-29-2012 10:10 PM |
BWA and Samtools installation failing | JamesT | Bioinformatics | 3 | 07-02-2012 03:24 AM |
Tophat problem: failing reads alignment | Annibal | RNA Sequencing | 6 | 05-18-2012 12:34 PM |
TopHat 1.1 failing on colorspace SE reads | krobison | Bioinformatics | 22 | 09-22-2011 11:25 AM |
![]() |
|
Thread Tools |
![]() |
#81 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#82 | |
Junior Member
Location: Iran Join Date: Jun 2015
Posts: 6
|
![]() Quote:
Thanks for the comment, I am using ubuntu 15.04 LTS. I installed the packages with the command "sudo apt-get install libcurl openssl" but I get the error as below; Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libcurl Then I executed the commands "sudo apt-get install libcurl4-openssl-dev libxml2-dev" and I get another error; The following packages have unmet dependencies: libcurl4-openssl-dev : Depends: libkrb5-dev but it is not going to be installed Depends: librtmp-dev but it is not going to be installed Depends: libssl-dev but it is not going to be installed libxml2-dev : Depends: libxml2 (= 2.9.1+dfsg1-3ubuntu4.8) but 2.9.2+dfsg1-3 is to be installed E: Unable to correct problems, you have held broken packages. How could I resolve this problem? Thanks again for your time Last edited by k.h; 07-24-2016 at 11:33 PM. |
|
![]() |
![]() |
![]() |
#83 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]()
You also need to install libkrb5-dev, librtmp-dev and libssl-dev packages based on the messages above.
It may be easier to use the package manager GUI to install and then check the box for install dependencies (if I recollect it right for ubuntu). |
![]() |
![]() |
![]() |
#84 | |
Junior Member
Location: Iran Join Date: Jun 2015
Posts: 6
|
![]() Quote:
Dear GenoMax, Thanks for the reply, I installed the packages you mentioned above. but it seem the latest version of them are already installed. I am now facing with the following error; Thanks again. > source("https://bioconductor.org/biocLite.R") Bioconductor version 3.3 (BiocInstaller 1.22.3), ?biocLite for help > biocLite("cummeRbund") BioC_mirror: https://bioconductor.org Using Bioconductor 3.3 (BiocInstaller 1.22.3), R 3.3.1 (2016-06-21). Installing package(s) ‘cummeRbund’ also installing the dependencies ‘biovizBase’, ‘Gviz’ trying URL 'https://bioconductor.org/packages/3.3/bioc/src/contrib/biovizBase_1.20.0.tar.gz' Content type 'unknown' length 2432033 bytes (2.3 MB) ================================================== downloaded 2.3 MB trying URL 'https://bioconductor.org/packages/3.3/bioc/src/contrib/Gviz_1.16.1.tar.gz' Content type 'unknown' length 3387915 bytes (3.2 MB) ================================================== downloaded 3.2 MB trying URL 'https://bioconductor.org/packages/3.3/bioc/src/contrib/cummeRbund_2.14.0.tar.gz' Content type 'unknown' length 2317146 bytes (2.2 MB) ================================================== downloaded 2.2 MB * installing *source* package ‘biovizBase’ ... ** libs gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -c R_init_biovizBase.c -o R_init_biovizBase.o gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -c bin_offsets.c -o bin_offsets.o gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o biovizBase.so R_init_biovizBase.o bin_offsets.o -L/usr/lib/R/lib -lR installing to /home/k/R/i686-pc-linux-gnu-library/3.3/biovizBase/libs ** R ** data ** inst ** preparing package for lazy loading Warning: S3 methods ‘[.aareg’, ‘[.Surv’, ‘[.cox.zph’, ‘[.coxph.penalty’, ‘[.ratetable’, ‘[.ratetable2’, ‘[.survfit’, ‘[.survfitms’, ‘[.tcut’, ‘Math.Surv’, ‘Math.ratetable’, ‘Ops.Surv’, ‘Ops.ratetable’, ‘Summary.Surv’, ‘anova.coxph’, ‘anova.coxphlist’, ‘anova.survreg’, ‘anova.survreglist’, ‘as.character.Surv’, ‘as.data.frame.Surv’, ‘as.matrix.ratetable’, ‘as.matrix.Surv’, ‘attrassign.default’, ‘attrassign.lm’, ‘extractAIC.coxph.penal’, ‘dim.survfit’, ‘format.Surv’, ‘is.na.Surv’, ‘is.na.coxph.penalty’, ‘is.na.ratetable’, ‘labels.survreg’, ‘levels.tcut’, ‘lines.aareg’, ‘lines.survexp’, ‘lines.survfit’, ‘logLik.coxph’, ‘logLik.survreg’, ‘makepredictcall.pspline’, ‘model.frame.coxph’, ‘model.frame.survreg’, ‘model.matrix.coxph’, ‘model.matrix.survreg’, ‘plot.aareg’, ‘plot.cox.zph’, ‘plot.survfit’, ‘points.survfit’, ‘ [... truncated] Error in library.dynam(lib, package, package.lib) : shared object ‘survival.so’ not found ERROR: lazy loading failed for package ‘biovizBase’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/biovizBase’ ERROR: dependency ‘biovizBase’ is not available for package ‘Gviz’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/Gviz’ ERROR: dependency ‘Gviz’ is not available for package ‘cummeRbund’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/cummeRbund’ The downloaded source packages are in ‘/tmp/RtmpQHDCcv/downloaded_packages’ Old packages: 'boot', 'MASS', 'spatial', 'survival' Update all/some/none? [a/s/n]: a Warning in install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : 'lib = "/usr/lib/R/library"' is not writable Would you like to use a personal library instead? (y/n) y trying URL 'https://cran.rstudio.com/src/contrib/boot_1.3-18.tar.gz' Content type 'unknown' length 231831 bytes (226 KB) ================================================== downloaded 226 KB trying URL 'https://cran.rstudio.com/src/contrib/MASS_7.3-45.tar.gz' Content type 'unknown' length 487268 bytes (475 KB) ================================================== downloaded 475 KB trying URL 'https://cran.rstudio.com/src/contrib/spatial_7.3-11.tar.gz' Content type 'unknown' length 44666 bytes (43 KB) ================================================== downloaded 43 KB trying URL 'https://cran.rstudio.com/src/contrib/survival_2.39-5.tar.gz' Content type 'unknown' length 4541205 bytes (4.3 MB) ================================================== downloaded 4.3 MB * installing *source* package ‘boot’ ... ** package ‘boot’ successfully unpacked and MD5 sums checked mv: cannot move ‘/home/k/R/i686-pc-linux-gnu-library/3.3/boot’ to ‘/home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-boot/boot’: Permission denied Warning in file.copy(f, instdir, TRUE) : problem copying ./NAMESPACE to /home/k/R/i686-pc-linux-gnu-library/3.3/boot/NAMESPACE: Permission denied Warning in file(file, if (append) "a" else "w") : cannot open file '/home/k/R/i686-pc-linux-gnu-library/3.3/boot/DESCRIPTION': Permission denied Error in file(file, if (append) "a" else "w") : cannot open the connection ERROR: installing package DESCRIPTION failed for package ‘boot’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/boot’ * installing *source* package ‘MASS’ ... ** package ‘MASS’ successfully unpacked and MD5 sums checked mv: cannot move ‘/home/k/R/i686-pc-linux-gnu-library/3.3/MASS’ to ‘/home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-MASS/MASS’: Permission denied Warning in file.copy(f, instdir, TRUE) : problem copying ./NAMESPACE to /home/k/R/i686-pc-linux-gnu-library/3.3/MASS/NAMESPACE: Permission denied Warning in file(file, if (append) "a" else "w") : cannot open file '/home/k/R/i686-pc-linux-gnu-library/3.3/MASS/DESCRIPTION': Permission denied Error in file(file, if (append) "a" else "w") : cannot open the connection ERROR: installing package DESCRIPTION failed for package ‘MASS’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/MASS’ * installing *source* package ‘spatial’ ... ** package ‘spatial’ successfully unpacked and MD5 sums checked mv: cannot move ‘/home/k/R/i686-pc-linux-gnu-library/3.3/spatial’ to ‘/home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-spatial/spatial’: Permission denied Warning in file.copy(f, instdir, TRUE) : problem copying ./NAMESPACE to /home/k/R/i686-pc-linux-gnu-library/3.3/spatial/NAMESPACE: Permission denied Warning in file(file, if (append) "a" else "w") : cannot open file '/home/k/R/i686-pc-linux-gnu-library/3.3/spatial/DESCRIPTION': Permission denied Error in file(file, if (append) "a" else "w") : cannot open the connection ERROR: installing package DESCRIPTION failed for package ‘spatial’ * removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/spatial’ ERROR: failed to lock directory ‘/home/k/R/i686-pc-linux-gnu-library/3.3’ for modifying Try removing ‘/home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-survival’ The downloaded source packages are in ‘/tmp/RtmpQHDCcv/downloaded_packages’ Warning messages: 1: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘biovizBase’ had non-zero exit status 2: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘Gviz’ had non-zero exit status 3: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘cummeRbund’ had non-zero exit status 4: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : installation of package ‘boot’ had non-zero exit status 5: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : installation of package ‘MASS’ had non-zero exit status 6: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : installation of package ‘spatial’ had non-zero exit status 7: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : installation of package ‘survival’ had non-zero exit status > library(cummeRbund) Error in library(cummeRbund) : there is no package called ‘cummeRbund’ |
|
![]() |
![]() |
![]() |
#85 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#86 |
Junior Member
Location: Iran Join Date: Jun 2015
Posts: 6
|
![]() |
![]() |
![]() |
![]() |
#87 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]() Code:
rm -f /home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-survival Code:
sudo rm -f /home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-survival |
![]() |
![]() |
![]() |
#88 | |
Junior Member
Location: Iran Join Date: Jun 2015
Posts: 6
|
![]() Quote:
I got the following result. Is that an error? rm: cannot remove ‘/home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-survival’: Is a directory |
|
![]() |
![]() |
![]() |
#89 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]() Quote:
Code:
rm -rf /home/k/R/i686-pc-linux-gnu-library/3.3/00LOCK-survival |
|
![]() |
![]() |
![]() |
#90 | |
Junior Member
Location: Iran Join Date: Jun 2015
Posts: 6
|
![]() Quote:
Many thanks for your useful suggestions. It worked. Ultimately We (Me and GenoMax) could Install cummeRbund successfully. |
|
![]() |
![]() |
![]() |
Tags |
bioconductor, cummerbund, installation |
Thread Tools | |
|
|