From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 18:54:00 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BCF91065674 for ; Thu, 26 Jun 2008 18:54:00 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 197058FC1A for ; Thu, 26 Jun 2008 18:53:59 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org ([75.87.219.217]) by hrndva-omta04.mail.rr.com with ESMTP id <20080626185359.VFWA18182.hrndva-omta04.mail.rr.com@corinth.polands.org>; Thu, 26 Jun 2008 18:53:59 +0000 Received: from eden.polands.org (h69-129-173-8.applwi.dedicated.static.tds.net [69.129.173.8]) by corinth.polands.org (8.14.2/8.14.2) with ESMTP id m5QIrtMD082906; Thu, 26 Jun 2008 13:53:55 -0500 (CDT) (envelope-from doug@polands.org) Message-ID: <4863E5BC.6020102@polands.org> Date: Thu, 26 Jun 2008 13:53:48 -0500 From: Doug Poland User-Agent: Thunderbird 2.0.0.14 (X11/20080625) MIME-Version: 1.0 To: Sean Cavanaugh References: <4863B132.7090604@polands.org> <8d23ec860806260835t612909bcl583d80ecaf387298@mail.gmail.com> <4863BBDC.9050001@polands.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/7572/Thu Jun 26 11:25:12 2008 on corinth.polands.org X-Virus-Status: Clean Cc: questions@freebsd.org Subject: Re: Problems upgrading GNUTLS 2.2.2 to 2.4.0 (SOLVED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 18:54:00 -0000 Sean Cavanaugh wrote: > > > Date: Thu, 26 Jun 2008 10:55:08 -0500 > > From: doug@polands.org > > To: schiz0phrenic21@gmail.com > > CC: questions@freebsd.org > > Subject: Re: Problems upgrading GNUTLS 2.2.2 to 2.4.0 > > > > Schiz0 wrote: > > > On Thu, Jun 26, 2008 at 11:09 AM, Doug Poland wrote: > > >> Hello, > > >> > > >> I'm having issues upgrading GNUTLS 2.2.2 to 2.4.0. The box in > questions is > > >> running 7.0-STABLE i386. > > >> > > >> The error message I'm receiving is... > > >> > > >> > > >> ===> Configuring for gnutls-2.4.0 > > >> aclocal.m4:16: warning: this file was generated for autoconf 2.62. > > >> You have another version of autoconf. It may work, but is not > guaranteed > > >> to. > > >> If you have problems, you may need to regenerate the build system > entirely. > > >> To do so, use the procedure documented by the package, typically > > >> `autoreconf'. > > >> configure.in:28: version mismatch. This is Automake 1.10, > > >> configure.in:28: but the definition used by this AM_INIT_AUTOMAKE > > >> configure.in:28: comes from Automake 1.10.1. You should recreate > > >> configure.in:28: aclocal.m4 with aclocal and run automake again. > > >> *** Error code 63 > > >> > > >> Stop in /usr/ports/security/gnutls. > > >> > > >> I've installed devel/autoconf-2.62 but it makes no difference. > I've googled > > >> and tried lots of things to get autoconf to run but to no avail. > > >> > > >> Any suggestions are appreciated. > > >> > > >> -- > > >> Regards, > > >> Doug > > > > > > This isn't a solution, just an issue I had too. > > > > > > When I upgraded from 2.2.5 to 2.4.0, I also got that message about a > > > version mis-match for Automake. However, this did not stop the build > > > process, and it installed successfully. > > > > > Interesting... I'm unable to continue the build process because of the > > error code. How did you get around it? > > > > -- > > Regards, > > Doug > > My best guess would be to upgrade your automake to a version that's at > least 1.10.1 like the message says which so happens to be the version > that's in ports right now. upgrading autoconf prob wouldn't be bad either. > Thanks, upgrading automake to 1.10.1 made everything alright. -- Regards, Doug