Hello. When trying to unpack today's version of R-patched, I get the following error: C:\R>tar -xf R-patched_2017-01-30.tar.gz gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now I got the same error for R-patched_2017-01-30.tar.gz but not for R-3.3.2.tar.gz. Thank you, Avi
> On 31 Jan 2017, at 18:56 , Avraham Adler <avraham.adler at gmail.com> wrote: > > Hello. > > When trying to unpack today's version of R-patched,From which source? The files from cran.r-project.org seems OK, both those in src/base-prerelease and those from ETHZ. Also, is it not "tar -xfz" when reading a compressed file? -pd> I get the following error: > > C:\R>tar -xf R-patched_2017-01-30.tar.gz > > gzip: stdin: unexpected end of file > tar: Unexpected EOF in archive > tar: Unexpected EOF in archive > tar: Error is not recoverable: exiting now > > I got the same error for R-patched_2017-01-30.tar.gz but not for R-3.3.2.tar.gz. > > Thank you, > > Avi > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
On Tue, Jan 31, 2017 at 3:30 PM, peter dalgaard <pdalgd at gmail.com> wrote:> >> On 31 Jan 2017, at 18:56 , Avraham Adler <avraham.adler at gmail.com> wrote: >> >> Hello. >> >> When trying to unpack today's version of R-patched, > > From which source? The files from cran.r-project.org seems OK, both those in src/base-prerelease and those from ETHZ. Also, is it not "tar -xfz" when reading a compressed file? > > -pd>From <https://stat.ethz.ch/R/daily/>Also, while passing z is not in the instructions given in Installation and Administration [1], I tried passing -xzf and it did not work. I believe f has to be last if the file name follows immediately. [1] <https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Getting-the-source-files> Thanks, Avi>> I get the following error: >> >> C:\R>tar -xf R-patched_2017-01-30.tar.gz >> >> gzip: stdin: unexpected end of file >> tar: Unexpected EOF in archive >> tar: Unexpected EOF in archive >> tar: Error is not recoverable: exiting now >> >> I got the same error for R-patched_2017-01-30.tar.gz but not for R-3.3.2.tar.gz. >> >> Thank you, >> >> Avi >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > -- > Peter Dalgaard, Professor, > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3, 2000 Frederiksberg, Denmark > Phone: (+45)38153501 > Office: A 4.23 > Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com >
Maybe Matching Threads
- Unexpected EOF in R-patched_2017-01-30
- Unexpected EOF in R-patched_2017-01-30
- Has the changelog for R-devel and R-patched moved?
- Notes on building a gcc toolchain for Rtools (but not multilib)
- Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)