GNU bug report logs - #78259
callproc.c undeclared function

Previous Next

Package: emacs;

Reported by: badli al rashid <theothernighttheotherday <at> gmail.com>

Date: Mon, 5 May 2025 11:09:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 78259 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: badli al rashid <theothernighttheotherday <at> gmail.com>
Cc: 78259 <at> debbugs.gnu.org
Subject: Re: bug#78259: callproc.c undeclared function
Date: Mon, 05 May 2025 15:23:58 +0300
> From: badli al rashid <theothernighttheotherday <at> gmail.com>
> Date: Mon, 5 May 2025 19:08:09 +0800
> 
> error when running make
> callproc.c:1358:11: error: call to undeclared function 'posix_spawn_file_actions_addchdir_np'; ISO C99 and
> later do not support implicit function declarations [-Wimplicit-function-declaration]
>  1358 |   error = posix_spawn_file_actions_addchdir_np (actions, cwd);
>       |           ^
> 1 error generated.
> make[3]: *** [Makefile:444: callproc.o] Error 1
> make[3]: Leaving directory '/data/data/com.termux/files/home/emacs.git/src'
> make[2]: *** [Makefile:546: src] Error 2
> make[2]: Leaving directory '/data/data/com.termux/files/home/emacs.git'
> make[1]: *** [Makefile:1293: actual-bootstrap] Error 2
> make[1]: Leaving directory '/data/data/com.termux/files/home/emacs.git'
> make[1]: Entering directory '/data/data/com.termux/files/home/emacs.git'
> ***
> *** "make bootstrap" failed with exit status 2.

Please post the part of config.log where it tests for the functions
posix_spawn_file_actions_addchdir and
posix_spawn_file_actions_addchdir_np.




This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.