Date: Tue, 6 May 2014 15:44:34 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265451 - head Message-ID: <201405061544.s46FiYfF080845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue May 6 15:44:34 2014 New Revision: 265451 URL: http://svnweb.freebsd.org/changeset/base/265451 Log: Add helpful note about possible workarounds for (as yet) unknown breakage. Also fix typo. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 6 15:38:44 2014 (r265450) +++ head/UPDATING Tue May 6 15:44:34 2014 (r265451) @@ -14,7 +14,7 @@ Items affecting the ports and packages s NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping 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 accorss the gcc/clang cutover is a bit fragile. +older version of current across the gcc/clang cutover is a bit fragile. NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: FreeBSD 11.x has many debugging features turned on, in both the kernel @@ -40,7 +40,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 behavior of incremental builds inside the tree of individual directories. Set MAKESYSPATH to ".../share/mk" to do that. Although this has survived make universe and some upgrade scenarios, - other upgrade scenarios may have broken. + other upgrade scenarios may have broken. At least one form of + temporary breakage was fixed with MAKESYSPATH settings for buildworld + as well... 20140430: The lindev device has been removed since /dev/full has been made a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061544.s46FiYfF080845>