Your message dated Mon, 11 Sep 2006 18:11:06 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: arla
Severity: normal
Tags: patch

When building 'arla' on amd64 with gcc-4.0,
I get the following error:

gcc -c  -DHAVE_CONFIG_H -DRXDEBUG -DSOFT_ACK -I. -I../include -I./../include 
-I/usr/include -I./../lib/cmd -g -DKASERVER_SUPPORT=1  -Wall 
-Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wnested-externs  
rx_user.c
rx_user.c:46: error: static declaration of 'rx_listenerPid' follows non-static 
declaration
rx_user.h:49: error: previous declaration of 'rx_listenerPid' was here
rx_user.c: In function 'rxi_GetUDPSocket':
rx_user.c:189: warning: pointer targets in passing argument 3 of 'getsockname' 
differ in signedness
make[2]: *** [rx_user.o] Error 1
make[2]: Leaving directory `/srv/dbuild/tmp/arla-0.36.2/rx'

With the attached patch 'arla' can be compiled
on amd64 using gcc-4.0.

The attached patch also changes the Build-Depends from 'libdb4.1-dev' to
'libdb4.2-dev' and from 'libreadline-dev' to 'libreadline5-dev'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/arla-0.36.2/rx/rx_user.c ./rx/rx_user.c
--- ../tmp-orig/arla-0.36.2/rx/rx_user.c        2004-06-01 20:54:46.000000000 
+0200
+++ ./rx/rx_user.c      2004-12-13 14:57:26.666501064 +0100
@@ -43,7 +43,7 @@
 static fd_set rx_selectMask;
 static int rx_maxSocketNumber = -1;    /* Maximum socket number represented
                                        * in the select mask */
-static PROCESS rx_listenerPid;        /* LWP process id of socket listener
+PROCESS rx_listenerPid;                       /* LWP process id of socket 
listener
                                        * process */
 void rxi_Listener(void);
 
diff -urN ../tmp-orig/arla-0.36.2/arlad/afsdir_check.c ./arlad/afsdir_check.c
--- ../tmp-orig/arla-0.36.2/arlad/afsdir_check.c        2002-07-24 
07:57:41.000000000 +0200
+++ ./arlad/afsdir_check.c      2004-12-13 14:59:40.135210736 +0100
@@ -40,7 +40,7 @@
 
 RCSID("$Id: afsdir_check.c,v 1.25 2002/07/24 05:57:41 lha Exp $");
 
-static int help_flag;
+int help_flag;
 static int verbose = 0;
 
 /*
diff -urN ../tmp-orig/arla-0.36.2/arlad/dump_state.c ./arlad/dump_state.c
--- ../tmp-orig/arla-0.36.2/arlad/dump_state.c  2004-04-28 16:42:35.000000000 
+0200
+++ ./arlad/dump_state.c        2004-12-13 15:00:18.318406008 +0100
@@ -43,9 +43,9 @@
 static char *prefix = ARLACACHEDIR;
 static char *fcache_file;
 static char *volcache_file;
-static int version_flag;
+int version_flag;
 static int verbose_flag;
-static int help_flag;
+int help_flag;
 
 static int
 print_fcache_entry(struct fcache_store *st, void *ptr)
diff -urN ../tmp-orig/arla-0.36.2/arlad/dynroot.c ./arlad/dynroot.c
--- ../tmp-orig/arla-0.36.2/arlad/dynroot.c     2003-01-20 15:21:02.000000000 
+0100
+++ ./arlad/dynroot.c   2004-12-13 14:59:25.041505328 +0100
@@ -53,7 +53,6 @@
 #define DYNROOT_ROOTDIR 1
 #define DYNROOT_UNIQUE 1
 
-static Bool dynroot_enable  = 0;               /* is dynroot enabled ? */
 static unsigned long last_celldb_version = 0;  /* last version of celldb */
 
 /*
diff -urN ../tmp-orig/arla-0.36.2/debian/control ./debian/control
--- ../tmp-orig/arla-0.36.2/debian/control      2004-12-13 15:00:54.281938720 
+0100
+++ ./debian/control    2004-12-13 14:45:17.044420480 +0100
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Mikael Sennerholm <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=4.1.16),  kerberos4kth-dev (>= 1.1-11), 
heimdal-dev (>=0.6.2-5), libncurses5-dev, libreadline-dev, libedit-dev, 
libxaw7-dev, xlibs-dev, bison, flex, autotools-dev, libdb4.1-dev
+Build-Depends: debhelper (>=4.1.16),  kerberos4kth-dev (>= 1.1-11), 
heimdal-dev (>=0.6.2-5), libncurses5-dev, libreadline5-dev, libedit-dev, 
libxaw7-dev, xlibs-dev, bison, flex, autotools-dev, libdb4.2-dev
 Standards-Version: 3.5.0
 
 Package: arla


--- End Message ---
--- Begin Message ---
arla has been removed from the Debian archive: orphaned, RC-buggy,
OpenAFS is an alternative

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to