[rrd-developers] rrdtool 1.3 cairo switch is done

Matthew Chambers matthew.chambers at vanderbilt.edu
Thu Jun 14 23:13:21 CEST 2007


> no you are right ... vertically this is fine ... (more or less)


That's what I thought.  Certainly the horizontal size needs to be tested
(and I did do that when doing the reduce-title-font-size-until-it-fits
change, which I still haven't bothered to reimplement).


> hmmm . I just tried it and the result looks exactly es expected ...
> I have no idea what is hitting you ...

Do you mean it looks as expected in that there is proper legend spacing?
Are you testing with multi-line legends?  What kind of testing are you
doing?


> run
> 
> ldd rrdtool
> 
> does it your the shared library you think it should ?
$ ldd /frogstar/usr/ppc/bin/rrdtool
        linux-vdso32.so.1 =>  (0x00100000)
        librrd.so.2 => /frogstar/usr/ppc/lib/librrd.so.2 (0x0ff60000)
        libm.so.6 => /lib/libm.so.6 (0x0fd30000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x0f620000)
        libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0
(0x0ecf0000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x0ec90000)
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0x0f270000)
        libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0x0f430000)
        libgmodule-2.0.so.0 => /lib/libgmodule-2.0.so.0 (0x0f250000)
        libdl.so.2 => /lib/libdl.so.2 (0x0fe10000)
        libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x0f9a0000)
        libc.so.6 => /lib/libc.so.6 (0xf7e50000)
        /lib/ld.so.1 (0x0ffc0000)
        libz.so.1 => /usr/lib/libz.so.1 (0x0fc80000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x0ebc0000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x0f7e0000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0f830000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x0f7c0000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x0fb40000)
        libexpat.so.0 => /lib/libexpat.so.0 (0x0f960000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x0fcd0000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x0fcb0000)

$ ls /frogstar/usr/ppc/lib/librrd.so* -l
         16 Jun 14 10:26 /frogstar/usr/ppc/lib/librrd.so -> librrd.so.2.0.99
         16 Jun 14 10:26 /frogstar/usr/ppc/lib/librrd.so.2 ->
librrd.so.2.0.99
     640946 May 29 16:19 /frogstar/usr/ppc/lib/librrd.so.2.0.10
     675869 Jun  1 11:55 /frogstar/usr/ppc/lib/librrd.so.2.0.11
     503542 Jun 14 10:26 /frogstar/usr/ppc/lib/librrd.so.2.0.99

Everything looks good to my inexpert eyes.

-Matt



More information about the rrd-developers mailing list