Your message dated Fri, 24 Mar 2006 17:17:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed upstream since 6.0.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: grass
Version: 6.0.1-1
Tags: patch
Severity: important

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

diff -urN grass-6.0.0.orig/lib/db/dbmi_base/whoami.c 
grass-6.0.0/lib/db/dbmi_base/whoami.c
--- grass-6.0.0.orig/lib/db/dbmi_base/whoami.c  2004-10-06 09:38:57.000000000 
-0600
+++ grass-6.0.0/lib/db/dbmi_base/whoami.c       2005-09-15 15:38:26.000000000 
-0600
@@ -1,4 +1,6 @@
 #include <stdio.h>
+#include <stdlib.h>
+#include "gisdefs.h"
 
 /*!
  \fn 
diff -urN grass-6.0.0.orig/vector/v.voronoi/sw_output.c 
grass-6.0.0/vector/v.voronoi/sw_output.c
--- grass-6.0.0.orig/vector/v.voronoi/sw_output.c       2004-10-02 
05:03:15.000000000 -0600
+++ grass-6.0.0/vector/v.voronoi/sw_output.c    2005-09-15 15:38:25.000000000 
-0600
@@ -3,6 +3,7 @@
 #include <float.h>
 #include "sw_defs.h"
 #include "write.h"
+#include "Vect.h"
 
 int openpl (void){return 0;}
 int line (int a,int b,int c,int d){return 0;}
diff -urN grass-6.0.0.orig/visualization/nviz/src/position.c 
grass-6.0.0/visualization/nviz/src/position.c
--- grass-6.0.0.orig/visualization/nviz/src/position.c  2004-10-18 
11:01:00.000000000 -0600
+++ grass-6.0.0/visualization/nviz/src/position.c       2005-09-15 
15:38:26.000000000 -0600
@@ -4,6 +4,8 @@
 #include <stdlib.h>
 #include "interface.h"
 
+char *query_vect( char *name, double x, double y );
+
 int Ninit_view_cmd(Nv_data * data, Tcl_Interp * interp,        /* Current 
interpreter. */
                   int argc,    /* Number of arguments. */
                   char **argv  /* Argument strings. */

--- Begin Message ---
Function `getenv' implicitly converted to pointer at whoami.c:12
Function `Vect_new_line_struct' implicitly converted to pointer at 
sw_output.c:41
Function `Vect_new_cats_struct' implicitly converted to pointer at 
sw_output.c:42
Function `query_vect' implicitly converted to pointer at position.c:603

--- End Message ---

--- End Message ---
--- Begin Message ---
Package: grass
Version: 6.0.1-1

-- 
Francesco P. Lovergine

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to