[Bug 223892] Cannot build 11-STABLE from 12-CURRENT

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 11 17:52:00 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223892

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: ian
Date: Thu Jan 11 17:51:23 UTC 2018
New revision: 327837
URL: https://svnweb.freebsd.org/changeset/base/327837

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

Changes:
  stable/11/UPDATING
  stable/11/share/man/man5/src.conf.5
  stable/11/share/mk/src.opts.mk
  stable/11/usr.bin/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list