Date: Wed, 30 May 2018 11:54:19 +0800 From: Julian Elischer <julian@freebsd.org> To: Brooks Davis <brooks@freebsd.org> Cc: "ports@FreeBSD.org" <ports@freebsd.org> Subject: Re: anyone know how to shut these ports up? Message-ID: <defd16e2-5999-88aa-9bc9-eae881585b92@freebsd.org> In-Reply-To: <20180529163849.GJ99063@spindle.one-eyed-alien.net> References: <e3860106-cf21-7e2c-402a-b2db1fb77079@freebsd.org> <20180529163849.GJ99063@spindle.one-eyed-alien.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 30/5/18 12:38 am, Brooks Davis wrote: > On Sat, May 26, 2018 at 02:07:43PM +0800, Julian Elischer wrote: >> several ports, when compiled output a MASS of stuff that looks like: >> >> ???????? No recipe for '../gnulib/m4/stdio_h.m4' and no prerequisites >> actually changed. >> ???????? No need to remake target '../gnulib/m4/stdio_h.m4'. >> ???????? Considering target file '../gnulib/m4/stdlib_h.m4'. >> ?????????? Looking for an implicit rule for '../gnulib/m4/stdlib_h.m4'. >> ?????????? Trying pattern rule with stem 'stdlib_h.m4'. >> ?????????? Trying implicit prerequisite '../gnulib/m4/stdlib_h.m4,v'. >> ?????????? Trying pattern rule with stem 'stdlib_h.m4'. >> ?????????? Trying implicit prerequisite '../gnulib/m4/RCS/stdlib_h.m4,v'. >> ?????????? Trying pattern rule with stem 'stdlib_h.m4'. >> ?????????? Trying implicit prerequisite '../gnulib/m4/RCS/stdlib_h.m4'. >> ?????????? Trying pattern rule with stem 'stdlib_h.m4'. >> ?????????? Trying implicit prerequisite '../gnulib/m4/s.stdlib_h.m4'. >> ?????????? Trying pattern rule with stem 'stdlib_h.m4'. >> ?????????? Trying implicit prerequisite '../gnulib/m4/SCCS/s.stdlib_h.m4'. >> ?????????? No implicit rule found for '../gnulib/m4/stdlib_h.m4'. >> ?????????? Finished prerequisites of target file '../gnulib/m4/stdlib_h.m4'. >> ???????? No recipe for '../gnulib/m4/stdlib_h.m4' and no prerequisites >> actually changed. >> ???????? No need to remake target '../gnulib/m4/stdlib_h.m4'. >> ???????? Considering target file '../gnulib/m4/stpcpy.m4'. >> ?????????? Looking for an implicit rule for '../gnulib/m4/stpcpy.m4'. >> >> ...?? except for about 20 minutes (my connection to the machine doing >> the work is not that fast) > That is very weird output. It looks like gmake is being called with -d > which certainly shouldn't be the case. > >> I suspect print/texinfo is one (it's kind of hard to tell exactly when >> they go off to do dependencies..) >> >> Does anyone know the secret to shutting up all this debug stuff? >> >> It literally pumps out so much crap that the rest of he family gets >> bumped off the internet connection.. > If you must run interactive, run tmux or screen and switch virtual > terminals. I find the latter to be really helpful when I've got a high > bandwidth-delay product connection (e.g. Washington, USA to the UK). > I can get back to the prompt much faster after a build success/failure > then if I have to wait for everything to clear the pipe. Unfortunately, running tmux, the data comes out of tmux so fast that I can not get a "switch windows" signal down to tmux. in actuality the process has probably finushed, but I have quite a few minutes of solid data queued up between the Server and me in AUS. for example, if I hit ^Z it eventually stops.. after that make has completed.. same thing with attempts to switch windows on tmux or screen. > -- Brooks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?defd16e2-5999-88aa-9bc9-eae881585b92>