Summary: | Can't update packages using ports-mgmt/pkg | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Josh <josh> |
Component: | Individual Port(s) | Assignee: | freebsd-pkg (Nobody) <pkg> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Only Me | ||
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Josh
2015-07-03 11:30:10 UTC
Updating to 10.1-RELEASE-p10 didn't make a difference. Fortunately everything still works. I was able to work around the issue: $ fetch 'http://pkg.freebsd.org/freebsd:10:x86:64/latest/Latest/pkg.txz' pkg.txz 100% of 2423 kB 1134 kBps 00m03s $ sudo pkg add -f pkg.txz Installing pkg-1.5.4...pkg: package pkg is already installed, forced install done If you are upgrading from the old package format, first run: # pkg2ng $ sudo pkg update Updating FreeBSD repository catalogue... Repository FreeBSD has a wrong packagesite, need to re-create database Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 5 MiB 1.1MB/s 00:05 Processing entries: 100% FreeBSD repository update completed. 24266 packages processed. $ FYI on FreeBSD 10.1+ you can run pkg bootstrap -f which will exactly do what you have done manually |