[GRASSLIST:4353] s.surf.rst in a lat/long

the "slope" output of s.surf.rst in my wgs84 lat/long projection is wrong -
it's value range is min=89.721184 and max=89.999451 and the raster looks
rubbish

a similar approach in a tmerc projection gave a good result

my fault or some bug?

below is my "procedure" listed in detail

GRASS:~ > g.region -p
projection: 3 (Latitude-Longitude)
zone: 0
datum: wgs84
ellipsoid: wgs84
north: 50:45:57N
south: 50:42:12N
west: 15:40:54E
east: 15:46:57E
nsres: 0:00:03
ewres: 0:00:03
rows: 75
cols: 121

GRASS:~ > r.info N50E015.meters_filled

+---------------------------------------------------------------------------
-+
| Layer: N50E015.meters_filled Date: Sun Sep 5 19:34:34 2004
|
| Mapset: dem Login of Creator: ziutek
|
| Location: srtm
|
| DataBase: /home/grassdata
|
| Title: ( N50E015.meters_filled )
|

|---------------------------------------------------------------------------
-|
|
|
| Type of Map: raster Number of Categories: 1594
|
| Data Type: FCELL
|
| Rows: 1201
|
| Columns: 1201
|
| Total Cells: 1442401
|
| Projection: Latitude-Longitude (zone 0)
|
| N: 51:00:01.5N S: 49:59:58.5N Res: 0:00:03
|
| E: 16:00:01.5E W: 14:59:58.5E Res: 0:00:03
|
| Range of data: min = 178.000000 max = 1594.000000
|
|
|
| Data Source:
|
|
|
|
|
|
|
| Data Description:
|
| generated by r.patch
|
|
|
| N50E015.meters_filled
|

+---------------------------------------------------------------------------
-+

GRASS:~ > r.to.sites -a input=N50E015.meters_filled output=dem_sites

GRASS:~ > s.info dem_sites

NDIM=2, RTYPE = -1, NSTR=0, NDEC=1
Total sites read: 9075
Total sites outside region: 0
dem_sites read.
----------------------------------------------------------

SITES FILENAME: dem_sites
--------------

Header Information:
------------------
        name dem_sites
        description r.to.sites -a input=N50E015.meters_filled
output=dem_sites label='No Label'
        format ||%
        labels Easting|Northing|%No Label

Number of DIMENSIONS: 2
--------------------
                 - - MIN - - - - MAX - -
        dim 1 15.682083 15.782083 Easting
        dim 2 50.703750 50.765417 Northing

Type of CATEGORY information: NO CATEGORY
----------------------------

Number of DOUBLE attributes: 1
---------------------------
                 - - MIN - - - - MAX - -
        dbl 1 682 1594 No Label

Number of STRING attributes: 0
---------------------------

TOTAL SITES COUNTED: 9075
----------------------------------------------------------

GRASS:~ > s.surf.rst input=dem_sites elev=dem_s.surf.rst
slope=dem_s.surf.rst_slp aspect=dem_s.surf.rst_asp

The number of points in sites file is 9075
The number of points outside of region 0
The number of points being used (after reduction) is 9075

Processing all selected output files
will require 84888 bytes of disk space for temp files

100%
Percent complete: history initiated

GRASS:~ > r.info -r dem_s.surf.rst
min=682.395142
max=1593.271240
GRASS:~ > r.info -r dem_s.surf.rst_asp
min=0.549078
max=360.000000
GRASS:~ > r.info -r dem_s.surf.rst_slp
min=89.721184
max=89.999451

I forgot to mention that I run into this on a Grass 5.3 CVS
grass53_exp_2004_08_21 built from source

Respected sir
i am donig work with indictrans team on grass5.0.3 and now i am able to
connect vector maps wih data base tables and also can update the values
of data base through maps .now i want to work on web grass and for that
i found grasslink site but

While trying to retrieve the URL:
http://www.regis.berkeley.edu/grasslinks/

The following error was encountered:

    Unable to determine IP address from host name for
    www.regis.berkeley.edu

The dnsserver returned:

    Name Error: The domain name does not exist.

please tell me that this site exist or not and if any other option is
able to work on web grass then help me .
thanks
indictrans team

[...]

i want to work on web grass and for that
i found grasslink site but

While trying to retrieve the URL:
http://www.regis.berkeley.edu/grasslinks/

The following error was encountered:

    Unable to determine IP address from host name for
    www.regis.berkeley.edu

The dnsserver returned:

    Name Error: The domain name does not exist.

try: http://ippc2.orst.edu/glinks/

or other "Web modules" on http://grass.ibiblio.org/grass_addons.html

Hamish