pkg size mismatch on 10.4

pkg install (no mismatch with the port).
I got
Code:
[1/1] Fetching webkit-gtk3-2.4.11_13.txz: 100%   22 MiB 703.1kB/s    00:33

pkg: cached package webkit-gtk3-2.4.11_13: size mismatch, fetching from remote

Fetching webkit-gtk3-2.4.11_13.txz: 100%   22 MiB 473.5kB/s    00:49

pkg: cached package webkit-gtk3-2.4.11_13: size mismatch, cannot continue

same with x11/kdelibs-kde4 on 10.4

Code:
FreeBSD.conf :

FreeBSD: {

  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",

  mirror_type: "srv",

  enabled: yes

  signature_type : "FINGERPRINTS",

  fingerprints : "/usr/share/keys/pkg"

}

For the moment I don't see it with other packages. But maybe it affects more.
problem does not exist on 11.1.

Any suggestions?
 
Seems I have damaged something:
Code:
pkg: sqlite error while executing ALTER TABLE packages ADD licenselogic INTEGER NOT NULL DEFAULT(1); in file pkgdb.c:2406: no such table: packages
 
I have solved it in an unconventional way (I don't want to post how .. is not really good). But I wanted want is the normal way to solve this. (And if somebody know, what means the error message).
 
Back
Top