Date: Fri, 22 Feb 2002 12:01:36 -0500 From: Will Andrews <will@csociety.org> To: Alan Clegg <alan@clegg.com> Cc: freebsd-ports@freebsd.org, dmitry_makovey@mail.com Subject: Re: kmymoney2 port explodes Message-ID: <20020222170136.GX82673@squall.waterspout.com> In-Reply-To: <20020222100056.A49746@shell.wetworks.org> References: <20020222100056.A49746@shell.wetworks.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 22, 2002 at 10:00:56AM -0500, Alan Clegg wrote: > After watching KDE build for ~2 hours, I was saddened to see my > build of the kmymoney2 port blow up in the home stretch. > > This is on 4.5-STABLE with an up-to-date ports tree > (as-of Feb 21 11:43 US Eastern). This is an auto* problem that we have yet to stamp out. You have autoconf 2.13 and automake (1.5) installed, which leads to conflicts because the distribution uses automake, and it thinks that because the port runs autoconf it also needs to run automake. So the solution should be to install autoconf 2.52 or remove automake 1.5. At some point in the future the ports system will be a little smarter re: handling auto* deps. > cd . && gmake -f admin/Makefile.common configure.in ; > gmake[1]: Entering directory `/usr/ports/deskutils/kmymoney2/work/kmymoney2-0.3.6' > gmake[1]: Leaving directory `/usr/ports/deskutils/kmymoney2/work/kmymoney2-0.3.6' > cd . && /usr/ports/deskutils/kmymoney2/work/kmymoney2-0.3.6/admin/missing aclocal > WARNING: `aclocal' 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 . && automake --foreign --include-deps ./Makefile > cd . && perl admin/am_edit Makefile.in > cd . && autoconf > ./aclocal.m4:671: error: m4_defn: undefined macro: _m4_divert_diversion > aclang.m4:173: AC_LANG_RESTORE is expanded from... > ./aclocal.m4:671: the top level > gmake: *** [configure] Error 1 > *** Error code 2 auto* is such a nasty nasty world. Grrr... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020222170136.GX82673>