On Sat, 24 Oct 2020 22:38:34 +0100
Ken Moffat via blfs-support <blfs-support@lists.linuxfromscratch.org>
wrote:

> On Sat, Oct 24, 2020 at 04:38:25PM -0400, Scott Andrews via
> blfs-support wrote:
> > On Thu, 22 Oct 2020 18:17:16 +0100
> > Ken Moffat via blfs-support
> > <blfs-support@lists.linuxfromscratch.org> wrote:
> >   
> > > On Mon, Oct 19, 2020 at 07:58:23AM -0400, Scott Andrews via
> > > blfs-support wrote:  
> > > > On Mon, 19 Oct 2020 02:32:39 +0100
> > > > Ken Moffat via blfs-support
> > > > <blfs-support@lists.linuxfromscratch.org> wrote:  
> >   
> > > On normal builds which use 'make' I always pass -O in my own
> > > MAKEFLAGS (with -j<N>).  I don't recall if I ever passed that to
> > > qtwebengine, but recently I had not been doing that (the build
> > > system is very unusual, perhaps based on chrome).  But I'm now
> > > building qtwebengine.
> > > 
> > > Using 'make -O' (and letting ninja use its default number of jobs)
> > > the output from the first part (building gn) arrives
> > > target-by-target, but after that nothing has been written to
> > > stdout or stderr for the past 10 minutes while all 8 cores are
> > > churning away.  So no, for this using -O does not help.
> > > 
> > > ĸen  
> > 
> > Works on my system RPI4 *GB
> > All 4 cores are building away
> > Your system broke?
> > 
> > top - 16:35:13 up  8:09,  2 users,  load average: 7.73, 8.15, 5.88
> > Tasks: 199 total,   8 running, 191 sleeping,   0 stopped,   0 zombie
> > %Cpu(s): 66.2 us, 33.6 sy,  0.0 ni,  0.1 id,  0.0 wa,  0.0 hi,  0.2
> > si,  0.0 st 
> > MiB Mem :   7874.9 total,   5245.8 free,    666.8 used,  1962.3
> > buff/cache 
> > MiB Swap:    100.0 total,     95.5 free,      4.5used.   6777.1
> > avail Mem  
> 
> That was not the issue.  All cores were running, but using tail -f
> on the output (I was logging stdout and stderr to a file) I saw no
> output between the start of the main build and when it finished.  I
> had line-by line output until gn was linked (target 185 of
> Makefile.gn), then a few lines of make output before it entered
> build/src/core.  Then nothing until the build completed, at which
> point the output from all 18259 njatargets appeared.
> 
> ĸen

I am using rpmbuild -bb <PACKAGE> |& tee <FILESPEC>
Works for me for all packages I build including QtWebEngine
mine will pause for a few minutes and starts again, ninja builds
included.

Your system Broke?

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to