Your message dated Sun, 22 Oct 2006 22:27:34 +0200
with message-id <[EMAIL PROTECTED]>
and subject line removing kudzu 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: kudzu
Version: 1.1.67-1
Severity: normal
Tags: patch

When building 'kudzu' on ppc64/unstable with gcc-4.0,
I get the following error:

cc -c  -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.67\" -fpic -o vio.o vio.c
vio.c: In function 'vioProbe':
vio.c:183: error: label at end of compound statement
vio.c:130: warning: unused variable 'ptr'
vio.c:130: warning: unused variable 'model'
make[1]: *** [vio.o] Error 1
make[1]: Leaving directory `/kudzu-1.1.67'
make: *** [build-stamp] Error 2

With the attached patch 'kudzu' can be compiled
on ppc64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kudzu-1.1.67/vio.c ./vio.c
--- ../tmp-orig/kudzu-1.1.67/vio.c      2004-05-10 17:57:00.000000000 +0000
+++ ./vio.c     2005-08-05 17:54:56.000000000 +0000
@@ -179,8 +179,8 @@
            }
        }
 
-vethdone:
     } 
+vethdone:
 
     if (probeClass & CLASS_CDROM) {
        char *buf, *ptr, *b;
diff -urN ../tmp-orig/kudzu-1.1.67/hwconf.c ./hwconf.c
--- ../tmp-orig/kudzu-1.1.67/hwconf.c   2005-08-06 07:55:29.000000000 +0000
+++ ./hwconf.c  2005-08-05 17:53:38.000000000 +0000
@@ -56,9 +56,7 @@
 int removedMouse = 0;
 
 static int rhgb = 0;
-static char *module_file = NULL;
 static char *kernel_ver = NULL;
-static float kernel_release;
 
 void startNewt()
 {


--- End Message ---
--- Begin Message ---
Dear bug reporter,;)

kudzu is not buildable anymore and is already removed from etch/testing.

Nobody seems to care about the package. I asked the pkg-knoppix people on alioth
but it doesn't seems to be an active project.
The main reason for packaging the kudzu hardware detection was to have it 
packaged
for knoppix. But they are still using their own kudzu build.:(

>From upstream we got the following information:

Bill Nottingham <[EMAIL PROTECTED]>
....
Aside from that... what are you using kudzu for? You shouldn't. (it basically
is sticking around in RH/Fedora until the installer can be ported away
from it.)

Bill
--8<--

Thats why kudzu will be removed from Debian.
I'm closing all kudzu bugs.

Thanks from the kudzu maintainer.

-- 
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---

Reply via email to