← Back to team overview

rohc team mailing list archive

Running auto.pl generates errors

 

Hello,

I'm trying to test the statistics tool in rohc-1.2.0. Running

    $auto.pl

generated this error:
'Use of uninitialized value in addition (+) at ./stats.pl line 249,
<PACKETS_SIZE> line 1'

Modifying line 245 of stats.pl by replacing  $t[1] by $t[0] cleared the
error: i.e.
    $sum_rohc += $t[0];

On rerunning ./auto.pl, the output was:

:~/rohc-1.2.0/statistics$ ./auto.pl
-en ipv6/udp/rtp/video ..... \e[31m
../test/test: line 64: ls: command not found
../test/test: line 96: rm: command not found
../test/test: line 110: rm: command not found
../test/test: line 111: mv: command not found
../test/test: line 112: rm: command not found
-e \e[32m OK
-ne \e[m

plot 'packets_size' using 1 title 'sans compression', 'packets_size' using 2
title 'compression ROHC'

^
".simu", line 5: warning: Skipping data file with no valid points

plot 'packets_size' using 1 title 'sans compression', 'packets_size' using 2
title 'compression ROHC'

^
".simu", line 8: warning: Skipping data file with no valid points


On checking statistics.html, the 'compression ROHC' plot hadn't been
generated as there isn't any source data for it in the packets_size file.

Can anyone help out with this? I'm using Ubuntu 8.0.4.

Thanks and regards,
Josephine

Follow ups