Your message dated Mon, 25 Sep 2006 16:07:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of graphviz 2.8-2.3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: graphviz
Version: 2.8-2.2
Tags: ftbfs
Severity: serious
x86_64-linux-gnu-g++ -shared -nostdlib
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginS.o .libs/gv.o
.libs/gv_ruby.o -Wl,--rpath
-Wl,/usr/src/debian/build/graphviz-2.8/lib/gvc/.libs -Wl,--rpath
-Wl,/usr/lib/graphviz ../../lib/gvc/.libs/libgvc.so -L/usr/lib -lruby
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtfastmath.o
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtendS.o
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/crtn.o
-Wl,-soname -Wl,libgv_ruby.so.0 -o .libs/libgv_ruby.so.0.0.0
/usr/bin/ld: cannot find -lruby
collect2: ld returned 1 exit status
make[4]: *** [libgv_ruby.la] Error 1
make[4]: Leaving directory
`/usr/src/debian/build/graphviz-2.8/tclpkg/gv'
Additionally, it tries to link with the wrong library - in
ruby1.8-dev, that should be "-lruby1.8" instead of "-lruby".
But since the ruby stuff is not shipped with the binary package, you
should rather configure with "--disable-ruby" (and --disable-java, and
all the others).
--- End Message ---
--- Begin Message ---
Version: 2.8-2.3
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> graphviz (2.8-2.3) unstable; urgency=medium
> .
> * Non-maintainer upload.
> * Tell configure not to build language packages we don't distribute; fixes
> FTBFS when libruby1.8-dev is installed. (Closes: #388056)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---