Hello Rob,

from pkg_add(1)
PKG_PATH     If a given package name cannot be found, the directories
             named by PKG_PATH are searched.  It should contain a series
             of entries separated by colons.  Each entry consists of a
             directory name.  URL schemes such as FTP, HTTP, HTTPS, or
             SCP are also appropriate.  The current directory may be
             indicated implicitly by an empty directory name, or
             explicitly by a single period (`./').

from pkg.conf(5)
installpath  URL to package repository updated during installation.
             Used for accessing packages if the environment variable
             PKG_PATH is not defined and no further options are defined.

Bye, Marcus

[email protected] (Rob Fabry), 2014.02.10 (Mon) 04:21 (CET):
> I'm trying to install OpenBSD on a new machine so I can learn how
> to setup a
> router, but running into a strange problem.
> 
> A Supermicro 5015A-H with Intel
> Atom 330 at 1.6 GHz
> 
> When I tried to install the unbound package, it can't
> find it
> (even though it's in the directory, and the shell autocompletes
> the
> name)
> 
> # pkg_add unbound_1.4.20.tgz
> Can't find package unbound_1.4.20.tgz
> (adding multiple -v doesn't elaborate on the problem)
> 
> since the pkg_add
> didn't work, I thought I'd try some
> other pkg commands
> 
> # pkg_info
> unbound_1.4.20.tgz
> (works fine)
> 
> # pkg_check
> Packing-list sanity: ok
> Direct
> dependencies: ok
> Reverse dependencies: ok
> Files from packages: ok
> Can't locate
> object method "new" via package "OpenBSD::PkgSpec" at
> ?/usr/libdata/perl5/OpenBSD/PkgCheck.pm line 713
> 
> I get the same error when I
> try:
> A. OpenBSD 5.4 amd64 install54.iso
> B. OpenBSD 5.4 amd64 separate
> <sets>54.tgz
> C. OpenBSD 5.3 amd64 install54.iso
> D. OpenBSD 5.4 i386
> install54.iso
> 
> Any thoughts on what is this problem with finding method "new"
> ?
> 
> 
> !DSPAM:52f8d14f181365490293996!

Reply via email to