On Wednesday 03 August 2005 23:15, Michael Nottebrock wrote: > On Wednesday, 3. August 2005 14:29, Ian Moore wrote: > > Hi, > > I've been updating my kde to latest version on my 5.4-RELEASE-p6 system > > (using portupgrade -a). Everything updated ok except koffice which gives > > the following output: > > > > ---> Upgrading 'koffice-1.4.0a_1,1' to > > 'koffice-1.4.1,1' (editors/koffice-kde3) > > <snip> > > Good - your configure finished. Start make now > > > > ===> Building for koffice-1.4.1,1 > > cd . > > && /bin/sh > > /usr/ports/editors/koffice-kde3/work/koffice-1.4.1/admin/missing --run > > autoheader > > aclocal.m4:11742: error: Autoconf version 2.54 or higher is required > > aclocal.m4:11742: the top level > > autoheader: autom4te failed with exit status: 1 > > at /usr/local/bin/autoheader line 163 > > ^^^^^^^^^^^^^^^^^^^^^^^^^ > > Why do you have autoheader in /usr/local/bin ? This looks like a leftover > from some manual installation of autoconf - you should clean that out. Or > perhaps you symlinked it there as a workaround for kdevelop - that is no > longer necessary, either, remove any symlinks you have for auto* stuff. > > KOffice of course shouldn't try to run autoheader at all, but it seems > whoever created the distribution tarball flunked again.
Yes, that fixed the problem. It wasn't symlinked & I haven't manually installed anything other than some kde themes - I always use ports so as to avoid this sort of problem. Actually there were several autoconf files with no version number in /usr/local/bin: % ll /usr/local/bin/auto* -r-xr-xr-x 1 root wheel 6191 Apr 3 2004 /usr/local/bin/autoconf -rwxr-xr-x 1 root wheel 5007 Feb 14 19:53 /usr/local/bin/autoconf213 -r-xr-xr-x 1 root wheel 7672 Feb 14 20:52 /usr/local/bin/autoconf259 -r-xr-xr-x 1 root wheel 6752 Apr 3 2004 /usr/local/bin/autoheader -rwxr-xr-x 1 root wheel 8678 Feb 14 19:53 /usr/local/bin/autoheader213 -r-xr-xr-x 1 root wheel 8141 Feb 14 20:52 /usr/local/bin/autoheader259 -r-xr-xr-x 1 root wheel 31250 Apr 3 2004 /usr/local/bin/autom4te -r-xr-xr-x 1 root wheel 30269 Feb 14 20:52 /usr/local/bin/autom4te259 -r-xr-xr-x 1 root wheel 216043 Apr 24 2004 /usr/local/bin/automake -r-xr-xr-x 1 root wheel 199582 Jun 3 16:51 /usr/local/bin/automake14 -r-xr-xr-x 1 root wheel 222000 Jul 30 09:54 /usr/local/bin/automake19 -r-xr-xr-x 1 root wheel 18043 Jun 23 21:08 /usr/local/bin/autopoint -r-xr-xr-x 1 root wheel 10895 Apr 3 2004 /usr/local/bin/autoreconf -rwxr-xr-x 1 root wheel 6081 Feb 14 19:53 /usr/local/bin/autoreconf213 -r-xr-xr-x 1 root wheel 19090 Feb 14 20:52 /usr/local/bin/autoreconf259 -r-xr-xr-x 1 root wheel 15025 Apr 3 2004 /usr/local/bin/autoscan -rwxr-xr-x 1 root wheel 9542 Feb 14 19:53 /usr/local/bin/autoscan213 -r-xr-xr-x 1 root wheel 16365 Feb 14 20:52 /usr/local/bin/autoscan259 -r-xr-xr-x 1 root wheel 32134 Apr 3 2004 /usr/local/bin/autoupdate -rwxr-xr-x 1 root wheel 3260 Feb 14 19:53 /usr/local/bin/autoupdate213 -r-xr-xr-x 1 root wheel 33128 Feb 14 20:52 /usr/local/bin/autoupdate259 and also: -r-xr-xr-x 1 root wheel 3058 Apr 3 2004 /usr/local/bin/ifnames -rwxr-xr-x 1 root wheel 2791 Feb 14 19:53 /usr/local/bin/ifnames213 -r-xr-xr-x 1 root wheel 3918 Feb 14 20:52 /usr/local/bin/ifnames259 Now I've removed them, koffice has built happily and also the x11-themes/baghira port, which has been spitting the dummy with an autoconf version error for ages. Thanks for the help, -- Ian gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
