From owner-freebsd-current@freebsd.org Thu Feb 22 15:39:22 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137B4F0FC88 for ; Thu, 22 Feb 2018 15:39:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (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 7786D697E3 for ; Thu, 22 Feb 2018 15:39:21 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id x196so7988270lfd.12 for ; Thu, 22 Feb 2018 07:39:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=tPKNzaTbycO5TPq6Ibsc0af4IdUTG/uZ6Sndsry+NS0=; b=VvfDxltT7l+acnYnecBU2vimJI4PTLtwbmn7zikvGlFoavHlcLsKW1DOxvYKB8jH5Q JM37RaozGAmyy0iNbHtw8aCLKsffGpvAITHxaMdl0uzBglypfs5Ws31I+KJ34m67cOqG v1rxmfmSECUOEukM0apuKWOjYjbE732i4BGl3iVmvslh6mglOQAsxJbAf4mKIyI9OFDM WKA6OTQ/CeP2XBz0pzsQ/BkDoNTw+9DOEItj/ELK1OV4/nxMccMO/c6B1lbRsP3TVvhj 20it6mT5kAhtJuFWLLlMpOUHincTBeL6qxo1D7rPcIE1ZXErEQ+JUQR5DtjnJwyQka5v aCTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=tPKNzaTbycO5TPq6Ibsc0af4IdUTG/uZ6Sndsry+NS0=; b=oMGz+RQdsWQ0+0Wdgn1CeBwDKErpJ/naEC6qhS1tOYHvStMsxW8THbWiA7JYNho6rZ 16JuwUpPGjF4h5bJHdda9VP9ZLpseMtoZSRG02l0XE3OJfQTuSL2moe+y+UoeGJnmVj8 LTyA2lM2S/bvYNYbVJBystRWhVpALuG1xmOlemxINzBejWXZH7R3vPouwuP2bhs46ymD xBW6SeYexFhkZ+6DrKSil0WJLNqw5TjtVmTkJFk3LdafFqH+5ejZXfk+nMsoct9YzaaC fU+R456KW/30b6AcgVhc2+icASYLCSoXCd/2uPFzZ3Cq2nIw5+6CjYttlZEpoZCyqzKd VPXw== X-Gm-Message-State: APf1xPBj8Ru2SiUJtM7NcmvwJvvMig/8mXXvRfgLQv3nT5QBUkHwlqTa vuB2xkqsFrm6IAcpGt/7fHBM1YhJEB4yD/7JwzyQZA== X-Google-Smtp-Source: AH8x226z1aiIt9LghwP21pzSQx60CjCj3I5nhEdbWPciRupkmOhu4k+ne5K3pRgoiVpfHjSm4zQW9n99djm6bXdcEjM= X-Received: by 10.46.9.150 with SMTP id 144mr3474537ljj.117.1519313959187; Thu, 22 Feb 2018 07:39:19 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.30.66 with HTTP; Thu, 22 Feb 2018 07:39:18 -0800 (PST) From: Alan Somers Date: Thu, 22 Feb 2018 08:39:18 -0700 X-Google-Sender-Auth: zK9HPm7v_5lZ6J978ew2a0JatrA Message-ID: Subject: pkg broken on FreeBSD-12: "Newer FreeBSD version for package py27-sphinxcontrib-websupport" To: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 15:39:22 -0000 I have two FreeBSD 12-CURRENT amd64 systems that both refuse to install any new packages. "pkg update -f" doesn't help. When I try, I get a confusing error like this. $ sudo pkg update -f Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 6 MiB 3.0MB/s 00:02 Processing entries: 0% pkg: Newer FreeBSD version for package py27-sphinxcontrib-websupport: - package: 1200058 - running kernel: 1200056 pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:12:amd64 Processing entries: 100% Unable to update repository FreeBSD Error updating repositories It's confusing because: a) My running kernel actually is 1200058, as shown by "uname -K" b) I don't have py27-sphinxcontrib-websupport installed, so what is it complaining about? Does anybody know what's going on? -Alan