Problem installing Ports and how to solve

FloRho

Cadet
Joined
Feb 2, 2021
Messages
6
Two weeks ago I installed on my TrueNAS a jail for NextCloud and used ports to install certbot. Everything worked fine.
This week I tried to create a second NextCloud instance for a tutorial and when I tried to install ports I got the following error:

Code:
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


You can skip this error by using the following command instead, with enabled -DALLOW_UNSUPPORTED_SYSTEM switch:

Code:
make -DALLOW_UNSUPPORTED_SYSTEM install clean


With this command everything works.

My question: Is this a new problem, maybe because of an update of ports or because the NextCloud plugin has been updated?

I am using TrueNAS Core in version TrueNAS-12.0-STABLE and jail version 12.1-RELEASE-p13

Thanks,
Florian
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
I am using TrueNAS Core in version TrueNAS-12.0-STABLE and jail version 12.1-RELEASE-p13
12.1 is EOL and no longer supported. Upgrade your jail to 12.2-RELEASE.
 
Last edited:
Top