Advertisement
Guest User

spgrass6 package installation troubleshooting

a guest
Mar 6th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. ################## GRASS 7 info ##################################
  2.  
  3. GRASS retreived from subversion 5 March.
  4.  
  5. configuration: CFLAGS="-g -Wall" ./configure --enable-64-bit --with-lib=/usr/lib64 --with-pthread --with-readline --with-tcltk-includes=/usr/include/tcl8.5/ --with-freetype-includes=/usr/include/freetype2 --with-wxwidgets --with-geos
  6.  
  7. R packages updated 6 March.
  8.  
  9. > library("spgrass6")
  10. Loading required package: sp
  11. Loading required package: XML
  12. GRASS GIS interface loaded with GRASS version: GRASS 7.0.svn50994 (2012)
  13. and location: spearfish70
  14. > library("rgdal")
  15. Geospatial Data Abstraction Library extensions to R successfully loaded
  16. Loaded GDAL runtime: GDAL 1.7.3, released 2010/11/10
  17. Path to GDAL shared files: /usr/share/gdal/1.7
  18. Loaded PROJ.4 runtime: Rel. 4.7.1, 23 September 2009, [PJ_VERSION: 470]
  19. Path to PROJ.4 shared files: (autodetected)
  20. > library("sp")
  21. > sessionInfo()
  22. R version 2.14.1 (2011-12-22)
  23. Platform: x86_64-pc-linux-gnu (64-bit)
  24.  
  25. locale:
  26. [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
  27. [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
  28. [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
  29. [7] LC_PAPER=C LC_NAME=C
  30. [9] LC_ADDRESS=C LC_TELEPHONE=C
  31. [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
  32.  
  33. attached base packages:
  34. [1] stats graphics grDevices utils datasets methods base
  35.  
  36. other attached packages:
  37. [1] rgdal_0.7-8 spgrass6_0.7-9 XML_3.9-4 sp_0.9-96
  38.  
  39. loaded via a namespace (and not attached):
  40. [1] grid_2.14.1 lattice_0.20-0
  41. >
  42.  
  43.  
  44. ################## GRASS 6 info: ######################################
  45.  
  46. > library("spgrass6")
  47. Loading required package: sp
  48. Loading required package: XML
  49. GRASS GIS interface loaded with GRASS version: GRASS 6.4.3svn50949 (2012)
  50. and location: spearfish60
  51. > library("rgdal")
  52. Geospatial Data Abstraction Library extensions to R successfully loaded
  53. Loaded GDAL runtime: GDAL 1.7.3, released 2010/11/10
  54. Path to GDAL shared files: /usr/share/gdal/1.7
  55. Loaded PROJ.4 runtime: Rel. 4.7.1, 23 September 2009, [PJ_VERSION: 470]
  56. Path to PROJ.4 shared files: (autodetected)
  57. > library("sp")
  58. > sessionInfo()
  59. R version 2.14.1 (2011-12-22)
  60. Platform: x86_64-pc-linux-gnu (64-bit)
  61.  
  62. locale:
  63. [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
  64. [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
  65. [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
  66. [7] LC_PAPER=C LC_NAME=C
  67. [9] LC_ADDRESS=C LC_TELEPHONE=C
  68. [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
  69.  
  70. attached base packages:
  71. [1] stats graphics grDevices utils datasets methods base
  72.  
  73. other attached packages:
  74. [1] rgdal_0.7-8 spgrass6_0.7-9 XML_3.9-4 sp_0.9-96
  75.  
  76. loaded via a namespace (and not attached):
  77. [1] grid_2.14.1 lattice_0.20-0
  78.  
  79.  
  80. ########################### Debian package information ###########################
  81. December 2011 GDAL/OGR 1.9.0 release
  82.  
  83. rgdal requires: for building from source: GDAL >= 1.3.1
  84.  
  85. PROJ, spatial, xml are all current version
  86.  
  87. ii r-cran-spatial 7.3-3-1 GNU R package for spatial statistics
  88. ii r-cran-xml 3.9-4-1 GNU R package for XML parsing and generation
  89.  
  90. un gdal <none> (no description available)
  91. ii gdal-bin 1.7.3-6+b2 Geospatial Data Abstraction Library - Utility programs
  92. un libgdal-dev <none> (no description available)
  93. un libgdal-doc <none> (no description available)
  94. ii libgdal1-1.6.0 1.6.3-4+b1 Geospatial Data Abstraction Library
  95. ii libgdal1-1.7.0 1.7.3-6+b2 Geospatial Data Abstraction Library
  96. ii libgdal1-1.7.0-grass 1.7.3-2+b2 GRASS extension for the GDAL library
  97. ii libgdal1-dev 1.7.3-6+b2 Geospatial Data Abstraction Library - Development files
  98. ii python-gdal 1.7.3-6+b2 Python bindings to the Geospatial Data Abstraction Library
  99. un python2.6-gdal <none> (no description available)
  100. un python2.7-gdal <none> (no description available)
  101.  
  102. ii libproj-dev 4.7.0-1 Cartographic projection library (development files)
  103. ii libproj0 4.7.0-1 Cartographic projection library
  104. ii proj 4.7.0-1 Cartographic projection filter and library (transitional packa
  105. ii proj-bin 4.7.0-1 Cartographic projection library (tools)
  106. ii proj-data 4.7.0-1 Cartographic projection filter and library (transitional packa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement