[EMAIL PROTECTED] schrieb:
> I'm upgrading kde on 6 machines AMD and all 6 are seeing this.
> 
> Making all in kjs
> gmake[2]: Entering directory
> `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.0/kjs'
> cd .. && /bin/sh
> /usr/ports/x11/kdelibs3/work/kdelibs-3.5.0/admin/missing --run autoheader
> configure.in:24: error: Autoconf version 2.58 or higher is required
> aclocal.m4:446: AM_INIT_AUTOMAKE is expanded from...
> configure.in:24: the top level
> autoheader: autom4te failed with exit status: 1
> at /usr/local/bin/autoheader line 163

How come all 6 machines of yours have an unsuffixed autoheader in
/usr/local/bin? Putting the autoconf/automake scripts into PATH has a
fair amount of breakage potential - like tickling obscure bugs in KDE's
buildsystem. :)

I guess you put symlinks into /usr/local/bin that point to the suffixed
auto*-scripts of the auto*-ports - don't do that. KDevelop doesn't
require it anymore and there's the devel/gnu-auto* ports now which
install unpatched versions of the autotools into /usr/local/gnu-autotools.

You can add those to your PATH whenever you need them (i.e. when doing
development work, not when compiling ports).

> I would like to think that I have followed the instructions in UPDATING
> to the letter until the portupgrade -O arts\* kde\* \*kde-i18n\* starts
> to fail because of kdelibs.  I then went to /usr/ports/x11/kdelibs3 and
> tried to just build it unsuccessfully.
> 
> BTW, my autoconf is /usr/ports/x11/kdelibs3 # ls -d /var/db/pkg/autoconf*
> /var/db/pkg/autoconf-2.59_2
> 
> Suggestions appreciated,

I just committed a fix to the kdelibs port that should prevent it from
trying to invoke autoheader. Cvsup/portsnap, do a portsclean -C and then
restart your portupgrade, should work now (even with auto* in PATH).


Cheers,
-- 
   ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to