Eli Zaretskii writes: >> Cc: 62877@debbugs.gnu.org >> Date: Sun, 16 Apr 2023 11:17:24 +0300 >> From: Eli Zaretskii >> >> > From: Sam James >> > Date: Sun, 16 Apr 2023 07:36:59 +0100 >> > >> > Emacs fails to compile at commit >> > 9686b015a0d71d08828afb0cfe6e477bbc4909ae >> > when performing a fresh bootstrap: >> > >> > ``` >> > term.c: In function ‘init_tty’: >> > term.c:4167:39: error: too many arguments to function ‘tigetstr’ >> > 4167 | tty->TS_enter_strike_through_mode = tigetstr ("smxx", >> > address); >> > ^~~~~~~~ >> > In file included from term.c:32: >> > tparam.h:46:7: note: declared here >> > 46 | char *tigetstr (const char *); >> > | ^~~~~~~~ >> > make[2]: *** [Makefile:424: term.o] Error 1 >> > make[2]: *** Waiting for unfinished jobs.... >> >> Sorry about that, should be fixed now. > > No further comments, so I assume the bug was indeed fixed, and I'm > closing it. Sorry, yes, that indeed fixed it.