On 7/8/2019 3:09 AM, Patrick M. Hausen wrote:> Hi all, > >> Am 08.07.2019 um 08:30 schrieb Thomas Mueller <mueller6722 at twc.com>: >> Or maybe via 11.2R, if that can be built from RELENG_10? > I just completed a successful build of RELENG_11_2 on a > RELENG_10_4 system ? > > Kind regards, > PatrickI am guessing all is good up until? https://lists.freebsd.org/pipermail/svn-src-stable-11/2019-April/009220.html If I svn update -r346291(commit before the import of the new clang) all builds fine. Not sure if its worth a note in UPDATING, or mentioning it here in the google archives will be good enough for anyone else who runs into it. ??? ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, mike at sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada
On Mon, Jul 8, 2019 at 7:21 AM Mike Tancsa <mike at sentex.net> wrote:> On 7/8/2019 3:09 AM, Patrick M. Hausen wrote: > > Hi all, > > > >> Am 08.07.2019 um 08:30 schrieb Thomas Mueller <mueller6722 at twc.com>: > >> Or maybe via 11.2R, if that can be built from RELENG_10? > > I just completed a successful build of RELENG_11_2 on a > > RELENG_10_4 system ? > > > > Kind regards, > > Patrick > > I am guessing all is good up until > > > https://lists.freebsd.org/pipermail/svn-src-stable-11/2019-April/009220.html > > If I svn update -r346291(commit before the import of the new clang) all > builds fine. > > Not sure if its worth a note in UPDATING, or mentioning it here in the > google archives will be good enough for anyone else who runs into it. >I think it is worth a note. I'll add one. We should also followup with dim@ to see why static_assert from RELENG_10 is incompatible with the new compiler, and why it's used in a way that would break. Warner