From owner-freebsd-stable@freebsd.org Wed Feb 24 13:26:06 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 BD0DB55D00C for ; Wed, 24 Feb 2021 13:26:06 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.70]) (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 (2048 bits) client-digest SHA256) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DlxWd6Wb7z3GCg for ; Wed, 24 Feb 2021 13:26:05 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from mather.gromit23.net (unknown [73.99.214.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 496A4131; Wed, 24 Feb 2021 08:25:59 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: When did pkg(8) drop support for 12-stable? From: Paul Mather In-Reply-To: <2254e3afceac97b8a6e7e26f0a6940d1@bsdforge.com> Date: Wed, 24 Feb 2021 08:25:57 -0500 Cc: "Brian W." , freebsd-stable Content-Transfer-Encoding: quoted-printable Message-Id: <338258C4-734C-403B-AF28-F30AF15DAEA9@gromit.dlib.vt.edu> References: <0c019693be5578f933484eaca6f69764@bsdforge.com> <2254e3afceac97b8a6e7e26f0a6940d1@bsdforge.com> To: Chris X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4DlxWd6Wb7z3GCg X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=vt.edu (policy=none); spf=none (mx1.freebsd.org: domain of paul@gromit.dlib.vt.edu has no SPF policy when checking 128.173.49.70) smtp.mailfrom=paul@gromit.dlib.vt.edu X-Spamd-Result: default: False [-1.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RECEIVED_SPAMHAUS_PBL(0.00)[73.99.214.146:received]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[128.173.49.70:from]; ASN(0.00)[asn:1312, ipnet:128.173.0.0/16, country:US]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[paul]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[128.173.49.70:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable]; DMARC_POLICY_SOFTFAIL(0.10)[vt.edu : No valid SPF, No valid DKIM,none] 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 13:26:06 -0000 > On Feb 23, 2021, at 9:02 PM, Chris wrote: >=20 > 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. It may be -STABLE but it apparently hasn't been updated in a while. = You're running FreeBSD version 1201522, which is some flavour of 12.1. = As Warner pointed out, FreeBSD 12.1 has reached EOL, and is no longer = officially supported by ports. By way of comparison, here is a 12-STABLE system I updated yesterday: gromit ~% uname -a FreeBSD gromit.dlib.vt.edu 12.2-STABLE FreeBSD 12.2-STABLE = stable/12-n232755-dfb372f5d38c GENERIC amd64 gromit ~% uname -U 1202505 If you want to continue to use ports on that system I suggest you do a = source upgrade to at least 12.2-STABLE (or else install a 12.2-STABLE = snapshot). Cheers, Paul. >=20 > --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 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" >=20