On Mon, Nov 28, 2016 at 11:50:25PM -0800, jungle boogie wrote: > Hi All, > > I'm running the latest i386 snapshot: > > [...] > > I'd like to install firefox: > $ doas pkg_add firefox > quirks-2.270 signed on 2016-11-26T13:32:57Z > Can't find firefox > > $ echo $PKG_PATH > http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/ > > At the link above, I can clearly see dozens of firefox versions. > > Can I not install it because pkg_add knows my system is newer than packages > listed?
doas doesn't preserve the PKG_PATH variable by default. You need to use keepenv in doas.conf or set the path in pkg.conf instead. -- Carlin