From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 03:11:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36EBD16A40F for ; Fri, 6 Oct 2006 03:11:04 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD8743D49 for ; Fri, 6 Oct 2006 03:11:03 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so941232pye for ; Thu, 05 Oct 2006 20:11:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=t4cvm56a+wvM3YS7iu9F16kTKLfVSYzbsuoL+E7EzqffHBWqsSM7XSeHtciMNdkT49ou0mgfdl23cjXNeMrVEBhKayqvvfmuPetQVbk1htaG4KRiue9DuM2z8yg5SLsTS+3EHrfirvn4gY/0NR431MvGZT5AHOWduLufoci91n4= Received: by 10.65.59.20 with SMTP id m20mr3889510qbk; Thu, 05 Oct 2006 20:11:02 -0700 (PDT) Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 20:11:02 -0700 (PDT) Message-ID: Date: Fri, 6 Oct 2006 11:11:02 +0800 From: "jan gestre" To: "=?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?=" In-Reply-To: MIME-Version: 1.0 References: <45239319.7090304@FreeBSD.org> <4525473F.9010402@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: upgrading amavisd-new port fails 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: Fri, 06 Oct 2006 03:11:04 -0000 On 10/6/06, jan gestre wrote: > > > > On 10/6/06, jan gestre wrote: > > > > > > > > On 10/6/06, G=E1bor K=F6vesd=E1n < gabor@freebsd.org> wrote: > > > > > > jan gestre wrote: > > > > On 10/4/06, G=E1bor K=F6vesd=E1n wrote: > > > >> > > > >> jan gestre wrote: > > > >> > hi guys, > > > >> > > > > >> > > > > >> > i tried upgrading the amavisd-new port via portmanager and > > > >> > portupgrade, both > > > >> > methods failed, i had a similar problem before but i forgot how > > > did i > > > >> > fix it > > > >> > :( is there a problem with the amavisd-new port? > > > >> > > > > >> > TIA > > > >> Hi, > > > >> > > > >> could you concretize a bit, please? What kind of error do you get? > > > Could > > > >> you attach the output? > > > >> > > > >> this is the error during portupgrade: > > > > > > > > Stop in /usr/ports/security/amavisd-new. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/security/amavisd-new. > > > > ** Command failed [exit code 1]: /usr/bin/script -qa > > > > /tmp/portupgrade.80571.23 env PORT_UPGRADE=3Dyes make > > > > ** Fix the problem and try again. > > > > ** Listing the failed packages (*:skipped / !:failed) > > > > ! security/amavisd-new (amavisd-new-2.4.3,1) (checksum > > > > mismatch) > > > > ---> Packages processed: 0 done, 23 ignored, 0 skipped and 1 faile= d > > > > > > > > > > > The checksum mismatch reflect that your ports tree is outdated. The > > > distfile was rerolled, and the PORTREVISION bumped. Please update you= r > > > ports tree and try again. The current working amavisd-new version in > > > the > > > ports tree is 2.4.3_1,1. > > > > > > > > i always update my ports tree everyday using cvsup, all the other ports > > gets updated except amavisd-new, is there another way to resolve this? > > > > i also tried this: > > # make deinstall > # make reinstall <--- this one failed :( > > now i don't have amavis :( > finally! i found a solution :D it seems that there is a checksum mismatch a= s you've mentioned so i tried to change the md5sum in the distinfo but this also failed, so i downloaded amavisd-new-2.4.3.tar.gzand copied it to /usr/ports/distfiles and i did a make reinstall, whoala it's working already :D