Date: Wed, 16 Aug 2006 07:16:58 -0500 From: B Briggs <rcbdyndns@bellsouth.net> To: freebsd-ports@freebsd.org Subject: Re: devel/fam build failure Message-ID: <44E30CBA.4090408@bellsouth.net> In-Reply-To: <ebujke$2uss$1@FreeBSD.csie.nctu.edu.tw> References: <ebujke$2uss$1@FreeBSD.csie.nctu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Ovens wrote: > Stanislav Sedov wrote: >> Try to >> # pkg_delete -f /var/db/pkg/autoconf* /var/db/pkg/automake* \ >> /var/db/pkg/libtool* /var/db/pkg/gnu-libtool* >> >> Then reinstall port. The installations missed AM_PROG_LIBTOOL because >> this macros is installed into /usr/local/share/aclocal which you removed. >> So put it back, execute the command above and report error message if any >> here. There might be additional stale files in your share/aclocal. >> > > I tried that but now get the original error again :-( > [snip] > configure.in:37: your implementation of AM_INIT_AUTOMAKE comes from an > configure.in:37: old Automake version. You should recreate aclocal.m4 > configure.in:37: with aclocal and run automake again. > *** Error code 63 > > Stop in /usr/ports/devel/fam. > > Could the gnu versions of auto{make,conf} be causing the problem? > > /usr/local/share{201}# pkg_version -vs auto > autoconf-2.59_2 = up-to-date with port > automake-1.9.6 = up-to-date with port > gnu-autoconf-2.59 = up-to-date with port > gnu-automake-1.9.6 = up-to-date with port > /usr/local/share{202}# pkg_version -vs libto > libtool-1.5.22_2 = up-to-date with port > /usr/local/share{203}# > > Thanks. > > Mark I've got it building now. There are files in /usr/local/share/aclocal that don't seem to be part of any installed package. They were all dated July 2004. I just moved them from /usr/local/share/aclocal to a backup location: ls -l -t backup -r--r--r-- 1 root wheel 276 Jul 20 2004 as.m4 -r--r--r-- 1 root wheel 2067 Jul 20 2004 auxdir.m4 -r--r--r-- 1 root wheel 2836 Jul 20 2004 ccstdc.m4 -r--r--r-- 1 root wheel 587 Jul 20 2004 cond.m4 -r--r--r-- 1 root wheel 4348 Jul 20 2004 depend.m4 -r--r--r-- 1 root wheel 1700 Jul 20 2004 depout.m4 -r--r--r-- 1 root wheel 644 Jul 20 2004 dmalloc.m4 -r--r--r-- 1 root wheel 432 Jul 20 2004 error.m4 -r--r--r-- 1 root wheel 280 Jul 20 2004 gcj.m4 -r--r--r-- 1 root wheel 2328 Jul 20 2004 header.m4 -r--r--r-- 1 root wheel 3243 Jul 20 2004 init.m4 -r--r--r-- 1 root wheel 204 Jul 20 2004 install-sh.m4 -r--r--r-- 1 root wheel 325 Jul 20 2004 lex.m4 -r--r--r-- 1 root wheel 1193 Jul 20 2004 lispdir.m4 -r--r--r-- 1 root wheel 658 Jul 20 2004 maintainer.m4 -r--r--r-- 1 root wheel 1193 Jul 20 2004 make.m4 -r--r--r-- 1 root wheel 748 Jul 20 2004 minuso.m4 -r--r--r-- 1 root wheel 915 Jul 20 2004 missing.m4 -r--r--r-- 1 root wheel 1473 Jul 20 2004 multi.m4 -r--r--r-- 1 root wheel 450 Jul 20 2004 obstack.m4 -r--r--r-- 1 root wheel 626 Jul 20 2004 protos.m4 -r--r--r-- 1 root wheel 367 Jul 20 2004 ptrdiff.m4 -r--r--r-- 1 root wheel 4412 Jul 20 2004 python.m4 -r--r--r-- 1 root wheel 1733 Jul 20 2004 regex.m4 -r--r--r-- 1 root wheel 1408 Jul 20 2004 sanity.m4 -r--r--r-- 1 root wheel 600 Jul 20 2004 strip.m4 -r--r--r-- 1 root wheel 2124 Jul 20 2004 strtod.m4 -r--r--r-- 1 root wheel 358 Jul 20 2004 termios.m4 -r--r--r-- 1 root wheel 911 Jul 20 2004 winsz.m4 No more errors. -- B Briggs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44E30CBA.4090408>