bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58653: 29.0.50; Long lines in *compilation* buffer


From: Gerd Möllmann
Subject: bug#58653: 29.0.50; Long lines in *compilation* buffer
Date: Thu, 3 Nov 2022 14:39:15 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

On 03.11.22 14:34, Eli Zaretskii wrote:
From: Gerd Möllmann <gerd.moellmann@gmail.com>
Cc: 58653@debbugs.gnu.org
Date: Thu, 03 Nov 2022 13:13:22 +0100

   :22: warning: 'sprintf' is deprecated: ...

This should actually be xdisp.c:22:...

The xdisp.c can be found above that warning as part of a long line

   ebrew/Cellar/libidn2/2.3.4/include -isystem
   /opt/homebrew/Cellarxdisp.cAWK=awk ./mapconv glibc/IBM857.gz '/^<.*[
                       ^^^^^^^

And the newline before "AWK=" is probably also somewhere else.

Are you building with -jN, i.e. in parallel?  Then what you see could
be the consequence of several processes writing simultaneously to the
same device.  If you use GNU Make, try adding the --output-sync=line
switch to the Make's command line.

Yes, I am building with GNU make 3.81, -j8 by default, which doesn't
seem to recognize --output-sync.

I'll try to get a newer gmake, and report back.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]