I found a workaround for this issue today.

--8<------------------
Author: Jan Dittberner <ja...@debian.org>
Description: Fixes the invocation of dia for diagramm generation in a headless 
environment
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -129,7 +129,7 @@
                '$(@D)'/foil*.html
 
 %.dia.png: %.dia
-       dia -t png-libart --expor...@.tmp $<
+       dia -n -t cairo-alpha-png --expor...@.tmp $<
        mv $...@.tmp $@
 
 api:
--8<------------------

using the cairo-alpha-png renderer instead of png-libart made it work.


Regards
Jan

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
         B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/

Attachment: signature.asc
Description: Digital signature

Reply via email to