Package: tclx8.4 Version: 8.4.0-2 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS on GNU/kFreeBSD because shared libraries are missing: | Can't figure out how to do dynamic loading or shared libraries | on this system. | … | mv /build/buildd-tclx8.4_8.4.0-2-kfreebsd-amd64-LO0y58/tclx8.4-8.4.0/debian/tmp/usr/lib/tclx8.4/lib* /build/buildd-tclx8.4_8.4.0-2-kfreebsd-amd64-LO0y58/tclx8.4-8.4.0/debian/tmp/usr/lib/ | mv: cannot stat `/build/buildd-tclx8.4_8.4.0-2-kfreebsd-amd64-LO0y58/tclx8.4-8.4.0/debian/tmp/usr/lib/tclx8.4/lib*': No such file or directory | make: *** [install] Error 1 Build logs at the usual place: https://buildd.debian.org/status/package.php?suite=unstable&p=tclx8.4 Please find attached a tiny patch to fix this; you're already running autoconf, so you only have to apply this patch, and it should be fine. Thanks for considering. Mraw, KiBi.
--- a/tclconfig/tcl.m4 +++ b/tclconfig/tcl.m4 @@ -1319,7 +1319,7 @@ dnl AC_CHECK_TOOL(AR, ar, :) fi fi ;; - Linux*) + Linux*|GNU/kFreeBSD*) SHLIB_CFLAGS="-fPIC" SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so.0"