Re: [R] trouble with installing R-2.12.0 from source on Windows

2010-10-16 Thread Prof Brian Ripley

On Fri, 15 Oct 2010, Erin Hodgess wrote:


Dear R People:

I'm trying to install R-2.12.0 from source on a Netbook with Windows XP.

I have installed the Rtools.exe (version 2.12)

However, when I enter tar xvfz R-2.12.0.tar.gz

I keep getting the message cannot change owneship to uid 501, gid 20
invalid argument

Has anyone else run across this, please?


Yes.  Do you have an administrative account?  It seems in that version 
of Cygwin such accounts automatically get the -p flag added to tar.


I'm still using an earlier Rtools (Rtools 2.12 is moving, and the 
change to Cygwin 1.7 is recent).  But in theory


tar --no-same-permissions

should undo this.  I think the message may be harmless, though.



Thanks,
Sincerely,
Erin


--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] trouble with installing R-2.12.0 from source on Windows

2010-10-16 Thread Prof Brian Ripley

Having managed to reproduce this with the current Rtools212, I needed

tar -zxvf --no-same-owner  R-2.12.0.tar.gz

(or -xf: the 'z' is optional, and --no-same-permissions would also be 
a useful sanity check).


Although the messages are unclear, they do seem merely to be notices 
not errors.


On Sat, 16 Oct 2010, Prof Brian Ripley wrote:


On Fri, 15 Oct 2010, Erin Hodgess wrote:


Dear R People:

I'm trying to install R-2.12.0 from source on a Netbook with Windows XP.

I have installed the Rtools.exe (version 2.12)

However, when I enter tar xvfz R-2.12.0.tar.gz

I keep getting the message cannot change owneship to uid 501, gid 20
invalid argument

Has anyone else run across this, please?


Yes.  Do you have an administrative account?  It seems in that version of 
Cygwin such accounts automatically get the -p flag added to tar.


I'm still using an earlier Rtools (Rtools 2.12 is moving, and the change to 
Cygwin 1.7 is recent).  But in theory


tar --no-same-permissions

should undo this.  I think the message may be harmless, though.



Thanks,
Sincerely,
Erin


--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html

and provide commented, minimal, self-contained, reproducible code.



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] trouble with installing R-2.12.0 from source on Windows

2010-10-15 Thread Erin Hodgess
Dear R People:

I'm trying to install R-2.12.0 from source on a Netbook with Windows XP.

I have installed the Rtools.exe (version 2.12)

However, when I enter tar xvfz R-2.12.0.tar.gz

I keep getting the message cannot change owneship to uid 501, gid 20
invalid argument

Has anyone else run across this, please?

Thanks,
Sincerely,
Erin


-- 
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.