Date: Fri, 6 Feb 2004 11:05:45 -0800 From: Kent Stewart <kstewart@owt.com> To: ports@freebsd.org Cc: kde@freebsd.org Subject: make kdevelop-3.0.0 fails Message-ID: <200402061105.45262.kstewart@owt.com>
next in thread | raw e-mail | index | archive | help
When I try to build kdevelop, I get the following errors ===> Building for kdevelop-3.0.0 *** Creating configure.files cd . && /bin/sh /usr/ports/devel/kdevelop/work/kdevelop-3.0.0/admin/missing --run aclocal-1.7 aclocal-1.7: not found WARNING: `aclocal-1.7' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && \ /bin/sh /usr/ports/devel/kdevelop/work/kdevelop-3.0.0/admin/missing --run automake-1.7 --foreign Makefile automake-1.7: not found WARNING: `automake-1.7' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && perl admin/am_edit Makefile.in cd . && rm -f configure cd . && gmake -f admin/Makefile.common configure gmake[1]: Entering directory `/usr/ports/devel/kdevelop/work/kdevelop-3.0.0' aclocal.m4:11884: error: Autoconf version 2.54 or higher is required aclocal.m4:11884: the top level gmake[1]: *** [configure] Error 1 I have the required versions of autoconf and automake installed on a 4.9-stable system. ruby# pkgrep automake automake-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version automake-1.5,1 GNU Standards-compliant Makefile generator automake-1.7.5_1 GNU automake generates input files for GNU autoconf ruby# pkgrep autoconf autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf-2.57_1 Automatically configure source code on many Un*x platforms -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402061105.45262.kstewart>