On Thursday, August 25, 2011 12:36:13 PM David Claughton wrote: > On 25/08/11 17:58, Daniel Schepler wrote: > > An interesting line from earlier in the log: > > /usr/bin/install -c -m 644 gv.3guile gv.3lua gv.3ocaml gv.3perl gv.3php > > gv.3ruby '/tmp/buildd/graphviz-2.26.3/debian/tmp/usr/share/man/man3' > > > > I'm not sure why gv.3python is missing in that line. > > Hmm, what version of python have you got installed?
python-all-dev, as specified in the Build-Depends. So 2.6 and 2.7, the current versions from sid. The log shows the Python extensions are being built, just for some reason the correspond manpage isn't installed. When I tried removing gv.3python from debian/libgv-python.install to get the packages built, I ran into a more serious issue: configure couldn't find tclConfig.sh and therefore the Tcl/Tk bindings weren't built. From looking through configure.ac, it looks like it only looks in /usr/lib64/tcl8.5, /usr/lib64, and /usr/lib. But since the /usr/lib64 symlink was recently removed (it's incompatible with multiarch), and tcl-dev and tk-dev aren't in the Build-Depends, it can't find tclConfig.sh in any of those locations. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org