Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2022 18:44:33 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        "bapt@freebsd.org" <bapt@FreeBSD.org>, freebsd-ports@freebsd.org, FreeBSD Toolchain <freebsd-toolchain@freebsd.org>
Subject:   Re: An idea for a pkg option
Message-ID:  <b7e2cb9e-0190-db6f-7a9f-8c6d6bf04e41@grosbein.net>
In-Reply-To: <AFBAB216-7B9E-4E4C-9914-CD25AD77709E@yahoo.com>
References:  <84C8C319-4060-47C2-B3DB-0026478BF1A9.ref@yahoo.com> <84C8C319-4060-47C2-B3DB-0026478BF1A9@yahoo.com> <446ab042-e146-60c3-d766-a26742cb1d40@grosbein.net> <AFBAB216-7B9E-4E4C-9914-CD25AD77709E@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
22.03.2022 16:56, Mark Millard wrote:

> For my explicit list of what to try to install
> (in the file) your command does not work for
> my purpose/goal:
> 
> # pkg install -yU `cat ~/origins/amd64-pkgs.txt`
> pkg: No packages available to install matching 'rpi4-edk2' have been found in the repositories
> pkg: No packages available to install matching 'rpi4-edk2' have been found in the repositories

Does it work if you do that in the "clean room", f.e. in a chrooted directory
that never had any remote repository data cached? It works for me in such case.

Maybe point it to non-existent or clean directory instead:

env PKG_DBDIR=/nonexistent pkg install -yU ...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b7e2cb9e-0190-db6f-7a9f-8c6d6bf04e41>