Bug#609776: Bug #609776: fcitx: FTBFS on kfreebsd-*: configure: error: You need to install md5sum

2011-01-13 Thread Aron Xu
Here is the updated patch. -- Regards, Aron Xu --- a/configure +++ b/configure @@ -12661,6 +12661,10 @@ $as_echo_n "checking host platform characteristics... " >&6; } case "$host" in +*-*-*kfreebsd*) +HOST_LIBS="-ldl -lpthread" +md5prog=md5sum +;; *-*-*freebsd*) HOST

Bug#609776: Bug #609776: fcitx: FTBFS on kfreebsd-*: configure: error: You need to install md5sum

2011-01-13 Thread Aron Xu
I've just found the $host of hurd-i386 should be *-*-*gnu* from the build log. I will not make a new upload for this specially, and this problem will be fixed in next upload (upstream release or fixing other bugs). -- Regards, Aron Xu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#609776: Bug #609776: fcitx: FTBFS on kfreebsd-*: configure: error: You need to install md5sum

2011-01-13 Thread Aron Xu
Hello, The patch works for kfreebsd-*, but still failed on hurd-* because of md5sum error. I'll try to find what's wrong there. For other ports, on armhf, powerpcspe, sh4 and sparc64 have built the package successfully, but it fails on avr32 and m68k because build-dep cannot be satisfied. I'll no

Bug#609776: Bug #609776: fcitx: FTBFS on kfreebsd-*: configure: error: You need to install md5sum

2011-01-13 Thread Aron Xu
tags 609776 + patch pending thanks I'm now making a patch try to fix it on kfreebsd-* and hurd-*, wish it works. The FTBFS is firstly caused md5sum program detection (currently visible problem), and secondly there would be a linker flag problem (on buildd it still does not touch this step): 1. U