From owner-freebsd-current@FreeBSD.ORG Sun Feb 25 14:50:12 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 264CB16A402 for ; Sun, 25 Feb 2007 14:50:12 +0000 (UTC) (envelope-from bsd@mrbonkers.org) Received: from buk.mrbonkers.org (p85-28.acedsl.com [66.114.85.28]) by mx1.freebsd.org (Postfix) with ESMTP id E5AB713C4B2 for ; Sun, 25 Feb 2007 14:50:07 +0000 (UTC) (envelope-from bsd@mrbonkers.org) Received: from localhost (localhost.mrbonkers.org [127.0.0.1]) by buk.mrbonkers.org (Postfix) with ESMTP id 6BF69465F2; Sun, 25 Feb 2007 09:49:45 -0500 (EST) X-Virus-Scanned: amavisd-new at mrbonkers.org Received: from buk.mrbonkers.org ([127.0.0.1]) by localhost (buk.mrbonkers.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZs9gwA0om5q; Sun, 25 Feb 2007 09:49:38 -0500 (EST) Received: from [192.168.1.104] (p85-28.acedsl.com [66.114.85.28]) (Authenticated sender: jeff@mrbonkers.org) by buk.mrbonkers.org (Postfix) with ESMTP id 4CC26464FD; Sun, 25 Feb 2007 09:49:38 -0500 (EST) Message-ID: <45E1A217.2000900@mrbonkers.org> Date: Sun, 25 Feb 2007 09:49:59 -0500 From: Jeff User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Scot Hetzel References: <45E0A74F.2040904@mrbonkers.org> <790a9fff0702241932v31ba8c5erce8040d87ce5d215@mail.gmail.com> In-Reply-To: <790a9fff0702241932v31ba8c5erce8040d87ce5d215@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Problem with Path/Ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 25 Feb 2007 14:50:12 -0000 Scot Hetzel wrote: > On 2/24/07, Jeff wrote: >> I'm been running 6.0 for several months with no issues. Suddenly, >> installing any port fails with this message: >> >> /usr/local/sbin/pkg_info: not found >> > > In one of the ports do a 'make -V OSVERSION': > > Does it match one of these conditions (from Mk/bsd.port.mk)? > > - OSVERSION} < 504105 > - OSVERSION} >= 600000 && OSVERSION < 600103 > - OSVERSION >= 700000 && OSVERSION < 700012 > > EXTRACT_DEPENDS+= > ${LOCALBASE}/sbin/pkg_info:${PORTSDIR}/ports-mgmt/pkg_install > > If it does, you might need to reinstall the ports-mgmt/pkg_install port. > > Scot Hi Scot, make -V OSVERSION returns 600034, so there's the problem. >you might need to reinstall the ports-mgmt/pkg_install port. Where should I see the pkg_install port? I have the sources for it, but I don't find a port. Any idea how I could have broken this? The last cvsup used the same cvsup file I've used before. Is there a release that puts the pkg tools in /usr/local/ ? Thanks again for your help. Jeff