Search Criteria
Package Details: grass6 6.4.6-1
Git Clone URL: | https://aur.archlinux.org/grass6.git (read-only, click to copy) |
---|---|
Package Base: | grass6 |
Description: | Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization. |
Upstream URL: | https://grass.osgeo.org |
Licenses: | |
Submitter: | czk |
Maintainer: | czk |
Last Packager: | czk |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-03 20:32 |
Last Updated: | 2016-09-05 16:38 |
Dependencies (29)
- bc (bc-gh)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git)
- cfitsio
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- geos (geos-git)
- glu (glu-git)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libxmu
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-9.6, postgresql-lts, postgresql-12, postgresql-src, postgresql-11)
- proj (proj-configure-git, proj-git)
- python2
- python2-matplotlib
- python2-numpy
- python2-pillow
- subversion
- tcl (tcl85, tcl-nothreading)
- tk (tk85)
- unixodbc (erlang-unixodbc-git)
- wxpython (wxpython-nuitka, wxpython-gtk2, python2-wxpython3)
- xml2
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-notty, xorg-server-dev, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-git, xorg-server-bug865, xorg-server-rootless-nosystemd-minimal, xorg-server-rootless-nosystemd-minimal-git, xorg-server-noudev)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- doxygen (doxygen-git) (make)
- r (microsoft-r-open, r-mkl) (optional) – R language interface. See http://grasswiki.osgeo.org/wiki/R_statistics.
Latest Comments
ingleandrobarros commented on 2017-02-22 18:51
Bro, in GRASS6 when import a new project. i can't select EPGS code. Maybe, i have problem with GDAL? (but GRASS 7 allow select EPSG code). check that:
Unable to read EPGS codes: failed to open '/usr/local/share/proj/epsg'
ingleandrobarros commented on 2017-01-16 03:52
@czk
Thanks, now GRASS6 run perfectly!
czk commented on 2017-01-02 21:14
@ingleandrobarros
No such issue here. 3D view works fine in GRASS 6 for me.
Looks like you have somehow managed to remove your poppler installation. Which is strange, as normally you can't have GRASS installed without poppler, because the latter is a GDAL dependency, and GRASS requires GDAL.
The missing g.proj doesn't look normal either. It is one of core GRASS modules. You can't have a succesful GRASS build and installation without it.
I can only wonder what might have gone wrong with your setup. Update, reboot, build and install GRASS 6 anew and let me know how it went this time.
ingleandrobarros commented on 2017-01-01 01:54
GRASS 6.4.6 have ERROR:
~ > 3D view mode: libpoppler.so.66: cannot open shared object file: No such file or directory
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-primary-button-warps-slider' of type `gboolean' from rc file value "((GString*) 0x55ce57b2a7a0)" of type `gboolean'
GRASS module 'g.proj' not found. Unable to start map display window.
czk commented on 2016-04-18 16:42
@huorpalantir
Can't reproduce that. grass6 builds and installs fine for me on an up-to-date system. Make sure your system is updated and try building again. If the issue persists try looking for a hint in src/grass-6.4.5/config.log near the GDAL-related section.
huorpalantir commented on 2016-04-18 13:03
Build configure fails:
```
checking for regcomp... yes
checking whether to use Readline... yes
checking for location of Readline includes...
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for location of Readline library...
checking for readline in -lreadline... yes
checking for add_history in -lhistory... yes
checking whether to use GDAL... yes
checking for gdal-config... /usr/bin/gdal-config
configure: error: *** Unable to locate GDAL library.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build grass6.
```