From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 15:58:49 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 DB6371065672 for ; Thu, 26 Jun 2008 15:58:49 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1398FC0C for ; Thu, 26 Jun 2008 15:58:49 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so40025yxl.13 for ; Thu, 26 Jun 2008 08:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=g+LlMQTEscQrtg9yMzd3jPDPSLldos2qvAK39M0cBLg=; b=saAd9NrZ1sLaDMRG8BgK4GSkRE0xaVeRQZSOGdqNGJprVCsRJEUcbASLje7mxbYlDJ 9EWQhjC5HNLkn0pX0UE2YoyRCGw/I6fG6GuUExcWmMV3eE01mxQ7aW/o0WI9ckaQ7Slo r2EXw8SGYQNpoh+lh4RoDxRff5m+vCTgx/uHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fnlf/5M2L2yXIqMpDpkRQ/5FDBWGgAApM1gmqizA+2gh/ZeoVmb/ejIkQMvKuNbTx9 fHUVbGyPQe/Lb33UmMLpDWF/fHsVpf44EH7Y1e0PCjrPtyfXsZ1D0XROHGSigusow34I SRr77S/PhE9tQ0ZIMY6vOVoDgFGjUkLuM6TGA= Received: by 10.114.127.1 with SMTP id z1mr102111wac.94.1214495927117; Thu, 26 Jun 2008 08:58:47 -0700 (PDT) Received: by 10.114.254.11 with HTTP; Thu, 26 Jun 2008 08:58:47 -0700 (PDT) Message-ID: <8d23ec860806260858k79eb073dm55d2834f3fb56c8@mail.gmail.com> Date: Thu, 26 Jun 2008 11:58:47 -0400 From: Schiz0 To: "Doug Poland" In-Reply-To: <4863BBDC.9050001@polands.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4863B132.7090604@polands.org> <8d23ec860806260835t612909bcl583d80ecaf387298@mail.gmail.com> <4863BBDC.9050001@polands.org> Cc: questions@freebsd.org Subject: Re: Problems upgrading GNUTLS 2.2.2 to 2.4.0 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 15:58:50 -0000 On Thu, Jun 26, 2008 at 11:55 AM, Doug Poland wrote: > 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 > I actually didn't do anything at all, haha. It just continued to build. I'm not too helpful, sorry. It could be a difference between 2.2.2 and 2.2.5 (You said you were upgrading from 2.2.2, and I was from 2.2.5).