Package: kimwitu++
Version: 2.3.10-1
Severity: important
Tags: patch

Hi,

currently your packaie FTBFS on GNU/kFreeBSD with the following error:
> make[1]: Entering directory `/build/buildd/kimwitu++-2.3.10'
> cd src && \
>       /usr/bin/make boot GENDIR=Gen.gnu/kfreebsd && \
>       cp Gen.gnu/kfreebsd/kc++ ..
> make[2]: Entering directory `/build/buildd/kimwitu++-2.3.10/src'
> Making Gen.gnu/kfreebsd/kc++...
> if test ! -d Gen.gnu/kfreebsd; then mkdir Gen.gnu/kfreebsd; fi
> mkdir: cannot create directory `Gen.gnu/kfreebsd': No such file or directory
> make[2]: *** [boot] Error 1

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=kimwitu%2B%2B>.

Please find attached a patch against configure{,.ac} to make your package build
fine on GNU/kFreeBSD. You might want to skip applying the configure diff and
run autoconf instead.

Cheers,

-- 
Cyril Brulebois
--- kimwitu++-2.3.10/configure.ac       2007-01-29 14:55:36.000000000 +0100
+++ kimwitu++-2.3.10/configure.ac       2007-03-15 22:47:50.000000000 +0100
@@ -116,6 +116,9 @@
 if test X$cross_compiling = Xyes
     then arch=cross
 fi
+if test X$arch = Xgnu/kfreebsd
+    then arch=linux
+fi
 AC_MSG_RESULT($arch)
 AC_SUBST(arch)
 AC_SUBST(PACKAGE_VERSION)
--- kimwitu++-2.3.10/configure  2007-03-15 22:47:53.091296000 +0100
+++ kimwitu++-2.3.10/configure  2007-03-15 22:48:41.000000000 +0100
@@ -4951,6 +4951,9 @@
 if test X$cross_compiling = Xyes
     then arch=cross
 fi
+if test X$arch = Xgnu/kfreebsd
+    then arch=linux
+fi
 { echo "$as_me:$LINENO: result: $arch" >&5
 echo "${ECHO_T}$arch" >&6; }
 

Reply via email to