Solved Ports Collection support for your FreeBSD version has ended ...

My last Poudriere bulk run gave me this when trying to build pkg-1.10.2_1 running on 11.1-RELEASE-p4

Code:
=======================<phase: check-sanity   >============================
/!\ 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.
make: stopped in /usr/ports/ports-mgmt/pkg
=>> Cleaning up wrkdir
===>  Cleaning for pkg-1.10.2_1
build of ports-mgmt/pkg | pkg-1.10.2_1 ended at Sun Dec  3 14:00:48 CET 2017
build time: 00:00:00
!!! build failure encountered !!!

First thought was that the local ports were corrupted and so I reinstalled the ports-tree and tried again. Unfortunately that did not solve the problem.
 
Oh, well

Code:
---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p8
UNAME_r=11.0-RELEASE-p8
Looks like the Poudriere jails need an update.
 
Code:
poudriere jail -l
poudriere jail -u -j <NAME>

poudriere ports -l
poudriere ports -u -p <NAME>

poudriere ports -c -B branches/2017Q4 -m svn+https -p 2017Q4
 
I'm having the same problem, for all ports it seems, running 11.1 in a jail:

"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."​

# uname -rms returns:

FreeBSD 11.1-RELEASE-p5 amd64
 
To add to my post above, if I run:

pkg version -l "<"

I get a list of outdated packages, but running
pkg upgrade says all packages are up-to-date
 
Back
Top