From owner-freebsd-ports@FreeBSD.ORG Wed May 28 17:51:35 2003 Return-Path: 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 73A7037B404 for ; Wed, 28 May 2003 17:51:35 -0700 (PDT) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 4BB1743FA3 for ; Wed, 28 May 2003 17:51:34 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 59826 invoked from network); 29 May 2003 00:51:33 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 29 May 2003 00:51:33 -0000 From: Joe Kelsey To: stable@freebsd.org In-Reply-To: <20030527100237.68b361c3.bruno.van.den.bossche@pandora.be> References: <1053998248.14371.79.camel@zircon> <20030527100237.68b361c3.bruno.van.den.bossche@pandora.be> Content-Type: text/plain Organization: Message-Id: <1054169492.968.35.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 May 2003 17:51:33 -0700 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: portupgrade issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 00:51:35 -0000 On Tue, 2003-05-27 at 01:02, Bruno Van Den Bossche wrote: > On 26 May 2003 18:17:29 -0700 > Joe Kelsey wrote: > > > I am running 4.8-STABLE. > > I recently did a cvsup (repeatedly, most recently today). Ever since, > > portupgrade dies with the following messages: It turns out that the culprit is my /usr/sup/refuse file. I was following the suggestion in the Handbook to have my refuse file include the unnecessary languages. However, this has the undesirable interaction with portupgrade to cause the dreaded 'deorigin' error. I removed my refuse file, reluctantly did a cvsup to download *all* of the languages, even though I have no way to use or understand any of them, and then I was able to resume using portupgrade. Either someone should change the Handbook to make it clear that if you follow the suggestion and actually *use* the suggested refuse file you will then be unable to follow the other suggestion and ever use portupgrade, or else fix portupgrade so that it does not dump it guts out if a language dependency is missing. Very frustrating and totally unnecessary. Especially since I now have to waste disk space on language ports. /Joe