From owner-freebsd-current@FreeBSD.ORG Tue Jun 15 14:18:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A286816A4CE for ; Tue, 15 Jun 2004 14:18:40 +0000 (GMT) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E4843D62 for ; Tue, 15 Jun 2004 14:18:39 +0000 (GMT) (envelope-from kappa@rambler-co.ru) Received: from capella.rambler.stack.net (exb1 [81.19.65.30] (may be forged)) by park.rambler.ru (8.12.6/8.12.6) with ESMTP id i5FEHBgT025959; Tue, 15 Jun 2004 18:17:11 +0400 (MSD) (envelope-from kappa@rambler-co.ru) Received: by capella.rambler.stack.net (Postfix, from userid 1001) id E342E4236; Tue, 15 Jun 2004 18:15:43 +0400 (MSD) Date: Tue, 15 Jun 2004 18:15:43 +0400 From: Alex Kapranoff To: Ivan Voras Message-ID: <20040615141543.GA56254@capella.rambler.stack.net> References: <40CDC77A.8090300@fer.hr> <40CE01BC.5060608@alumni.rice.edu> <40CEFFB1.1090404@fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40CEFFB1.1090404@fer.hr> X-Operating-System: FreeBSD 5.2-CURRENT i386 Organization: Inner Mongolia User-Agent: Mutt/1.5.6i X-DCC-RAMBLER-Metrics: park.rambler.ru 32700; Body=2 Fuz1=2 Fuz2=2 cc: current@freebsd.org Subject: Re: Upgrading perl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 14:18:40 -0000 * Ivan Voras [June 15 2004, 17:54]: > I'm still struggling with upgrading perl, but recently I'm getting messages > such as these in copious amounts: > > pkg_delete: package apache-ant-1.5.4_1 has no origin recorded > pkg_delete: package db4-4.0.14 has no origin recorded > pkg_delete: package db41-4.1.25_1 has no origin recorded > pkg_delete: package diablo-jdk-noplugin-1.3.1.0 has no origin recorded These packages are probably old and indeed have no origins recorded (long time ago origins were not saved in /var/db/pkg as there was a one-to-one relation between package name and port relative path). The messages will go away once you update the packages. In case the automatic update of a particular package fails on you, complete it by hands and it will record origin upon `make install'. Anyway, this is an issue for -ports not -current. -- Alex Kapranoff.