Your message dated Sun, 2 Apr 2006 22:07:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line kerberos4 removed from Debian
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: krb4
Severity: normal
Tags: patch
When building 'krb4' with gcc-3.4 I get the following error:
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -I../../lib/roken -I../../lib/roken
-I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -g -O2 -c -o
getipnodebyname.lo `test -f 'getipnodebyname.c' || echo './'`getipnodebyname.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken
-I../../lib/roken -I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -g -O2 -c
getipnodebyname.c -fPIC -DPIC -o .libs/getipnodebyname.o
getipnodebyname.c:42: error: function `__h_errno_location' is initialized like
a variable
getipnodebyname.c:42: warning: static declaration of '__h_errno_location'
follows non-static declaration
roken.h:117: warning: previous declaration of '__h_errno_location' was here
getipnodebyname.c:42: warning: '__h_errno_location' declared `static' but never
defined
make[4]: *** [getipnodebyname.lo] Error 1
make[4]: Leaving directory `/krb4-1.2.2/build-tree/krb4-1.2.2/lib/roken'
With the attached patch 'krb4' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/krb4-1.2.2/debian/patches/036gcc34
./debian/patches/036gcc34
--- ../tmp-orig/krb4-1.2.2/debian/patches/036gcc34 1970-01-01
01:00:00.000000000 +0100
+++ ./debian/patches/036gcc34 2004-09-26 14:44:14.566525024 +0200
@@ -0,0 +1,11 @@
+diff -urN tmp/lib/roken/getipnodebyname.c
krb4-1.2.2/lib/roken/getipnodebyname.c
+--- tmp/lib/roken/getipnodebyname.c 1999-12-02 17:58:46.000000000 +0100
++++ krb4-1.2.2/lib/roken/getipnodebyname.c 2004-09-26 14:39:59.081364672
+0200
+@@ -39,7 +39,4 @@
+ #include "roken.h"
+
+-#ifndef HAVE_H_ERRNO
+-static int h_errno = NO_RECOVERY;
+-#endif
+
+ /*
--- End Message ---
--- Begin Message ---
The kerberos4 packages have been removed from Debian unstable.
According to http://bugs.debian.org/358480
Mikael> I'm not maintaining it and I think that all kerberos4
Mikael> support should be removed from debian because it's
Mikael> unsecure and the kerberos4kth packages should be removed
Mikael> from future versions of debian. If you have any discussion
Mikael> with the mit krb maintainer you can let him know my point
Mikael> of view and do anything you want with the kerberos4kth
Mikael> package you want.
It also is obsolete and has release critical bugs.
If you have any questions, please don't hesitate to contact me.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---