severity 359870 important tag 359870 +fixed-upstream +patch thanks Hi,
> when running a graph thru the "nop" utility in the package, it > breaks like that: > Error: libag error -- aginit() was not called > Error: libag error -- aginit() was not called > Memory fault looks like an important bug, that's why I'm adjusting the severity. Quoting the reference[1], it is ``a bug which has a major effect on the usability of a package, without rendering it completely unusable to everyone.'' 1. http://www.debian.org/Bugs/Developer#severities > sounds to me like an upstream bug, still reporting here... It was fixed just two days after your bugreport[2], and I asked upstream for a patch, so that we don't have to wait the next release to fix this problem. I've checked that the build runs fine and that the bug has disappeared, everything looks fine to me after having applied the attached patch. 2. http://www.graphviz.org/bugs/b918.html Cheers, -- Cyril Brulebois
--- graphviz-2.8/cmd/tools/Makefile.am~ 2006-11-08 14:05:37.346716800 +0000 +++ graphviz-2.8/cmd/tools/Makefile.am 2006-11-08 14:06:54.210031800 +0000 @@ -75,7 +75,7 @@ nop_LDADD = \ $(top_builddir)/lib/ingraphs/libingraphs.la \ - $(top_builddir)/lib/graph/libgraph.la + $(top_builddir)/lib/agraph/libagraph.la gvcolor_SOURCES = gvcolor.c colxlate.c colortbl.h --- graphviz-2.8/cmd/tools/Makefile.in~ 2006-11-08 14:25:14.693732848 +0000 +++ graphviz-2.8/cmd/tools/Makefile.in 2006-11-08 14:29:10.698854616 +0000 @@ -450,7 +450,7 @@ nop_SOURCES = nop.c nop_LDADD = \ $(top_builddir)/lib/ingraphs/libingraphs.la \ - $(top_builddir)/lib/graph/libgraph.la + $(top_builddir)/lib/agraph/libagraph.la gvcolor_SOURCES = gvcolor.c colxlate.c colortbl.h gvcolor_LDADD = \
pgpwT0DudutIY.pgp
Description: PGP signature