Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. # portmaster devel/subversion
  2.  
  3. $ svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 grass70_release
  4. $ cd grass70_release/
  5. $ ./configure
  6. (...)
  7. checking for proj_api.h... no
  8. configure: error: *** Unable to locate External PROJ.4 includes.
  9.  
  10. # portmaster graphics/proj
  11.  
  12. $ ./configure --with-proj-includes=/usr/local/include
  13. checking for pj_get_def in -lproj... no
  14. configure: error: *** Unable to locate External PROJ.4 library.
  15.  
  16. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib
  17. checking for gdal-config... no
  18. configure: error: *** couldn't find gdal-config
  19.  
  20.  
  21.  
  22. # portmaster graphics/gdal (added proj/geos support)
  23.  
  24. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib
  25. checking for tiffio.h... no
  26. configure: error: *** Unable to locate TIFF includes.
  27.  
  28.  
  29.  
  30. # portmaster graphics/tiff
  31.  
  32. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib
  33. checking for png.h... no
  34. configure: error: *** Unable to locate PNG includes.
  35.  
  36.  
  37. # portmaster graphics/png
  38. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib
  39. checking for sqlite3.h... no
  40. configure: error: *** Unable to locate SQLite includes.
  41.  
  42. #portmaster databases/sqlite3
  43.  
  44. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib
  45. checking for GL/gl.h... no
  46. configure: error: *** Unable to locate OpenGL includes.
  47.  
  48. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --with-opengl=no
  49. checking for dfftw.h... no
  50. configure: error: *** Unable to locate FFTW includes.
  51.  
  52.  
  53. $ ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --with-opengl=no --with-fftw=no
  54. checking for cairo.h... no
  55. configure: error: *** Unable to locate Cairo includes.
  56.  
  57.  
  58. # portmaster graphics/cairo (this installed some version of iconv)
  59. ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --with-opengl=no --with-fftw=no
  60. checking for ft2build.h... no
  61. configure: error: *** Unable to locate FreeType includes.
  62.  
  63. # portmaster print/freetype2
  64. ./configure --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib --with-png-includes=/usr/local/include --with-png-libs=/usr/local/lib --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --with-opengl=no --with-fftw=no --with-freetype-includes=/usr/local/include/freetype2 --with-freetype-libs=/usr/local/lib
  65.  
  66.  
  67. GRASS is now configured for: x86_64-unknown-freebsd10.1
  68.  
  69. Source directory: /usr/home/diasf/grass70_release
  70. Build directory: /usr/home/diasf/grass70_release
  71. Installation directory: ${prefix}/grass-7.0.0svn
  72. Startup script in directory:${exec_prefix}/bin
  73. C compiler: cc -g -O2
  74. C++ compiler: c++ -g -O2
  75. Building shared libraries: yes
  76. OpenGL platform: none
  77.  
  78. MacOSX application: no
  79. MacOSX architectures:
  80. MacOSX SDK:
  81.  
  82. BLAS support: no
  83. C++ support: yes
  84. Cairo support: yes
  85. DWG support: no
  86. FFTW support: no
  87. FreeType support: yes
  88. GDAL support: yes
  89. GEOS support: no
  90. LAPACK support: no
  91. Large File support (LFS): yes
  92. libLAS support: no
  93. MySQL support: no
  94. NetCDF support: no
  95. NLS support: no
  96. ODBC support: no
  97. OGR support: yes
  98. OpenCL support: no
  99. OpenGL support: no
  100. OpenMP support: no
  101. PNG support: yes
  102. POSIX thread support: no
  103. PostgreSQL support: no
  104. Readline support: no
  105. Regex support: yes
  106. SQLite support: yes
  107. TIFF support: yes
  108. wxWidgets support: no
  109. X11 support: no
  110.  
  111.  
  112. $ gmake
  113. env: python: No such file or directory
  114. ../include/Make/Html.make:11: recipe for target '/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/docs/man/man1/temporalintro.1' failed
  115. gmake: *** [/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/docs/man/man1/temporalintro.1] Error 127
  116.  
  117.  
  118. # portmaster lang/python
  119.  
  120. $ gmake
  121.  
  122. [diasf@grass /usr/home/diasf/grass70_release/display/d.barscale]$ gmake
  123. : && cc -L/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib -L/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib -export-dynamic -Wl,-rpath-link,/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib -o /usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/bin/d.barscale OBJ.x86_64-unknown-freebsd10.1/draw_scale.o OBJ.x86_64-unknown-freebsd10.1/main.o -lgrass_display.7.0.0svn -lgrass_symb.7.0.0svn -lgrass_gis.7.0.0svn -lm
  124. /usr/bin/ld: warning: cannot find entry symbol xport-dynamic; defaulting to 0000000000401630
  125. /usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib/libgrass_cairodriver.7.0.0svn.so: undefined reference to `libiconv'
  126. /usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib/libgrass_cairodriver.7.0.0svn.so: undefined reference to `libiconv_close'
  127. /usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/lib/libgrass_cairodriver.7.0.0svn.so: undefined reference to `libiconv_open'
  128. cc: error: linker command failed with exit code 1 (use -v to see invocation)
  129. ../../include/Make/Module.make:16: recipe for target '/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/bin/d.barscale' failed
  130. gmake: *** [/usr/home/diasf/grass70_release/dist.x86_64-unknown-freebsd10.1/bin/d.barscale] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement