From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 15:35:37 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 8BF151065672 for ; Thu, 26 Jun 2008 15:35:37 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 592088FC24 for ; Thu, 26 Jun 2008 15:35:37 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so46687wah.3 for ; Thu, 26 Jun 2008 08:35:36 -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=lJe2ace0iclb0kkdle//MM0ZcRW/D6cCW/a06f7Vjwg=; b=T4YUuHr0gv57zisMfboOWrVJo6BURTOhPHVqr1yO5zKA+wkj6C1+128WtjmCwsgXyq xVzvVgXj2Y9BTtq0Qrvhy92pM0y8xH80IkZBcplNh8c0mkx0cuerXj6UFOHCwkF656Rf DMpU5k+e3ekDyp8tQyfSWqsrBN+WSnG1pupYA= 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=RJr0ndBa9VX1v5MLQp2nuS6x+tCjEYUK6P+4LOSTbnahOMO6mqB8Xtppl0rfK0/i5g /k1QE7cFrr5LcAEzaCLxtJ+gNYbrkDb/EAVrswYREuRSrUc/L0aGQMdAl2tod7nB2/ah HuVaUyDc7BIUIsHmnIIm21ecrMvPhdFVv+KkQ= Received: by 10.114.12.10 with SMTP id 10mr14853wal.190.1214494536815; Thu, 26 Jun 2008 08:35:36 -0700 (PDT) Received: by 10.114.254.11 with HTTP; Thu, 26 Jun 2008 08:35:36 -0700 (PDT) Message-ID: <8d23ec860806260835t612909bcl583d80ecaf387298@mail.gmail.com> Date: Thu, 26 Jun 2008 11:35:36 -0400 From: Schiz0 To: "Doug Poland" In-Reply-To: <4863B132.7090604@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> 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:35:37 -0000 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.