From owner-freebsd-stable@freebsd.org Wed Feb 24 02:02:45 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A39855CD99 for ; Wed, 24 Feb 2021 02:02:45 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DlfM92PG2z3KkP for ; Wed, 24 Feb 2021 02:02:45 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 11O22g95074783; Tue, 23 Feb 2021 18:02:48 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Tue, 23 Feb 2021 18:02:41 -0800 From: Chris To: "Brian W." Cc: Warner Losh , freebsd-stable Subject: Re: When did pkg(8) drop support for 12-stable? In-Reply-To: References: <0c019693be5578f933484eaca6f69764@bsdforge.com> User-Agent: UDNSMS/17.0 Message-ID: <2254e3afceac97b8a6e7e26f0a6940d1@bsdforge.com> X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DlfM92PG2z3KkP X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 02:02:45 -0000 On 2021-02-23 17:07, Brian W. wrote: > 12-stable is not what you're running if you got that error. # uname -apKU FreeBSD fbsd12dev 12.1-STABLE FreeBSD 12.1-STABLE r363918 GENERIC amd64 amd64 1201522 1201522 Looks pretty STABLE to me. --Chris > Run freebsd-update with appropriate args to get to a later release is the > easiest option. > > Brian > > On Tue, Feb 23, 2021, 5:04 PM Warner Losh wrote: > >> On Tue, Feb 23, 2021, 4:51 PM Chris wrote: >> >> > Given this is a pkg(8) error, I brought it up on ports@ >> > but it was suggested I (also?) bring it up here on stable@ >> > >> > OK awhile back I installed a copy of 12 stable from the >> > usb stick image. I tweaked it to my wishes then got called >> > away and haven't been able to get back to it until the other >> > day. This is still a fresh install which has a populated /usr/src. >> > So I >> > svnlite co svn://svn.freebsd.org/ports/head /usr/ports >> > followed by a >> > cd /usr/ports/ports-mgmt/pkg/ && make install clean >> > which returns >> > make >> > /!\ ERROR: /!\ >> > >> > Ports Collection support for your FreeBSD version has ended, and no ports >> > are >> > guaranteed to build on this system. Please upgrade to a supported >> release. >> > >> > No support will be provided if you silence this message by defining >> > ALLOW_UNSUPPORTED_SYSTEM. >> > >> > *** Error code 1 >> > >> > Stop. >> > Err what? Ok while I think this was from stable 12.1, it's still still >> 12, >> > and it's on stable. So what gives? >> > >> >> 12.1 has reached EOL now that 12.2 has been out a while. >> >> Warner >> >> Thanks in advance for any enlightenment. >> > >> > --Chris