Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-21 Thread Mark Millard
On 2021-Jan-20, at 18:33, bob prohaska wrote: >> . . . > A first OS build/install cycle on armv7 (RPI2) using meta mode > finished without trouble. Sources were a day or two newer than > the kernel, -j4 buildworld took 157121 seconds. Peak swap use > was half again as much at 732932. No

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-20 Thread bob prohaska
On Wed, Jan 20, 2021 at 09:51:33AM -0800, Mark Millard wrote: > On 2021-Jan-19, at 17:42, Mark Millard wrote: > > > On 2021-Jan-18, at 21:12, Mark Millard wrote: > > > >> On 2021-Jan-18, at 19:19, Mark Millard wrote: > >> > >>> . . . > FYI: I re-established my access to a RPi2B V1.1 and

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-20 Thread Mark Millard
On 2021-Jan-19, at 17:42, Mark Millard wrote: > On 2021-Jan-18, at 21:12, Mark Millard wrote: > >> On 2021-Jan-18, at 19:19, Mark Millard wrote: >> >>> . . . FYI: I re-established my access to a RPi2B V1.1 and made it report: "maximum recommended amount (468832 pages)"

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-19 Thread Mark Millard
On 2021-Jan-18, at 21:12, Mark Millard wrote: > On 2021-Jan-18, at 19:19, Mark Millard wrote: > >> . . . >>> FYI: I re-established my access to a RPi2B V1.1 and made >>> it report: "maximum recommended amount (468832 pages)" >>> >>> (The figure can vary some from release to release.) >>>

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-19 Thread Mark Millard
On 2021-Jan-18, at 19:19, Mark Millard wrote: > . . . >> FYI: I re-established my access to a RPi2B V1.1 and made >> it report: "maximum recommended amount (468832 pages)" >> >> (The figure can vary some from release to release.) >> >> 468832*4096 == 1920335872 or a little over 1831 MiBytes >>

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-18 Thread Mark Millard
> . . . > FYI: I re-established my access to a RPi2B V1.1 and made > it report: "maximum recommended amount (468832 pages)" > > (The figure can vary some from release to release.) > > 468832*4096 == 1920335872 or a little over 1831 MiBytes > > For the 4096 Byte pages, that means that the

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-18 Thread Mark Millard
On 2021-Jan-17, at 19:19, Mark Millard wrote: > On 2021-Jan-17, at 17:50, bob prohaska wrote: > >> On Sun, Jan 17, 2021 at 12:30:51PM -0800, Mark Millard wrote: >>> >>> >>> On 2021-Jan-17, at 09:40, bob prohaska wrote: >>> On Sat, Jan 16, 2021 at 03:04:04PM -0800, Mark Millard wrote:

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-17 Thread Mark Millard
On 2021-Jan-17, at 17:50, bob prohaska wrote: > On Sun, Jan 17, 2021 at 12:30:51PM -0800, Mark Millard wrote: >> >> >> On 2021-Jan-17, at 09:40, bob prohaska wrote: >> >>> On Sat, Jan 16, 2021 at 03:04:04PM -0800, Mark Millard wrote: Other than -j1 style builds (or equivalent),

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-17 Thread bob prohaska
On Sun, Jan 17, 2021 at 12:30:51PM -0800, Mark Millard wrote: > > > On 2021-Jan-17, at 09:40, bob prohaska wrote: > > > On Sat, Jan 16, 2021 at 03:04:04PM -0800, Mark Millard wrote: > >> > >> Other than -j1 style builds (or equivalent), one pretty much > >> always needs to go looking around

Re: Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-17 Thread Mark Millard
On 2021-Jan-17, at 09:40, bob prohaska wrote: > On Sat, Jan 16, 2021 at 03:04:04PM -0800, Mark Millard wrote: >> >> Other than -j1 style builds (or equivalent), one pretty much >> always needs to go looking around for a non-panic failure. It >> is uncommon for all the material to be together

Silent hang in buildworld, was Re: Invoking -v for clang during buildworld

2021-01-17 Thread bob prohaska
On Sat, Jan 16, 2021 at 03:04:04PM -0800, Mark Millard wrote: > > Other than -j1 style builds (or equivalent), one pretty much > always needs to go looking around for a non-panic failure. It > is uncommon for all the material to be together in the build > log in such contexts. Running make

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-16, at 14:03, bob prohaska wrote: > On Sat, Jan 16, 2021 at 11:17:52AM -0800, Mark Millard wrote: >> >> >> On 2021-Jan-16, at 07:55, bob prohaska wrote: >> >>> On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: On 2021-Jan-15, at 20:37, bob prohaska

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-16, at 07:55, bob prohaska wrote: > On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: >> >> On 2021-Jan-15, at 20:37, bob prohaska wrote: >> >>> While playing with -current on armv7 using a raspberry pi 2 v1.1 >>> an error crops up with recent kernels while

Re: Invoking -v for clang during buildworld

2021-01-16 Thread bob prohaska
On Sat, Jan 16, 2021 at 11:17:52AM -0800, Mark Millard wrote: > > > On 2021-Jan-16, at 07:55, bob prohaska wrote: > > > On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: > >> > >> On 2021-Jan-15, at 20:37, bob prohaska wrote: > >> > >>> While playing with -current on armv7 using

Re: Invoking -v for clang during buildworld

2021-01-16 Thread bob prohaska
On Fri, Jan 15, 2021 at 09:25:00PM -0800, Mark Millard wrote: > > On 2021-Jan-15, at 20:37, bob prohaska wrote: > > > While playing with -current on armv7 using a raspberry pi 2 v1.1 > > an error crops up with recent kernels while building world: > > > > ++: error: linker command failed with

Re: Invoking -v for clang during buildworld

2021-01-16 Thread Mark Millard
On 2021-Jan-15, at 20:37, bob prohaska wrote: > While playing with -current on armv7 using a raspberry pi 2 v1.1 > an error crops up with recent kernels while building world: > > ++: error: linker command failed with exit code 1 (use -v to see invocation) > *** [clang.full] Error code 1 > >

Invoking -v for clang during buildworld

2021-01-15 Thread bob prohaska
While playing with -current on armv7 using a raspberry pi 2 v1.1 an error crops up with recent kernels while building world: ++: error: linker command failed with exit code 1 (use -v to see invocation) *** [clang.full] Error code 1 make[5]: stopped in /usr/freebsd-src/usr.bin/clang/clang How