Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 17:52:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223892] Cannot build 11-STABLE from 12-CURRENT
Message-ID:  <bug-223892-8-fI5BZzU8Wm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223892-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223892-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223892

--- Comment #3 from commit-hook@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 bu=
ild
  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 lat=
er
  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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223892-8-fI5BZzU8Wm>