Date: Sun, 25 Feb 2007 09:49:59 -0500 From: Jeff <bsd@mrbonkers.org> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Problem with Path/Ports Message-ID: <45E1A217.2000900@mrbonkers.org> In-Reply-To: <790a9fff0702241932v31ba8c5erce8040d87ce5d215@mail.gmail.com> References: <45E0A74F.2040904@mrbonkers.org> <790a9fff0702241932v31ba8c5erce8040d87ce5d215@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Scot Hetzel wrote:
> On 2/24/07, Jeff <bsd@mrbonkers.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45E1A217.2000900>
