Lire 1.3beta 1 - problems

Edwin Groothuis edwin at mavetju.org
Fri May 2 09:53:21 CEST 2003


(Sorry, no proper patches)

In /usr/local/share/perl5/Lire/Config.pm line 344, replace 
	">",
with 
	">".


In /usr/local/share/perl5/Lire/Config/Legacy.pm, line 79, replace
	if ( defined $ENV{$old_var} ) {
with
	if ( defined $ENV{$old_var} && $ENV{$old_var}) {
If you don't, non-existing variables in .lire/etc/defaults will
cause these kind of messages:
	invalid value for parameter 'lr_mail_explanation':  at /usr/local/share/perl5/Lire/Config/Legacy.pm line 82


If you don't have a specific item (for example, pdfxmltex), you can't run lire:

    [~] edwin at k7>cat /var/log/maillog | lr_run lr_log2report -o text postfix
    all all UNSET lr_environment warning invalid value for parameter 'pdfxmltex_path':  at /usr/local/bin/lr_environment line 22
    email postfix lr_tag-20030502170051-4036 lr_environment warning invalid value for parameter 'pdfxmltex_path':  at /usr/local/bin/lr_environment line 22
    email postfix lr_tag-20030502170051-4036 lr_xml2report err format text is not supported
    email postfix lr_tag-20030502170051-4036 lr_log2report err missing requirements for the selected output format

Adding a dummy lr_pdfxmltex_path to my .lire/config/defaults solves
this, to get me stuck into a:
    [~] edwin at k7>cat /var/log/maillog | lr_run lr_log2report postfix
    lr_environement: not found

That's in lr_run, line 21. But then...

lr_environment complains that lr_pdfxmltex_path is unknown and that
I have to remove it. But if I remove it, lr_run complains about it.
Help! :-)


FreeBSD 4.7, perl 5.005

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin at mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 

-- 
To UNSUBSCRIBE, email to development-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
development-request at logreport.org



More information about the Development mailing list