Package: src:conky Version: 1.8.1-2 Severity: wishlist Tags: patch After fighting with the linking issue on kfreebsd, we have managed to build conky by adding -lbsd in version 1.8.1-2. Looking at buildd logs, only Hurd is left out, and the reason is the build system refuses to try but not showing if there are actually problem to build.
I recommend to enable hurd build by patching the build system, it might be as simple as following: --- a/configure.ac.in +++ b/configure.ac.in @@ -54,7 +54,7 @@ uname=`uname` case $uname in - Linux*) + Linux|GNU*) WANT_SYSINFO=yes ;; FreeBSD*|GNU/kFreeBSD*) But maybe we need to change the settings for hurd, but it needs to be tried first. -- Regards, Aron Xu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org