Your message dated Fri, 03 Sep 2010 16:47:05 +0000
with message-id <[email protected]>
and subject line Package cfs has been removed from Debian
has caused the Debian Bug report #482873,
regarding cfs: FTBFS on hurd-i386 because of oldy code
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
482873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482873
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cfs
Version: 1.4.1-20
Severity: important

Hello,

cfs currently FTBFS on hurd-i386 because of some oldy code in getpass.c:

int (*signal())();

GNU Hurd has been having a proper signal() declaration since quite a
long time now, so please apply the attached patch.

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
> [Linux] c'est une philosophie un art de vivre, un état intérieur,
> une sorte de fluide qui nous entoure et nous pénètre.
Fais tourner stp !
-+- Guillaume in Guide du linuxien pervers - "Tous drogués j'vous dis !"
diff -ur cfs-1.4.1/getpass.c cfs-1.4.1.orig/getpass.c
--- cfs-1.4.1/getpass.c 1997-12-03 21:51:34.000000000 +0000
+++ cfs-1.4.1.orig/getpass.c    2008-05-25 12:06:24.000000000 +0000
@@ -66,7 +66,6 @@
        FILE *fi;
        static char pbuf[128];
 #ifdef MACH
-       int (*signal())();
        int (*sig)();
 #else
        void (*sig)();

--- End Message ---
--- Begin Message ---
Version: 1.4.1-20+rm

You filed the bug http://bugs.debian.org/482873 in Debian BTS
against the package cfs. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/595352. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna


--- End Message ---

Reply via email to