Jürgen E. Fischer wrote:
On Fri, 11. Sep 2009 at 13:55:42 +0200, Agustin Lobo wrote:
In grass
r.in.gdal -o input=/media/Transcend/ANYELLA/catuav20090730/tif/SDIM0178.tif output=delmetif

That's the wrong direction.    You need to access GRASS from GDAL not vice
versa.

gdalinfo $HOME/grass/spearfish60/PERMANENT/cellhd/elevation.10m
I think the problem is in gdal:
$ gdalinfo /media/Transcend/MONTSENY2008/Carlos_Montseny/GrassData/GrassData/carlos/A_TOTAL/cellhd/delmetif.blue
Segmentation fault

.../...

That's strange.  Try

 apt-cache rdepends libgdal1-1.5.0

to see what depends on libgdal1-1.5.0.  There shouldn't be anything qgis or
grass related except for libgdal1-1.5.0-grass.
$ apt-cache rdepends libgdal1-1.5.0
libgdal1-1.5.0
Reverse Depends:
 python-mapscript
 php5-mapscript
 perl-mapscript
 mapserver-bin
 libmapscript-ruby1.9
 libmapscript-ruby1.8
 libmapnik0.5
 cgi-mapserver
 python-mapscript
 python-gdal
 php5-mapscript
 perl-mapscript
 mapserver-bin
 libopenscenegraph7
 libmapscript-ruby1.9
 libmapscript-ruby1.8
 libmapnik0.5
 libgdal1-dev
 libgdal1-1.5.0-grass
 libgdal-ruby1.8
 libgdal-perl
 libgdal-doc
 grass
 gdal-bin
 cgi-mapserver

The weird thing is that according to Synaptic libgdal1-1.5.0-grass is not installed
(I removed it with apt-get remove after installing the qgis-grass-plugin)
How can I check with apt if libgdal1-1.5.0-grass is installed or not?
And try

 apt-cache depends qgis-plugin-grass

to see what qgis-plugin-grass depends on.  There should only be the dependency
to one of the libgdal1-*-grass packages - and that should be satisfiable by
installing libgdal1-1.6.0-grass.
$ apt-cache depends qgis-plugin-grass
qgis-plugin-grass
 Depends: qgis
 Depends: qgis-plugin-grass-common
 Depends: libc6
 Depends: libgcc1
 Depends: libgdal1-1.6.0
 Depends: libgeos-c1
 Depends: libproj0
 Depends: libqgis1.2.0
 Depends: libqt4-network
 Depends: libqt4-sql
 Depends: libqt4-svg
 Depends: libqt4-xml
 Depends: libqtcore4
 Depends: libqtgui4
 Depends: libstdc++6
|Depends: <libgdal1-1.4.0-grass>
|Depends: libgdal1-1.5.0-grass
 Depends: libgdal1-1.6.0-grass

it depends on bot libgdal1-1.5.0-grass and libgdal1-1.&.0-grass ?

Thanks for your help!

Agus

<<attachment: alobolistas.vcf>>

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to