Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 14:55:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 249178] base system pkg bootstrap handles only .txz packages
Message-ID:  <bug-249178-32340-4WFSEMlAb2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249178-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249178-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249178

--- Comment #5 from Kyle Evans <kevans@freebsd.org> ---
I note that full-blown pkg(8) seems to have a similar problem with meta.txz:

root@viper:/var/db/pkg# pkg update -fr FreeBSD-base
Updating FreeBSD-base repository catalogue...
Fetching meta.conf: 100%    164 B   0.2kB/s    00:01
Fetching packagesite.tzst: 100%   18 KiB  18.1kB/s    00:01
Processing entries: 100%
FreeBSD-base repository update completed. 193 packages processed.
All repositories are up to date.

OK, that looks good, it fetched meta.conf... but then:

root@viper:/var/db/pkg# pkg upgrade -r FreeBSD-base
Updating FreeBSD-base repository catalogue...
pkg: file:///usr/local/pkgbase/repo/FreeBSD:13:amd64/latest/meta.txz: No su=
ch
file or directory
repository FreeBSD-base has no meta file, using default settings
FreeBSD-base repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

root@viper:/var/db/pkg# cat FreeBSD-base.meta
{"version":2,"packing_format":"tzst","manifests":"packagesite.yaml","filesi=
te":"filesite.yaml","manifests_archive":"packagesite","filesite_archive":"f=
ilesite"}#

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249178-32340-4WFSEMlAb2>