Your message dated Tue, 15 Apr 2008 00:41:55 -0400
with message-id <[EMAIL PROTECTED]>
and subject line gccchecker has been removed from Debian, closing #122844
has caused the Debian Bug report #122844,
regarding gccchecker: Some checkergcc missing library functions
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.)


-- 
122844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122844
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gccchecker
Version: 0.9.9.1.20011205-1
Severity: normal

$ cat checker-missing.c 
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <limits.h>
#include <stdio.h>
#include <setjmp.h>

int main()
{
        fpos_t buf;
        jmp_buf env;
        char buffer[PATH_MAX];
        char buffer2[PATH_MAX];
        key_t key;

        realpath("/", buffer);
        chroot("/");
        inet_pton(AF_INET, buffer,buffer2);
        inet_ntop(AF_INET, buffer, buffer2, 100);
        return 0;
}
$ checkergcc checker-missing.c 
/tmp/cc2bvDJb.o: In function `main':
/home/ig25/krempel/checker-missing.c:17: undefined reference to `chkr.realpath'
/home/ig25/krempel/checker-missing.c:18: undefined reference to `chkr.chroot'
/home/ig25/krempel/checker-missing.c:19: undefined reference to `chkr.inet_pton'
/home/ig25/krempel/checker-missing.c:20: undefined reference to `chkr.inet_ntop'
collect2: ld returned 1 exit status


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux meiner 2.2.20 #2 Sun Nov 4 23:47:51 CET 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gccchecker depends on:
ii  gcc                           2:2.95.4-8 The GNU C compiler.
ii  libc6                         2.2.4-5    GNU C Library: Shared libraries an



--- End Message ---
--- Begin Message ---
Version: 0.9.9.1.20011205-15.1+rm

The gccchecker package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/337558 . 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.
Barry deFreese


--- End Message ---

Reply via email to