Package: lcov
Version: 1.9-1
Severity: grave
Justification: major area of functionality no longer works
The version of genhtml in lcov 1.9 no longer works. With any or no
command-line arguments, it produces:
s...@reptile% genhtml
Not enough arguments for main::write_source_line at /usr/bin/genhtml line 4971,
near "0)"
Execution of /usr/bin/genhtml aborted due to compilation errors.
This appears to be caused by the patch from #578571, about which Enrico wrote:
> To make it work, two extra "0"
> arguments need to be added to write_source_line.
With that change (below), genhtml works again.
Regards,
S
--- /usr/bin/genhtml 2010-10-08 14:32:39.000000000 +0100
+++ /home/smcv/bin/genhtml 2010-10-12 15:38:39.000000000 +0100
@@ -4968,7 +4968,7 @@
write_source_prolog(*HTML_HANDLE);
push (@result,
write_source_line(HTML_HANDLE, 0,
- "(missing file)", 0, 0));
+ "(missing file)", 0, 0, 0, 0));
write_source_epilog(*HTML_HANDLE);
return (@result);
}
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages lcov depends on:
ii gcc 4:4.4.5-1 The GNU C compiler
ii perl 5.10.1-15 Larry Wall's Practical Extraction
Versions of packages lcov recommends:
ii libgd-gd2-perl 1:2.39-2+b1 Perl module wrapper for libgd - gd
lcov suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]