FS#25651 - rrdtool generanting squares on the graph strings when used without ttf-dejavu installed.

Attached to Project: Arch Linux
Opened by Leandro Costa (lokidarkeden) - Thursday, 18 August 2011, 19:29 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 20 August 2011, 03:53 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Hi everybody, when I install the rrdtool package ( pacman -Sy rrdtool ) and generate some graph using the default font, the texts apear as squares. The problem is fixed by installing ttf-dejavu package.

Additional info:
rrdtool 1.4.5-3


Steps to reproduce:

install the rrdtool package;
#pacman -S rrdtool

#generate some rrd database
rrdtool create arq.rrd --step 300 \
DS:ds1:COUNTER:600:U:U \
DS:ds2:COUNTER:600:U:U \
RRA:AVERAGE:0.5:1:2000 \
RRA:AVERAGE:0.5:6:2000 \
RRA:AVERAGE:0.5:24:2000 \
RRA:AVERAGE:0.5:288:2000 \
RRA:MAX:0.5:1:2000 \
RRA:MAX:0.5:6:2000 \
RRA:MAX:0.5:24:2000 \
RRA:MAX:0.5:288:2000

#Generate the graph
rrdtool graph arq.png -end now --start end-84600 \
--title 'my dumb graph' \
--upper-limit 2048 \
--lower-limit 0 \
--imgformat=PNG \
--rigid \
--force-rules-legend \
--legend-position=south \
--base=1024 \
DEF:ds1=arq.rrd:ds1:AVERAGE \
DEF:ds2=arq.rrd:ds2:AVERAGE \
CDEF:bits_in=ds1,8,* \
CDEF:bits_out=ds2,8,* \
AREA:bits_in#00FF00:ds1 \
LINE1:bits_out#0000FF:ds2

This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 20 August 2011, 03:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  rrdtool-1.4.5-4

Loading...