11.0 -r297369: _el_fn_sh_complete missing in buildworld; /usr/obj/. . ./lib/libedit/ has no filecomplete.*

2016-03-29 Thread Mark Millard
Going from 11.0-CURRENT -r297048 to -r297369: buildworld after svnlite update: /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/. . . ends up with no filecomplete.* but the build tries to use what would be some of its contents (_el_fn_sh_complete) The details. . . > --- all_subdir_bin --- > --- sh

Re: warning: DWARF2 only supports one section per compilation unit

2016-03-29 Thread Konstantin Belousov
On Tue, Mar 29, 2016 at 07:49:14PM +0200, Dimitry Andric wrote: > These are harmless, and have been showing up for at least a year now. > Clang is just notifying you that due to DWARF2 limitations, it will not > emit debug info for more than one code section. > > All such warnings in our tree are

Re: warning: DWARF2 only supports one section per compilation unit

2016-03-29 Thread Dimitry Andric
On 29 Mar 2016, at 16:45, Andriy Gapon wrote: > > I've noticed many messages like the following during amd64 buildworld with > very > recent head: > >> warning: DWARF2 only supports one section per compilation unit >> .section .note.GNU-stack,"",%progbits > > Reported sections varied (e.g. the

warning: DWARF2 only supports one section per compilation unit

2016-03-29 Thread Andriy Gapon
I've noticed many messages like the following during amd64 buildworld with very recent head: > warning: DWARF2 only supports one section per compilation unit > .section .note.GNU-stack,"",%progbits Reported sections varied (e.g. there was .rodata). The messages seem to be related to .s files. I