Your message dated Mon, 18 Dec 2006 21:49:08 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Closing bug
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cscope
Version: 15.4-2
Severity: normal
I just tried to have cscope create an index of all of /usr/include,
and it failed, printing a short error:
input in flex scanner failed
... then quitting. There is no switch to have it be more verbose, nor
does it indicate what file caused the flex scanner to conk out. IMO,
that's a bug.
I ran it under "strace" and found that it bombed in one of the "gocr"
headers. So, either there's an error in those headers, or "cscope"'s
lexer is broken in some way. I suggest you contact that maintainer,
and do some experiments to isolate the problem. (TIA)
The workaround was to run:
cd /usr/include
find -type f | sed -e 's,\./,,' > cscope.files
$EDITOR cscope.files
# Delete the "gocr" headers; I could have used a grep -v gocr maybe.
cscope -q -R -u -k -b # YMMV; I've not tested that index.
Now back to my regularly scheduled CS homework.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bittersweet.hegbloom.net 2.4.20.1-smp #1 SMP Mon Feb 17 15:19:24
PST 2003 i686
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set)
Versions of packages cscope depends on:
ii libc6 2.3.1-17 GNU C Library: Shared libraries an
ii libncurses5 5.3.20021109-2 Shared libraries for terminal hand
-- no debconf information
--- End Message ---
--- Begin Message ---
It's been about 3 months since my last message and I did not hear
anything from the original reporter. So I'm closing this bug for now as
I could not reproduce it with a recent version of cscope.
Please feel free to reopen the report if you feel the bug still exists.
Cheers, Tobias
--- End Message ---