lr_xml2chart err can't open EPS input file

Edward Quick edwardquick at hotmail.com
Sun Dec 22 15:02:36 CET 2002


Hi,

I'm trying to create a report with graphs but keep getting the error below 
saying can't open EPS input file.

smpd9$ lr_run lr_log2report -o xhtml -i postfix < little.log > postfix.tar
all postfix lr_tag-20021222133237-23041 lr_xml2chart err can't open EPS 
input file at 
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/XML/Parser/Expat.pm line 
469
all postfix lr_tag-20021222133237-23041 lr_xml2chart err at line 35
all postfix lr_tag-20021222133237-23041 lr_xml2report err lr_xml2xhtml 
failed
all postfix lr_tag-20021222133237-23041 lr_log2report err lr_xml2report 
failed
all postfix lr_tag-20021222133237-23041 lr_log2report notice keeping 
/home/u752359/tmp/lr_log2report.postfix.lr_tag-20021222133237-23041.report.xml 
for debugging.


This is line 469 from Expat.pm

if (defined($ioref)) {
    my $delim = $self->{Stream_Delimiter};
    my $prev_rs;

    $prev_rs = ref($ioref)->input_record_separator("\n$delim\n")
      if defined($delim);

469:   $result = ParseStream($parser, $ioref, $delim);

    ref($ioref)->input_record_separator($prev_rs)
      if defined($delim);



Here's line 35 from lr_xml2chart:

my $parser;
if($Lire::Config::LR_IMAGE_STYLE eq 'gd') {
        $parser = new Lire::ReportParser::ChartWriter( %opts );
} else {
    35:    $parser = new Lire::ReportParser::PloticusChartWriter( %opts );
}



As you can see here from the config.log, I have ploticus installed

configure:1833: checking for ploticus
configure:1850: found /home/ftp/src/ploticus/bin/ploticus
configure:1861: result: /home/ftp/src/ploticus/bin/ploticus
configure:1880: checking for gs
configure:1897: found /home/ftp/src/ghostscript/bin/gs
configure:1909: result: /home/ftp/src/ghostscript/bin/gs
configure:1916: checking for XML::Parser
configure:1920: result: yes
configure:1953: checking for GD::Graph
configure:1960: result: no (you can install it later)
configure:1964: checking for SpreadSheet::WriteExcel
configure:1971: result: no (you can install it later)
configure:1975: checking for MIME::Entity
configure:1982: result: no (you can install it later)
configure:1986: checking for Time::Timezone
configure:1994: result: no (will install included version)
configure:2011: checking for jade
configure:2037: result: no
configure:2011: checking for openjade
configure:2037: result: no
configure:2111: checking for pdfjadetex
configure:2135: result: no
configure:2200: checking for pdfxmltex

However I noticed these files were missing, but not sure if it's relevant?

configure:2857: checking for epsffit
configure:2881: result: no
configure:2944: checking for convert
configure:2968: result: no
configure:3031: checking for epstopdf
configure:3055: result: no

Thanks for your help,

Ed.



_________________________________________________________________
MSN 8: advanced junk mail protection and 3 months FREE*. 
http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= 
http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_advancedjmf_3mf

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



More information about the Questions mailing list