[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#378163: FTBFS, rejecting valid autoconf version



Package: kdepim
Severity: serious
Tags: patch
Justification: no longer builds from source

Heya,

| *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
| *** KDE requires autoconf 2.53 or newer
>From http://buildd.debian.org/fetch.php?&pkg=kdepim&ver=4%3A3.5.3-2&arch=hppa&stamp=1152811704&file=log&as=raw

And the patch:
--- branches/KDE/3.5/kde-common/admin/cvs.sh	2006/05/23 10:01:43	543983
+++ branches/KDE/3.5/kde-common/admin/cvs.sh	2006/06/28 19:26:30	555946
@@ -32,7 +32,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"
@@ -47,7 +47,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"

Taken from http://kubuntu.org/~jriddell/autoconf2.60.diff

Please upload, kdepim is holding up the transition of bluez-libs 3.X and
its r-deps to testing.

Marc



Reply to: