Good day - I've come across a weird problem with installing ports in a new jail. Using FreeBSD 11.1 with ezjail, updated with the latest patches.
You may suggest to install the package, but I want to change something in the defaults (MySQL support).
Host System
Jail
Ports Tree updated in the basejail:
When I try to install a port (for example wget), I get the following error message:
Does the system think it's still on FreeBSD 11.0 for which support stopped on 30 Nov 2017? (https://www.freebsd.org/security/unsupported.html). Note, update the system from 11.0 to 11.1 a few months back.
Any ideas to get past this problem?
You may suggest to install the package, but I want to change something in the defaults (MySQL support).
Host System
# uname -a
Code:
FreeBSD 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4
Jail
root@fileserver:~ # uname -a
Code:
FreeBSD fileserver 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4
Ports Tree updated in the basejail:
ezjail-admin update -P
Code:
# ezjail-admin update -P
Code:
Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found.
Fetching snapshot tag from your-org.portsnap.freebsd.org... done.
Fetching snapshot metadata... done.
Updating from Tue Dec 26 21:39:02 UTC 2017 to Wed Dec 27 13:28:37 UTC 2017.
Fetching 5 metadata patches... done.
Applying metadata patches... done.
Fetching 0 metadata files... done.
Fetching 97 patches.
(97/97) 100.00% done.
done.
Applying patches...
done.
Fetching 3 new ports or files... done.
Removing old files and directories... done.
Extracting new files:
When I try to install a port (for example wget), I get the following error message:
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.
No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.
*** Error code 1
Stop.
make[1]: stopped in /basejail/usr/ports/ftp/wget
*** Error code 1
Stop.
make: stopped in /basejail/usr/ports/ftp/wget
Does the system think it's still on FreeBSD 11.0 for which support stopped on 30 Nov 2017? (https://www.freebsd.org/security/unsupported.html). Note, update the system from 11.0 to 11.1 a few months back.
Any ideas to get past this problem?