Re: ERROR: Ports Collection support for your FreeBSD version has ended o_O
Date: Thu, 08 Sep 2022 08:31:27 UTC
> On 8. Sep 2022, at 05:03, Tomek CEDRO <tomek@cedro.info> wrote: > > On Mon, Sep 5, 2022 at 11:52 PM Michael Gmelin wrote: >> On 5. Sep 2022, at 22:45, Tomek CEDRO <tomek@cedro.info> wrote: >> Hello 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 >> >> You also need to keep your world up to date. >> See: >> https://lists.freebsd.org/archives/freebsd-ports/2022-September/002598.html >> -m > > Thank you Michael! That did the job :-) > > I have now: > kern.osrelease: 13.1-STABLE > kern.osreldate: 1301506 > > 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 > > > 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’t share how it failed), so you could try -j4. -m