Opened 9 years ago

Closed 9 years ago

#6097 closed defect (invalid)

update package from 1.0-6 to 1.0-7 from cran fails on win64

Reported by: whitefishdj Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Here is console output from attempted update from cran archive. I am running R3.2.2 on x86.64 bit win 7.1. depends package 1.1-1 is installed already.

Looks like a sh script error . .


install.packages("rgdal") Installing package into ‘C:/Users/JR/Documents/R/win-library/3.2’ (as ‘lib’ is unspecified)

There is a binary version available but the source version is later:

binary source needs_compilation

rgdal 1.0-6 1.0-7 TRUE

Do you want to install from sources the package which needs compilation? y/n: y installing the source package ‘rgdal’

trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/rgdal_1.0-7.tar.gz' Content type 'application/x-gzip' length 1637380 bytes (1.6 MB) downloaded 1.6 MB

  • installing *source* package 'rgdal' ...

package 'rgdal' successfully unpacked and MD5 sums checked cp: cannot stat '/share/proj': No such file or directory cp: cannot stat '/share/gdal': No such file or directory Warning: running command 'sh ./configure.win' had status 1 ERROR: configuration failed for package 'rgdal'

  • removing 'C:/Users/JR/Documents/R/win-library/3.2/rgdal'
  • restoring previous 'C:/Users/JR/Documents/R/win-library/3.2/rgdal'

Warning in install.packages :

running command '"C:/PROGRA~1/R/R-32~1.2/bin/x64/R" CMD INSTALL -l "C:\Users\JR\Documents\R\win-library\3.2" C:\Users\JR\AppData\Local\Temp\RtmpK8yWSa/downloaded_packages/rgdal_1.0-7.tar.gz' had status 1

Warning in install.packages :

installation of package ‘rgdal’ had non-zero exit status

Change History (1)

comment:1 by Even Rouault, 9 years ago

Resolution: invalid
Status: newclosed

This should be rather reported on rgdal mailing list / bug tracker.

Note: See TracTickets for help on using tickets.