From nobody Thu Sep 8 08:31:27 2022 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MNXQy2RK3z4bXZy; Thu, 8 Sep 2022 08:31:38 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.evolve.de (mail.evolve.de [213.239.217.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.evolve.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MNXQx1yfxz3m6B; Thu, 8 Sep 2022 08:31:37 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: by mail.evolve.de (OpenSMTPD) with ESMTP id de4e97a0; Thu, 8 Sep 2022 08:31:28 +0000 (UTC) Received: by mail.evolve.de (OpenSMTPD) with ESMTPSA id 29ba006e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 8 Sep 2022 08:31:28 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: ERROR: Ports Collection support for your FreeBSD version has ended o_O From: Michael Gmelin In-Reply-To: Date: Thu, 8 Sep 2022 10:31:27 +0200 Cc: FreeBSD Questions Mailing List , freebsd-ports Message-Id: <0BBBFCCC-F565-4ED3-AF66-F8125EA52B05@freebsd.org> References: To: Tomek CEDRO X-Mailer: iPhone Mail (19G82) X-Rspamd-Queue-Id: 4MNXQx1yfxz3m6B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 213.239.217.29 is neither permitted nor denied by domain of grembo@freebsd.org) smtp.mailfrom=grembo@freebsd.org X-Spamd-Result: default: False [-2.60 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org,freebsd-ports@freebsd.org]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:24940, ipnet:213.239.192.0/18, country:DE]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; RCVD_TLS_LAST(0.00)[]; FREEFALL_USER(0.00)[grembo]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_THREE(0.00)[3]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 8. Sep 2022, at 05:03, Tomek CEDRO wrote: >=20 > =EF=BB=BFOn Mon, Sep 5, 2022 at 11:52 PM Michael Gmelin wrote: >> On 5. Sep 2022, at 22:45, Tomek CEDRO wrote: >> =EF=BB=BFHello world :-) >> After `git pull` I get this warning now on each port build: >> /!\ 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 >>=20 >> You also need to keep your world up to date. >> See: >> https://lists.freebsd.org/archives/freebsd-ports/2022-September/002598.ht= ml >> -m >=20 > Thank you Michael! That did the job :-) >=20 > I have now: > kern.osrelease: 13.1-STABLE > kern.osreldate: 1301506 >=20 > FreeBSD octagon 13.1-STABLE FreeBSD 13.1-STABLE #0 > stable/13-n252248-adbcdbee602d: Mon Sep 5 22:20:49 CEST 2022 > root@octagon:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 >=20 >=20 > By the way, make buildworld -j8 failed, but make buildworld (no -j > switch) works although takes much more time. Is there any way to speed > up the build process? Maybe -j8 simply required too much memory (you didn=E2=80=99t share how it f= ailed), so you could try -j4. -m