Author: gjb Date: Thu Jun 11 15:17:13 2020 New Revision: 362062 URL: https://svnweb.freebsd.org/changeset/base/362062
Log: Add a note about i386 source-based upgrade issues noted in PR 246274. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: releng/11.4/release/doc/en_US.ISO8859-1/errata/article.xml Modified: releng/11.4/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- releng/11.4/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 11 15:17:12 2020 (r362061) +++ releng/11.4/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 11 15:17:13 2020 (r362062) @@ -96,7 +96,20 @@ <itemizedlist> <listitem> - <para>No open issues.</para> + <para>[2020-06-11] Source-based upgrades from &os; 11.2 on the + &arch.i386; architecture may fail to compile + <application>clang</application> due to the amount of + <acronym>RAM</acronym> consumed.</para> + + <para>Adding <literal>CFLAGS+=-O1</literal> to + <filename>/etc/make.conf</filename> or + <filename>/etc/src.conf</filename> has been observed to work + around the compile-time <acronym>RAM</acronym> exhaustion.</para> + + <para>See + <link + xlink:href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274">PR + 246274</link> for additional details.</para> </listitem> </itemizedlist> </sect1> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"