Your message dated Tue, 15 Apr 2008 00:42:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line gccchecker has been removed from Debian, closing #130453
has caused the Debian Bug report #130453,
regarding gccchecker: Undefined references to `chkr.__strdup'
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.)
--
130453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=130453
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gccchecker
Version: 0.9.9.1.20011205-2
Severity: normal
It is possible to receive the above error by compiling the following
code with: checkergcc -Wall foo.c; checkergcc -o foo foo.c
/*Code Sample*/
#define _GNU_SOURCE 1
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main (int argc, char *argv[])
{
char *s = strdup(argv[1]);
fputs (s, stdout);
free (s);
return 0;
}
This program will produce the following error when linking:
foo.c:8: undefined reference to `chkr.__strdup'
Note that running: checkergcc -Wall -o foo foo.c
Does NOT produce this error.
-- System Information
Debian Release: 3.0
Kernel Version: Linux au 2.4.16 #1 Mon Dec 17 01:39:28 EST 2001 i686 unknown
Versions of the packages gccchecker depends on:
ii gcc 2.95.4-9 The GNU C compiler.
ii libc6 2.2.4-7 GNU C Library: Shared libraries and Timezone
--- 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 ---