Antoine Michard
2020-Mar-02 23:48 UTC
Wrong architecture: FreeBSD:12.0:amd64 instead of FreeBSD:12:amd64
Hi all, I just connect to my server this evening for pkg update task and I've got this: # pkg update Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 916 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 6 MiB 6.5MB/s 00:01 Processing entries: 63% pkg: wrong architecture: FreeBSD:12.0:amd64 instead of FreeBSD:12:amd64 pkg: repository FreeBSD contains packages with wrong ABI: FreeBSD:12.0:amd64 Processing entries: 100% Unable to update repository FreeBSD Error updating repositories! I immediatly start to search what is going wrong but I found nothing: # pkg -vv | grep ABI ABI = "FreeBSD:12:amd64"; ALTABI = "freebsd:12:x86:64"; # uname -UK 1201000 1201000 I've update my /usr/src and delete my iocage package, still nothing So I deleted all my packgage and try again and again but still repositorie issue... # pkg info pkg-1.12.0 Package manager # freebsd-update fetch install Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching metadata signature for 12.1-RELEASE from update2.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 12.1-RELEASE-p2. No updates are available to install. # freebsd-version 12.1-RELEASE-p2 What is wrong with my system ?? It's make me crazy Thanks for your help -- Antoine Michard GPG Key: 0xF5C9E7CD0882B381
Freddie Cash
2020-Mar-02 23:56 UTC
Wrong architecture: FreeBSD:12.0:amd64 instead of FreeBSD:12:amd64
On Mon, Mar 2, 2020 at 3:49 PM Antoine Michard <antoine.michard at chezgeek.fr> wrote:> Hi all, > > I just connect to my server this evening for pkg update task and I've got > this: > # pkg update > Updating FreeBSD repository catalogue... > Fetching meta.txz: 100% 916 B 0.9kB/s 00:01 > Fetching packagesite.txz: 100% 6 MiB 6.5MB/s 00:01 > Processing entries: 63% > pkg: wrong architecture: FreeBSD:12.0:amd64 instead of FreeBSD:12:amd64 > pkg: repository FreeBSD contains packages with wrong ABI: > FreeBSD:12.0:amd64 > Processing entries: 100% > Unable to update repository FreeBSD > Error updating repositories! >It's not your system. There's an issue with the package building cluster that's putting the wrong version number (12.0 instead of 12) into the architecture string. It's a known issue, they're working on it, we just need to be patient while they fix it. :) (Although, all previous mentions of this were regarding 13.0; this is the first time I've seen the issue with 12.0 come across the mailing lists.) -- Freddie Cash fjwcash at gmail.com