Package: lire Version: 2:2.0.2-3 Severity: normal Hi Jooest and me!
Here is the output of the lr_log2report command-line I used: prompt# lr_log2report --output-format pdf common /tmp/inverse.ca-access common.pdf Analyze du fichier journal à l'aide du convertisseur DLF "common"... 251918 enregistrements DLF extraits sur 251918 lignes. 0 erreurs rencontrées et 0 lignes ignorées. Exécution des analyseurs... Génération du rapport XML... Formattage du rapport en pdf dans "common.pdf"... lr_log2report: ERREUR Error processing LaTeX file common.tex: prompt# By replaying the sequence of commands from the LaTeX output modules, I managed to see the actual error: prompt# lambda -interaction=batchmode common.tex This is Omega, Version 3.141592-1.23.2.3 (Web2C 7.5.4) Copyright (c) 1994--2000 John Plaice and Yannis Haralambous ! Unable to read an entire line---ocp_buf_size=30000. Please increase ocp_buf_size in texmf.cnf. So my guess is that 3 things should be done: - try to figure out what kind of value should be assigned to ocp_buf_size for what kind of log files - document this thing in a README or a FAQ - investigate and fix the reason why lr_log2report didn't output the error message from lambda. Wolfgang

