Package: emacs22
Version: 22.2+2-2
Severity: important
strace emacs -nw
[ snip lots of output ]
stat64("/etc/lib-src", 0xbfcfeb44) = -1 ENOENT (No such file or directory)
readlink("/etc/alternatives/emacs", "/usr/bin/emacs22-x", 100) = 18
stat64("/usr/bin/lib-src", 0xbfcfeb44) = -1 ENOEN
Package: perl
Version: 5.8.8-11
Severity: normal
warn without arguments inside a foreach { grep } loop
causes bad things to happen. Test program followed by output:
#!/usr/bin/perl -w
use strict;
# set to 1 to break or 0 to work
my $crash = 1;
my @list = qw/A b C/;
my @loh = map { { name => $_
2 matches
Mail list logo