Package: tulip
Version: 3.1.2-2.1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
your package FTBFS on GNU/kFreeBSD due to missing -ldl. Applying the
attached patch and relibtoolizing (autoreconf -vfi) helps, although
it doesn't totally fix the FTBFS:
| dh_movefiles
| dh_movefiles: debian/tmp/usr/lib/libtulip.so not found (supposed to put it in
libtulip-dev)
| dh_movefiles: debian/tmp/usr/lib/libtulip-ogl.so not found (supposed to put
it in libtulip-ogl-dev)
| dh_movefiles: debian/tmp/usr/lib/libtulip-qt4.so not found (supposed to put
it in libtulip-qt4-dev)
| dh_movefiles: debian/tmp/usr/lib/libtulip-pluginsmanager.so not found
(supposed to put it in libtulip-pluginsmanager-dev)
| make: *** [install] Error 1
| dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit
status 2
It'd be nice to apply it anyway, so that a trace of the (new) build
failure is kept on buildd.debian.org
Thanks for considering.
Mraw,
KiBi.
--- a/configure.in
+++ b/configure.in
@@ -132,7 +132,7 @@
VAR_MACOSX_7=1
fi
;;
- *Linux*)
+ *Linux*|*GNU/kFreeBSD*)
VAR_LINUX=1
;;
esac