[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 16:53:50 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Paul Eggert <eggert@cs.ucla.edu> writes:
> On 10/5/21 1:05 AM, Andrea Corallo wrote:
>> Lars Ingebrigtsen <larsi@gnus.org> writes:
>>
>>> Yes, it seems like --native-compilation builds are failing after the
>>> gnulib update; Paul added to the CCs.
>
> I think I've now fixed that on the emacs-28 branch; see:
>
> https://bugs.gnu.org/50985#44
>
>
>> 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
>
> This looks like detritus from a previous build. I've run into that
> problem myself. Please try 'make bootstrap', or start over from a
> fresh Git checkout.
Hi Paul,
I'm getting this error with:
git clean -xfd && ./autogen.sh && ./configure --without-x
--without-native-compilation && time make bootstrap -j16
ATM I'm on d86b2e59c7, is there something else I can try or look into?
Thanks
Andrea
Re: emacs-28 build failure - gnulib, Eli Zaretskii, 2021/10/05