Discussion:
pkg database any package repo inconsistency, pkg fails to fetch php71
Özkan KIRIK
2018-07-26 12:55:51 UTC
Permalink
Hello,

I'm using FreeBSD 11.2 RELEASE amd64.
I'm using the latest repo. My /etc/pkg/FreeBSD.conf ise as below:
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}

While I'm trying to install php71, Altough my pkg database is up to date,
I got the error as below:
# pkg install -y php71
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
php71: 7.1.19
libxml2: 2.9.7
pcre: 8.42

Number of packages to be installed: 3

The process will require 33 MiB more space.
5 MiB to be downloaded.
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/All/php71-7.1.19.txz:
Not Found


And then, I saw that php71-7.1.20.txz was built but pkg database is still
old.

Could somebody rebuild pkg database ?


Best regards

Loading...