Your message dated Sat, 06 Sep 2008 14:00:05 -0500
with message-id <[EMAIL PROTECTED]>
and subject line This is unlikely to be fixed
has caused the Debian Bug report #189782,
regarding functions for reentrant scanners are always emitted
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.)
--
189782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=189782
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: flex
Version: 2.5.31-3
Severity: important
----------
lex.c:2267: warning: no previous prototype for `yyget_lineno'
lex.c:2276: warning: no previous prototype for `yyget_in'
lex.c:2284: warning: no previous prototype for `yyget_out'
lex.c:2292: warning: no previous prototype for `yyget_leng'
lex.c:2301: warning: no previous prototype for `yyget_text'
lex.c:2310: warning: no previous prototype for `yyset_lineno'
lex.c:2322: warning: no previous prototype for `yyset_in'
lex.c:2327: warning: no previous prototype for `yyset_out'
lex.c:2332: warning: no previous prototype for `yyget_debug'
lex.c:2337: warning: no previous prototype for `yyset_debug'
lex.c:2343: warning: no previous prototype for `yylex_destroy'
----------
In a non-reentrant scanner, the prototypes for these functions are
(correctly) suppressed, but the functions themselves are (incorrectly)
not - so a bunch of functions which are never referenced and which
have no prototypes turn up in the output. For some reason I can't
fathom, a handful of the functions in that region of flex.skl (around
line 2420 and onwards) are within an %if-reentrant, but the ones
listed above are not.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cyclone 2.4.21-pre4-ac4 #30 Wed Feb 12 21:40:14 GMT 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages flex depends on:
ii libc6 2.3.1-16 GNU C Library: Shared libraries an
ii m4 1.4-15 a macro processing language
-- no debconf information
--
.''`. ** Debian GNU/Linux ** | Andrew Suffield
: :' : http://www.debian.org/ | Dept. of Computing,
`. `' | Imperial College,
`- -><- | London, UK
pgpfUAHbdWE5R.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
tags 189782 +upstream, wontfix
thanks
Hi,
Upstream is pretty adamant about not fixing this. I do not
believe that the (minor) benefits of this change are worth diverging
from upstream on this issue.
manoj
--
If a fool persists in his folly he shall become wise. William Blake
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---