From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 15:06:03 2005 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 A817616A41C for ; Mon, 27 Jun 2005 15:06:03 +0000 (GMT) (envelope-from bsilverstrim@athensasd.org) Received: from mail.athensasd.k12.pa.us (rrcs-24-97-187-226.nys.biz.rr.com [24.97.187.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F14D43D4C for ; Mon, 27 Jun 2005 15:06:03 +0000 (GMT) (envelope-from bsilverstrim@athensasd.org) Received: from [172.16.9.99] ([172.16.9.99]) by mail.athensasd.k12.pa.us with Microsoft SMTPSVC(5.0.2195.6713); Mon, 27 Jun 2005 11:06:02 -0400 In-Reply-To: References: <4cddb2f0c5d46e2ee7bc436c943aabe3@athensasd.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Mon, 27 Jun 2005 11:06:00 -0400 To: Alistair Sutton X-Mailer: Apple Mail (2.622) X-OriginalArrivalTime: 27 Jun 2005 15:06:02.0695 (UTC) FILETIME=[BBF13570:01C57B29] Cc: FreeBSD Mailing List Subject: Re: portmanager, amavis update problem 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: Mon, 27 Jun 2005 15:06:03 -0000 On Jun 27, 2005, at 11:02 AM, Alistair Sutton wrote: > On 27/06/05, Bart Silverstrim wrote: >> There seems to be a dependency loop occuring on our server when trying >> to do an upgrade; is there a way to force the update and rebuild >> dependencies? Below is a snippet of output (please let me know if >> more >> of the update info is needed...) > > > > The output seems to suggest that p5-Mail-SpamAssassin-3.0.4 isn't > installed and as such portmanager wants to install it. > > Why it is looping the build I don't know. > > Have you tried manualling installing the amavisd-new port? If there is > a problem with the dependencies then manually installing the port > should pull in SpamAssassin without any problems and portmanager > should no longer need to rebuild it thus allowing it to continue on > upgrading anything else. right now it looks like after manually deinstalling/reinstalling a couple of the perl modules Amavis depends on (well, spamassassin) it builds, but there's a problem with a MIME module or something depending thereof :-/ I get mime_decode-1 FAILED errors in the amavis logs. Is there a way to rebuild amavis and all the perl modules it uses easily?