Package: chronicle
Version: 4.1-2
Severity: normal

Hi,
Recent chronicle aborts with:

Failed to run filter: No such file or directory at /usr/bin/chronicle line 2000.

Here's that last part of strace:

stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
open("chronicle-entry-filter --format='markdown'  
--filename=/home/agx/blog/blogs/2008-06-08-krb5-auth-dialog.txt|;utf8", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb771f000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2570
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb771f000, 4096)                = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(2, "Failed to run filter: No such fi"..., 81Failed to run filter: No such 
file or directory at /usr/bin/chronicle line 2000.
) = 81
exit_group(2)                           = ?

After removing the ";utf8" things look better:

--- /usr/bin/chronicle  2010-01-07 20:01:03.000000000 +0100
+++ chronicle   2010-01-21 11:04:23.000000000 +0100
@@ -1997,7 +1997,7 @@
     #
     #  Run the command, reading stdout.
     #
-    open( FILTER, "$cmd|;utf8" ) or
+    open( FILTER, "$cmd|" ) or
       die "Failed to run filter: $!";
 
     my $body = "";

Cheers,
 -- Guido



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chronicle depends on:
ii  libhtml-template-perl         2.9-1      HTML::Template : A module for usin
ii  libtimedate-perl              1.2000-1   collection of modules to manipulat
ii  perl                          5.10.1-9   Larry Wall's Practical Extraction 
ii  perl-modules                  5.10.1-9   Core Perl modules

chronicle recommends no packages.

Versions of packages chronicle suggests:
ii  libtext-markdown-perl         1.0.26-1   Markdown and MultiMarkdown markup 
pn  libtext-textile-perl          <none>     (no description available)
ii  libtext-vimcolor-perl         0.11-1     syntax color text in HTML or XML u
pn  memcached                     <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to