search for: meconk

Displaying 8 results from an estimated 8 matches for "meconk".

2017 Jun 22
3
Missing dependencies in pkg installs
...if trying to install via install.packages I get the same error. I also tried using R CMD INSTALL from the terminal and install.packages with a local file pointing to the very same tar.gz file that shows the executable bit set. All result in the same "configure is not executable" result. [meconk at dcex1102shinypr ~]$ ls -l stringi/configure -rwxr-xr-x 1 meconk meconk 173757 Apr 7 11:43 stringi/configure [meconk at dcex1102shinypr ~]$ sudo R [sudo] password for meconk: R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" Copyright (C) 2017 The R Foundation for Statistical Comp...
2017 Jun 22
2
Missing dependencies in pkg installs
...ith the same "configuration not executable" error. So, made a tempfunc that was a copy of tools:::.install_packages and edited the file_test("-x","configure") line to return a TRUE now I get a Permission Denied error (even if I run as root) > tempfunc("/home/meconk/stringi_1.1.5.tar.gz") * installing to library '/usr/lib64/R/library' * installing *source* package 'stringi' ... ** package 'stringi' successfully unpacked and MD5 sums checked sh: ./configure: Permission denied ERROR: configuration failed for package 'stringi'...
2017 Jun 22
0
Missing dependencies in pkg installs
...type = "source"). 2. In R, run debug(tools:::.install_packages) tools:::.install_packages("stringi_1.1.5.tar.gz") You can single step until you see the message, and try to diagnose why it is happening. Watch out, this function will exit R at the end. Duncan Murdoch > [meconk at dcex1102shinypr ~]$ ls -l stringi/configure > -rwxr-xr-x 1 meconk meconk 173757 Apr 7 11:43 stringi/configure > [meconk at dcex1102shinypr ~]$ sudo R > [sudo] password for meconk: > > R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" > Copyright (C) 2017 The R Fo...
2017 Jun 22
0
Missing dependencies in pkg installs
...out why it isn't.... Duncan > > So, made a tempfunc that was a copy of tools:::.install_packages and edited the file_test("-x","configure") line to return a TRUE > > now I get a Permission Denied error (even if I run as root) > >> tempfunc("/home/meconk/stringi_1.1.5.tar.gz") > * installing to library '/usr/lib64/R/library' > * installing *source* package 'stringi' ... > ** package 'stringi' successfully unpacked and MD5 sums checked > sh: ./configure: Permission denied > ERROR: configuration failed for...
2017 Jun 22
2
Missing dependencies in pkg installs
...hy it isn't.... Duncan > > So, made a tempfunc that was a copy of tools:::.install_packages and > edited the file_test("-x","configure") line to return a TRUE > > now I get a Permission Denied error (even if I run as root) > >> tempfunc("/home/meconk/stringi_1.1.5.tar.gz") > * installing to library '/usr/lib64/R/library' > * installing *source* package 'stringi' ... > ** package 'stringi' successfully unpacked and MD5 sums checked > sh: ./configure: Permission denied > ERROR: configuration failed for...
2017 Jun 22
0
Missing dependencies in pkg installs
...; >> >> So, made a tempfunc that was a copy of tools:::.install_packages and >> edited the file_test("-x","configure") line to return a TRUE >> >> now I get a Permission Denied error (even if I run as root) >> >>> tempfunc("/home/meconk/stringi_1.1.5.tar.gz") >> * installing to library '/usr/lib64/R/library' >> * installing *source* package 'stringi' ... >> ** package 'stringi' successfully unpacked and MD5 sums checked >> sh: ./configure: Permission denied >> ERROR: confi...
2017 Jun 22
0
Missing dependencies in pkg installs
The "configure exists but is not executable" problem is somewhat common on Windows, because there's usually no such thing as an executable bit there. (Cygwin does something to fake one, but Windows generally doesn't.) If you create a tarball there by default you get no executable bits marked in it. For a long time, R CMD build has dealt with this issue by using the
2017 Jun 22
2
Missing dependencies in pkg installs
>>>>> David Winsemius <dwinsemius at comcast.net> >>>>> on Wed, 21 Jun 2017 18:04:13 -0700 writes: >> On Jun 21, 2017, at 1:39 PM, Conklin, Mike (GfK) <Mike.Conklin at gfk.com> wrote: >> >> I have a Ubuntu server with an R installation that has 384 packages installed. We are trying to replicate the system on a Red Hat