[Kwintv] autoconf problem with CVS HEAD on SuSE 9.0

Hans-Peter Jansen hpj at urpla.net
Sun Jun 27 20:11:21 CEST 2004


Hi Dirk,

On Sunday 27 June 2004 15:52, Dirk Ziegelmeier wrote:
>
> I also use SuSE 9.1 and just updated all build dirs again, but I
> have no problems here.

Hmm, I must be doing something wrong here. I can easily reproduce 
this problem on different 9.1 installations with this script:

#!/bin/sh -x
cd
cat >.cvsrc << EOF
cvs -z4 -q
diff -u3 -p
update -dP
checkout -P
EOF
touch ~/.cvspass
export CVSROOT=:pserver:anonymous at anoncvs.kde.org:/home/kde
echo "hit return"
cvs login
mkdir -p CVS/kde3
cd CVS/kde3
cvs co kde-common kdeextragear-3/kdetv
cd kdeextragear-3/kdetv
ln -s ../../kde-common/admin
make -f admin/Makefile.common

Here's the make result with online updated 9.1:

*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
/usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE
configure.in:25: error: m4_defn: undefined macro: _m4_divert_diversion
acinclude.m4:4686: KDE_CHECK_LIB is expanded from...
configure.in:25: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
make: *** [cvs] Fehler 1

with these packages installed:

autoconf-2.59-75
automake-1.8.3-23
m4-1.4o-622

Any idea, where your setup differs to mine?

TIA,
Pete



More information about the kwintv mailing list