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 #222184
has caused the Debian Bug report #222184,
regarding gccchecker: checkergcc fails with large file support
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.)
--
222184: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222184
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gccchecker
Version: 0.9.9.1.20011205-14
Severity: normal
The following program fails to build with checkergcc:
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
int main (void)
{
FILE * f;
f = fopen ("foo", "r");
fclose (f);
return 0;
}
I think this is due to a missing stub.
In my larger program, _FILE_OFFSET_BITS gets defined because I used
the AC_SYS_LARGEFILE autoconf macro.
Hope this helps,
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux Angel 2.4.22 #1 Fri Aug 29 00:52:26 PDT 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages gccchecker depends on:
ii gcc-2.95 1:2.95.4-19 The GNU C compiler
ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an
-- no debconf information
--- 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 ---