Your message dated Sat, 15 Nov 2008 20:57:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: file: C file not detected
has caused the Debian Bug report #169073,
regarding file: C file not detected
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.)
--
169073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169073
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: file
Version: 3.39-1
Severity: minor
The file "busy.c" from lmbench-3.0-a1 is recogized as a ASCII text file....it
isn't. It does compile w/o errors with gcc 2.95.4
You can fetch lmbench here: http://www.bitmover.com/lmbench/
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.13-586-ext3 #1 Die Nov 6 00:09:32 CET 2001 i586
Locale: LANG=C, LC_CTYPE=C
Versions of packages file depends on:
ii libc6 2.3.1-3 GNU C Library: Shared libraries an
ii zlib1g 1:1.1.4-6 compression library - runtime
-- no debconf information
volatile int i;
main()
{
nice(10);
for (;;) getppid();
//for (;;) i++;
exit(i);
}
--- End Message ---
--- Begin Message ---
Hi,
file scans files for short patterns only. There is no way that file
could recognize all C files without implementing a complete C parsers,
thus closing.
Regards,
Daniel
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---