summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2018-01-11 17:51:22 +0000
committerian <ian@FreeBSD.org>2018-01-11 17:51:22 +0000
commit5fb1dbc1862d5ddd058d22fe18063e6c71aeb7bc (patch)
tree2a6a12f7861ffb4e5843a3bd2b7af166d2676893 /UPDATING
parentd9729a216c47c24465d1b7b74dec184e0216c461 (diff)
downloadFreeBSD-src-5fb1dbc1862d5ddd058d22fe18063e6c71aeb7bc.zip
FreeBSD-src-5fb1dbc1862d5ddd058d22fe18063e6c71aeb7bc.tar.gz
Do not build lint(1) by default on stable-11, add WITH_LINT to enable
building it. lint(1) is required on the host build system to build lint(1) libraries, and it is no longer available on FreeBSD 12. This prevents using a 12 or later host to build an 11 or earlier system, which causes problems for building jails and using poudriere. The problem could be fixed by treating lint as a bootstrap tool when building on 12+, but that just adds complexity and build time to build a broken tool that virtually nobody uses anymore. This is a direct commit to 11-stable because lint no longer exists in later branches. PR: 223892 Relnotes: yes Differential Revision: https://reviews.freebsd.org/D13799
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8ad1871..b5711ba 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20180108:
+ lint(1) binaries and library are no longer built by default. To
+ enable building them, define WITH_LINT in src.conf. If you are using
+ a FreeBSD 12 or later system to build 11-stable, you may need to
+ install a lint(1) binary to use WITH_LINT.
+
20171003:
When building multiple kernels using KERNCONF, non-existent KERNCONF
files will produce an error and buildkernel will fail. Previously
OpenPOWER on IntegriCloud