[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 build failure - gnulib
From: |
Andrea Corallo |
Subject: |
Re: emacs-28 build failure - gnulib |
Date: |
Tue, 05 Oct 2021 08:05:38 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Yes, it seems like --native-compilation builds are failing after the
> gnulib update; Paul added to the CCs.
On my machine also --without-native-compilation is ATM not functional.
I'm on 1f4ced47a1 and configured with --without-x
--without-native-compilation.
Below the error I see.
Best Regards
Andrea
make -C lib all
make[1]: Entering directory '/home/akrl/emacs2/lib'
CC fchmodat.o
In file included from fchmodat.c:40:
./stdlib.h:783:1: error: wrong number of arguments specified for ‘malloc’
attribute
783 | _GL_FUNCDECL_SYS (aligned_alloc, void *,
| ^~~~~~~~~~~~~~~~
./stdlib.h:783:1: note: expected between 0 and 0, found 2
./stdlib.h:839:1: error: wrong number of arguments specified for ‘malloc’
attribute
839 | _GL_FUNCDECL_SYS (calloc, void *,
| ^~~~~~~~~~~~~~~~
./stdlib.h:839:1: note: expected between 0 and 0, found 2
./stdlib.h:863:1: error: wrong number of arguments specified for ‘malloc’
attribute
863 | _GL_FUNCDECL_SYS (canonicalize_file_name, char *,
| ^~~~~~~~~~~~~~~~
./stdlib.h:863:1: note: expected between 0 and 0, found 2
./stdlib.h:1054:1: error: wrong number of arguments specified for ‘malloc’
attribute
1054 | _GL_FUNCDECL_SYS (malloc, void *,
| ^~~~~~~~~~~~~~~~
./stdlib.h:1054:1: note: expected between 0 and 0, found 2
./stdlib.h:1679:1: error: wrong number of arguments specified for ‘malloc’
attribute
1679 | _GL_FUNCDECL_SYS (realloc, void *, (void *ptr, size_t size)
| ^~~~~~~~~~~~~~~~
./stdlib.h:1679:1: note: expected between 0 and 0, found 2
In file included from fchmodat.c:41:
./string.h:965:1: error: wrong number of arguments specified for ‘malloc’
attribute
965 | _GL_FUNCDECL_SYS (strdup, char *,
| ^~~~~~~~~~~~~~~~
./string.h:965:1: note: expected between 0 and 0, found 2
make[1]: *** [Makefile:84: fchmodat.o] Error 1
make[1]: Leaving directory '/home/akrl/emacs2/lib'
make: *** [Makefile:436: lib] Error 2
- Re: emacs-28 build failure - gnulib, Lars Ingebrigtsen, 2021/10/05
- Re: emacs-28 build failure - gnulib,
Andrea Corallo <=
- Re: emacs-28 build failure - gnulib, Paul Eggert, 2021/10/05
- Re: emacs-28 build failure - gnulib, Andrea Corallo, 2021/10/05
- Re: emacs-28 build failure - gnulib, Paul Eggert, 2021/10/05
- Re: emacs-28 build failure - gnulib, Andreas Schwab, 2021/10/05
- Re: emacs-28 build failure - gnulib, Paul Eggert, 2021/10/05
- Re: emacs-28 build failure - gnulib, Andreas Schwab, 2021/10/05
Re: emacs-28 build failure - gnulib, Eli Zaretskii, 2021/10/05