Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Martin Michlmayr
* Adeodato Simó <[EMAIL PROTECTED]> [2006-07-25 20:39]: > If you could usertag the bugs them, that'd be nice (e.g. tag > autoconf260-ftbfs, user [EMAIL PROTECTED]). http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=autoconf260-ftbfs;[EMAIL PROTECTED] -- Martin Michlmayr http://www.cyrius.com/

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Daniel Schepler
On Tuesday 25 July 2006 13:40 pm, Martin Michlmayr wrote: > Half of KDE and a number of other applications currently fail to build > > with a message similar to: > | *** YOU'RE USING autoconf (GNU Autoconf) 2.60. > | *** KDE requires autoconf 2.53 or newer > > Before I file bugs on these packages,

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Martin Michlmayr
* Stephen Gran <[EMAIL PROTECTED]> [2006-07-25 19:53]: > > Half of KDE and a number of other applications currently fail to build > > with a message similar to: > [...] > > kst_1.2.1-1 > > This is fixed in -2. Yes, the following packages have newer versions that fixed the bug. I checked this befo

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Adeodato Simó
* Adeodato Simó [Tue, 25 Jul 2006 20:39:57 +0200]: > (Dropped debian-qt-kde, added pkg-kde-talk.) Cc: Martin Michlmayr <[EMAIL PROTECTED]>, "[EMAIL PROTECTED] Ben Pfaff" <[EMAIL PROTECTED]> (Fixed this by bouncing. Also, p-k-t is lists.alioth.d.o, not lists.d.o.) -- Adeodato Simó

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Stephen Gran
This one time, at band camp, Martin Michlmayr said: > Half of KDE and a number of other applications currently fail to build > with a message similar to: [...] > kst_1.2.1-1 This is fixed in -2. Thanks, -- - | ,''`.

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Martin Michlmayr
* Adeodato Simó <[EMAIL PROTECTED]> [2006-07-25 20:39]: > Executive summary: please do file bugs Okay, doing now. Thanks. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Adeodato Simó
(Dropped debian-qt-kde, added pkg-kde-talk.) * Martin Michlmayr [Tue, 25 Jul 2006 19:40:40 +0200]: > Half of KDE and a number of other applications currently fail to build > with a message similar to: > | *** YOU'RE USING autoconf (GNU Autoconf) 2.60. > | *** KDE requires autoconf 2.53 or newer

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Stephen Gran
This one time, at band camp, Ben Pfaff said: > Does KDE use something other than "autoconf --version" to check > the Autoconf version? AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` case $AUTOCONF_VERSION in Autoconf*2.5* | autoconf*2.5* ) : ;; Maybe not so forward compatible. --

Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Ben Pfaff
Martin Michlmayr <[EMAIL PROTECTED]> writes: > Half of KDE and a number of other applications currently fail to build > with a message similar to: > > | *** YOU'RE USING autoconf (GNU Autoconf) 2.60. > | *** KDE requires autoconf 2.53 or newer > > Before I file bugs on these packages, I wanted to