From owner-freebsd-pkgbase@freebsd.org Wed Jul 27 08:18:02 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4284BA50AB for ; Wed, 27 Jul 2016 08:18:02 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A377164F; Wed, 27 Jul 2016 08:18:02 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id q128so29508686wma.1; Wed, 27 Jul 2016 01:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ChWt/8zw0zjUBvFdn0ImFhx702NXgy/CcCNdp1/JXw0=; b=qb8t9VBEoETTnpGSCZS3hzfLkinSv5HtuCboIwoY2M+SvfF3ELhBgN/wxYzvo4btTW juJROmuIAUuy8W03xI7/wKyGhJ2x8DpSmh/4CPkRCh7aAhYhsVG/KroSpz9H36GNKMej 9pl5ZO2YdparzxNNQd92pDKowZq1DY/fLQ4Y5RQMx+WywJLzEKg9f+s26tfS/PTLdQlj NBsLzsHCFfmf0geQZaU6fpP5Y9l4wmnWTc0a17LX7Q243YjBzpCZlGJf3lqSslWEEpfV tdPknFT26sWkEU0GL1AB7qpBSnIGwGggjDLxokJy60s7+3q++w9veWBprDlFAlGtGYK3 Q72A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ChWt/8zw0zjUBvFdn0ImFhx702NXgy/CcCNdp1/JXw0=; b=W38nSf/aMPCyvWF8rW5AHxeaIe0Iwmn6Hau6ht5M0id2kZAivA9j+WY27NrgvR0XGr mYlqwerYTB4GD2DxL/bq9hTphwDcf0cJj5G+jmNHdOessvbvL91bwctyff+Shw4qxp06 jZUn5CFUd9qwMxw2KGv5aHS1GMDWNgoS67gE0VYSXgSYBsGEJhsCQb+GbEgs830i1tm4 woAQ36RzZwqUNLirK/IAvhkLLobgMsazPckOBvMKF2nbzyZLLh04PfoZorPfT9dM/UJU Zm+MebI+lEUnYrZxyB+e/VltD5oKnEi8iNW3eQ04+gOLPYpqgSA0kR0mIhPkWD1S0Z33 mqhA== X-Gm-Message-State: AEkoous+SqN4bl52U4rVIWhljwkSHOI0GWU3aezqv/ta56Y03GFDxsC3KSk3HeX/J9uXHrP0z6RTlohgsvraDQ== X-Received: by 10.194.32.195 with SMTP id l3mr25636600wji.27.1469607480562; Wed, 27 Jul 2016 01:18:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.154.229 with HTTP; Wed, 27 Jul 2016 01:17:59 -0700 (PDT) In-Reply-To: <4793bae9-9346-300f-b331-96fb54f7d2a0@FreeBSD.org> References: <0295c3e9-a6ed-9081-ae3d-0668138289d3@bluerosetech.com> <4793bae9-9346-300f-b331-96fb54f7d2a0@FreeBSD.org> From: Ben Woods Date: Wed, 27 Jul 2016 16:17:59 +0800 Message-ID: Subject: Re: amd64 vs. x86:64 architecture mismatch in FreeBSD-base repo To: Matthew Seaman Cc: "freebsd-pkgbase@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 08:18:02 -0000 On Wednesday, 27 July 2016, Matthew Seaman wrote: > > Interesting. I've just seen exactly the same thing when trying to > update my CURRENT VM. It's the transition from FreeBSD:11:amd64 to > FreeBSD:12:amd64 which seems to be the root cause. > > The old 'freebsd:12:x86:64' ABI style is something that pkg(8) moved > away from many years ago. It appears in the package metadata as 'arch': > > # pkg info -RF FreeBSD-lib-12.0.s20160727061717.txz | head -10 > name: "FreeBSD-lib" > origin: "base" > version: "12.0.s20160727061717" > comment: "lib package" > maintainer: "re@FreeBSD.org" > www: "https://www.FreeBSD.org" > abi: "FreeBSD:12:amd64" > arch: "freebsd:12:x86:64" <<<----*** > prefix: "/" > flatsize: 106186 > > which I believe is more significant for certain ARM and MIPS > architectures: i386 and amd64 only have one architecture variant apiece. > > Still, curious about how to get over this major version number bump. > > Cheers, > > Matthew > Hi Matthew, Please see right at the bottom of the PkgBase wiki page where I have explained how to get around the one time ABI bump during major upgrades. https://wiki.freebsd.org/PkgBase#Major_Version_Upgrades Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com