I'm getting the following error when invoking grass57 (grass-bin_5.7.0-1_arm.deb) on a Zaurus 5500 running Debian:
~/# grass57
/usr/bin/grass57: line 29: /mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh: No such file or directory
/usr/bin/grass57: line 29: exec: /mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh: cannor execute: No such file or directory
Hello rigpa108@verizon.net,
At Mon, 22 Mar 2004 14:24:07 -0600 rigpa108@verizon.net wrote:
I'm getting the following error when invoking grass57
(grass-bin_5.7.0-1_arm.deb) on a Zaurus 5500 running Debian:
~/# grass57
/usr/bin/grass57: line 29:
/mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh:
No such file or directory/usr/bin/grass57: line 29: exec:
/mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh:
cannor execute: No such file or directory
I have seen this error recently on ,my own built debs.
A workaround could be editing /usr/bin/grass57 and chance the
GISBASE-Variable to your GRASS_Installation. It seems there is something
wrong in the build-routine for debs.
Hope that helps.
Stephan
--
Stephan Holl
Check headers for GnuPG Key!
http://www.gdf-hannover.de
18:03:23 up 19 min, 1 user, load average: 0.05, 0.06, 0.08
On Mon, Mar 22, 2004 at 02:24:07PM -0600, rigpa108@verizon.net wrote:
I'm getting the following error when invoking grass57 (grass-bin_5.7.0-1_arm.deb) on a Zaurus 5500 running Debian:
~/# grass57
/usr/bin/grass57: line 29: /mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh: No such file or directory
/usr/bin/grass57: line 29: exec: /mnt/hda6/grass57src/grass-5.7.0/debian/tmp/usr/grass57/etc/Init.sh: cannor execute: No such file or directory
You have to manually fix the install directory or add a link:
check
/usr/bin/grass57/etc/Init.sh
or
/usr/bin/grass57
if the path points to the correct directory (above indicates that it
doesn't). Yes, a bug in the package.
Markus
On Tue, Mar 23, 2004 at 10:39:41AM -1000, Luis E Menoyo wrote:
Thanks Stephan, Markus. That solved the problem.
Now I got Grass 5.7 running with Tk/Tcl on the Zaurus. 
Great - I'm happy that our package is useful.
What needs to be done to place Grass 5.7 ARM .deb on the Debian feed? The
Tk/Tcl and GDAL libraries are readily available on the feeds, which, by
using apt-get, saved me from going thru dependency hell during the
install. It would be nice to have a recent version of Grass in the Debian
ARM feed so that dependencies can be automaticaly resolved during install.
I know - you need to convince Debian developers.
Markus
Thanks again,
Luis.