Package: apollon Version: 1.0.2.1-1.1 Severity: important
Hi, the current version of fails to build on GNU/kFreeBSD due to outdated libtool. The version of libtool in apollon is too old to correctly support Debian GNU/k*BSD. Here is how to update the libtool in your package: cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh cp -f /usr/share/misc/config.guess admin/config.guess cp -f /usr/share/misc/config.sub admin/config.sub (alternatively you can update the admin/ directory from the latest KDE SVN [1] instead). make -f admin/Makefile.common You might find usefull also patch bellow for current autoconf. Note that using libtool.m4 from the Debian package is prefered, because it prunes the package dependencies, as explain by Steve Langasek [2]. Thanks for your cooperation Petr [1] http://websvn.kde.org/branches/KDE/3.5/kde-common/admin/ [2] http://lists.debian.org/debian-devel-announce/2005/11/msg00016.html --- admin/cvs.sh~ 2006-12-22 21:18:31.000000000 +0100 +++ admin/cvs.sh 2006-12-22 21:18:31.000000000 +0100 @@ -30,7 +30,7 @@ required_autoconf_version="2.53 or newer" AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in - Autoconf*2.5* | autoconf*2.5* ) : ;; + Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;; "" ) echo "*** AUTOCONF NOT FOUND!." echo "*** KDE requires autoconf $required_autoconf_version" @@ -45,7 +45,7 @@ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` case $AUTOHEADER_VERSION in - Autoconf*2.5* | autoheader*2.5* ) : ;; + Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;; "" ) echo "*** AUTOHEADER NOT FOUND!." echo "*** KDE requires autoheader $required_autoconf_version" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]