From owner-freebsd-ports@FreeBSD.ORG Mon Oct 23 12:47:33 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADAC16A4E9 for ; Mon, 23 Oct 2006 12:47:33 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp102.sbc.mail.mud.yahoo.com (smtp102.sbc.mail.mud.yahoo.com [68.142.198.201]) by mx1.FreeBSD.org (Postfix) with SMTP id 70BA943D49 for ; Mon, 23 Oct 2006 12:47:31 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 34827 invoked from network); 23 Oct 2006 12:47:30 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.98.204 with login) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 23 Oct 2006 12:47:30 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 9E9195D for ; Mon, 23 Oct 2006 07:47:29 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id edol5g7eQhJ6 for ; Mon, 23 Oct 2006 07:47:28 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 064514A for ; Mon, 23 Oct 2006 07:47:27 -0500 (CDT) Message-ID: <453CB9DF.6080303@mikestammer.com> Date: Mon, 23 Oct 2006 07:47:27 -0500 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: ports@FreeBSD.org References: <453A2D03.10001@eskk.nu> In-Reply-To: <453A2D03.10001@eskk.nu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD Port: portmaster-1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 12:47:34 -0000 Leslie Jensen wrote: > > I'm not sure if this is a problem with portmaster. I've just started to > use portmaster and therefore I'd apreciate if you'll just taka a look > and if it's not related to portmaster ok, otherwise Please give me a > hint on what to do. > I've tried both y and n it fails either way. > Thanks > > ===>>> Warning! Potential unrecorded dependencies on mozilla-1.7.13_1,2 > ===>>> From existing +CONTENTS files: > apache-ant-1.6.5_2/+CONTENTS-@pkgdep mozilla-1.7.13_1,2 > apache-ant-1.6.5_2/+CONTENTS:@comment DEPORIGIN:www/mozilla > jdk-1.5.0p3_5/+CONTENTS-@pkgdep mozilla-1.7.13_1,2 > jdk-1.5.0p3_5/+CONTENTS:@comment DEPORIGIN:www/mozilla > ===>>> 2 ports > > ===>>> Install these as the new +REQUIRED_BY file? [n] y > ===>>> Creating a backup package for old version mozilla-1.7.13_1,2 > tar: lib/mozilla/defaults/isp/US/movemail.rdf: Cannot stat: No such file > or directory > tar: lib/mozilla/defaults/isp/movemail.rdf: Cannot stat: No such file or > directory > pkg_create: make_dist: tar command failed with code 256 > > ===>>> Backup package creation failed for mozilla-1.7.13_1,2 > ===>>> Aborting update > > > > just create the files: /usr/local/lib/mozilla/defaults/isp/US/movemail.rdf /usr/local/lib/mozilla/defaults/isp/movemail.rdf and try again. i wish portmaster either didnt bomb when a file was missing or there was a knob to allow skipping of files when tarring up the old port. you should be able to use the flag that prevents the port backup (-B) and it should work for ya.